| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrData.td | 96 def NAME#REG.OOp.Letter#REG.Postfix : MxMove_RM<REG, REG.OOp, REG.OPat, 100 def NAME#REG.EOp.Letter#REG.Postfix : MxMove_RM<REG, REG.EOp, REG.EPat, 104 def NAME#REG.KOp.Letter#REG.Postfix : MxMove_RM<REG, REG.KOp, REG.KPat, 144 def NAME#TYPE.OOp.Letter#TYPE.Postfix 149 def NAME#TYPE.EOp.Letter#TYPE.Postfix 154 def NAME#TYPE.POp.Letter#TYPE.Postfix 159 def NAME#TYPE.FOp.Letter#TYPE.Postfix 164 def NAME#TYPE.KOp.Letter#TYPE.Postfix 169 def NAME#TYPE.QOp.Letter#TYPE.Postfix 174 def NAME#TYPE.BOp.Letter#TYPE.Postfix [all …]
|
| H A D | M68kInstrInfo.td | 577 string Postfix = postfix; 667 let Postfix = "_TC" in {
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | BreakableToken.cpp | 257 return UnbreakableTailLength + Postfix.size() + in getRemainingLength() 269 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() argument 272 StartColumn(StartColumn), Prefix(Prefix), Postfix(Postfix), in BreakableStringLiteral() 274 assert(Tok.TokenText.startswith(Prefix) && Tok.TokenText.endswith(Postfix)); in BreakableStringLiteral() 276 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size()); in BreakableStringLiteral() 283 ColumnLimit - Postfix.size(), Style.TabWidth, Encoding); in getSplit() 291 Tok, Prefix.size() + TailOffset + Split.first, Split.second, Postfix, in insertBreak()
|
| H A D | BreakableToken.h | 252 StringRef Prefix, StringRef Postfix, 278 StringRef Postfix; variable
|
| H A D | ContinuationIndenter.cpp | 1936 StringRef Postfix; in createBreakableToken() local 1941 if ((Text.endswith(Postfix = "\"") && in createBreakableToken() 1946 (Text.startswith(Prefix = "_T(\"") && Text.endswith(Postfix = "\")"))) { in createBreakableToken() 1955 Current, StartColumn, Prefix, Postfix, UnbreakableTailLength, in createBreakableToken()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AMDGPUOpenMP.cpp | 34 const char *Postfix, in getOutputFileName() argument 39 C.getArgs().MakeArgString(Base.str() + Postfix + "." + Extension); in getOutputFileName() 42 C.getDriver().GetTemporaryPath(Base.str() + Postfix, Extension); in getOutputFileName()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 107 bool Postfix) const; 109 bool Postfix) const; 539 const SVal &Iter, bool Postfix) const { in handleIncrement() 560 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleIncrement() 565 const SVal &Iter, bool Postfix) const { in handleDecrement() 586 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleDecrement()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsAMDGPU.def | 221 // Postfix l indicates the 1st argument is i64. 222 // Postfix h indicates the 4/5-th arguments are half4.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 892 StringRef Postfix = StringRef()); 908 StringRef Prefix, StringRef Postfix) { in describeTemplateParameters() argument 918 Out << Postfix; in describeTemplateParameters()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 374 const StringView Postfix; variable 378 : Node(KPostfixQualifiedType), Ty(Ty_), Postfix(Postfix_) {} in PostfixQualifiedType() 380 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() 384 s += Postfix; in printLeft() 1700 const StringView Postfix; variable 1705 Postfix(Postfix_) {} in EnclosingExpr() 1707 template<typename Fn> void match(Fn F) const { F(Prefix, Infix, Postfix); } in match() 1712 S += Postfix; in printLeft()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA57WriteRes.td | 16 // Postfix (optional): (XYZ)_Forward
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 421 // [C99 6.5.2.4] Postfix increment and decrement
|
| H A D | Expr.h | 2268 static Opcode getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 1343 UnaryOperator::getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix) { in getOverloadedOpcode() argument 1346 case OO_PlusPlus: return Postfix ? UO_PostInc : UO_PreInc; in getOverloadedOpcode() 1347 case OO_MinusMinus: return Postfix ? UO_PostDec : UO_PreDec; in getOverloadedOpcode()
|
| /freebsd-13.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 3710 reported to Postfix by Robert Norris of Monash University.
|