| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | BreakableToken.cpp | 223 return UnbreakableTailLength + Postfix.size() + in getRemainingLength() 235 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() argument 238 StartColumn(StartColumn), Prefix(Prefix), Postfix(Postfix), in BreakableStringLiteral() 240 assert(Tok.TokenText.startswith(Prefix) && Tok.TokenText.endswith(Postfix)); in BreakableStringLiteral() 242 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size()); in BreakableStringLiteral() 249 ColumnLimit - Postfix.size(), Style.TabWidth, Encoding); in getSplit() 257 Tok, Prefix.size() + TailOffset + Split.first, Split.second, Postfix, in insertBreak()
|
| H A D | BreakableToken.h | 257 StringRef Prefix, StringRef Postfix, 283 StringRef Postfix; variable
|
| H A D | ContinuationIndenter.cpp | 1743 StringRef Postfix; in createBreakableToken() local 1748 if ((Text.endswith(Postfix = "\"") && in createBreakableToken() 1753 (Text.startswith(Prefix = "_T(\"") && Text.endswith(Postfix = "\")"))) { in createBreakableToken() 1762 Current, StartColumn, Prefix, Postfix, UnbreakableTailLength, in createBreakableToken()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 53 StringRef Postfix) { in printLocation() argument 56 << " col=" << SM.getExpansionColumnNumber(SLoc) << Postfix; in printLocation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorChecker.cpp | 214 bool Postfix) const; 216 bool Postfix) const; 942 const SVal &Iter, bool Postfix) const { in handleIncrement() 954 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : NewPos); in handleIncrement() 960 const SVal &Iter, bool Postfix) const { in handleDecrement() 972 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : NewPos); in handleDecrement()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | PathDiagnostic.cpp | 1020 StringRef Postfix = StringRef()); 1036 StringRef Prefix, StringRef Postfix) { in describeTemplateParameters() argument 1046 Out << Postfix; in describeTemplateParameters()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 359 const StringView Postfix; variable 363 : Node(KPostfixQualifiedType), Ty(Ty_), Postfix(Postfix_) {} in PostfixQualifiedType() 365 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() 369 s += Postfix; in printLeft() 1555 const StringView Postfix; variable 1560 Postfix(Postfix_) {} in EnclosingExpr() 1562 template<typename Fn> void match(Fn F) const { F(Prefix, Infix, Postfix); } in match() 1567 S += Postfix; in printLeft()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 397 // [C99 6.5.2.4] Postfix increment and decrement
|
| H A D | Expr.h | 1985 static Opcode getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Expr.cpp | 1202 UnaryOperator::getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix) { in getOverloadedOpcode() argument 1205 case OO_PlusPlus: return Postfix ? UO_PostInc : UO_PreInc; in getOverloadedOpcode() 1206 case OO_MinusMinus: return Postfix ? UO_PostDec : UO_PreDec; in getOverloadedOpcode()
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 3592 reported to Postfix by Robert Norris of Monash University.
|