Home
last modified time | relevance | path

Searched refs:Postfix (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.cpp223 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 DBreakableToken.h257 StringRef Prefix, StringRef Postfix,
283 StringRef Postfix; variable
H A DContinuationIndenter.cpp1743 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 DProgramPoint.cpp53 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 DIteratorChecker.cpp214 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 DPathDiagnostic.cpp1020 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 DItaniumDemangle.h359 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 DOperationKinds.def397 // [C99 6.5.2.4] Postfix increment and decrement
H A DExpr.h1985 static Opcode getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1202 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 DRELEASE_NOTES3592 reported to Postfix by Robert Norris of Monash University.