Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp257 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.starts_with(Prefix) && Tok.TokenText.ends_with(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()
324 Postfix = "\","; in BreakableStringLiteralUsingOperators()
332 Postfix = SignOnNewLine ? "'" : "' +"; in BreakableStringLiteralUsingOperators()
343 Postfix = SignOnNewLine ? "\"" : "\" +"; in BreakableStringLiteralUsingOperators()
[all …]
H A DBreakableToken.h257 StringRef Prefix, StringRef Postfix,
283 StringRef Postfix; variable
H A DContinuationIndenter.cpp2334 StringRef Postfix; in createBreakableToken() local
2339 if ((Text.ends_with(Postfix = "\"") && in createBreakableToken()
2346 Text.ends_with(Postfix = "\")"))) { in createBreakableToken()
2348 Current, StartColumn, Prefix, Postfix, UnbreakableTailLength, in createBreakableToken()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp185 auto [Prefix, Postfix] = Line.split(":"); in parse()
186 if (Postfix.empty()) { in parse()
192 auto [Pattern, Category] = Postfix.split("="); in parse()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp108 bool Postfix) const;
110 bool Postfix) const;
534 SVal Iter, bool Postfix) const { in handleIncrement()
555 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleIncrement()
560 SVal Iter, bool Postfix) const { in handleDecrement()
581 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleDecrement()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrData.td123 def MOV # TYPE.Size # DST_REG # SRC_REG # TYPE.Postfix
130 def MOV # TYPE.Size # dd # TYPE.Postfix
151 def MOV # TYPE.Size # AM # REG # TYPE.Postfix
160 def MOV # TYPE.Size # AM # i # TYPE.Postfix
176 def MOV # TYPE.Size # REG # i # TYPE.Postfix
196 def MOV # TYPE.Size # REG # AM # TYPE.Postfix
225 def MOV # TYPE.Size # DST_AM # SRC_AM # TYPE.Postfix
288 def MOVM # TYPE.Size # AM # m # TYPE.Postfix
304 def MOVM # TYPE.Size # m # AM # TYPE.Postfix
H A DM68kInstrInfo.td626 string Postfix = postfix;
791 let Postfix = "_TC" in {
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def273 // Postfix l indicates the 1st argument is i64.
274 // Postfix h indicates the 4/5-th arguments are half4.
292 // Postfix w32 indicates the builtin requires wavefront size of 32.
293 // Postfix w64 indicates the builtin requires wavefront size of 64.
441 // Postfix w32 indicates the builtin requires wavefront size of 32.
442 // Postfix w64 indicates the builtin requires wavefront size of 64.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h177 Postfix, enumerator
471 const std::string_view Postfix; variable
475 : Node(KPostfixQualifiedType), Ty(Ty_), Postfix(Postfix_) {} in PostfixQualifiedType()
481 OB += Postfix; in printLeft()
1989 const std::string_view Postfix; variable
2005 OB += Postfix; in printLeft()
2845 Postfix, // Postfix unary: expr @ enumerator
3274 {"mm", OperatorInfo::Postfix, false, Node::Prec::Postfix, "operator--"},
3288 {"pp", OperatorInfo::Postfix, false, Node::Prec::Postfix, "operator++"},
4945 case OperatorInfo::Postfix: { in parseExpr()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp891 StringRef Postfix = StringRef());
907 StringRef Prefix, StringRef Postfix) { in describeTemplateParameters() argument
917 Out << Postfix; in describeTemplateParameters()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp180 case Node::Prec::Postfix: in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA57WriteRes.td16 // Postfix (optional): (XYZ)_Forward
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def422 // [C99 6.5.2.4] Postfix increment and decrement
H A DExpr.h2275 static Opcode getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1384 UnaryOperator::getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix) { in getOverloadedOpcode() argument
1387 case OO_PlusPlus: return Postfix ? UO_PostInc : UO_PreInc; in getOverloadedOpcode()
1388 case OO_MinusMinus: return Postfix ? UO_PostDec : UO_PreDec; in getOverloadedOpcode()
/freebsd-14.2/contrib/sendmail/
H A DRELEASE_NOTES4008 reported to Postfix by Robert Norris of Monash University.