Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
H A Ddemo_chain.pl14 sub Postfix : ATTR { subroutine
23 sub test : Postfix Prefix {
/openbsd-src/gnu/llvm/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.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 DBreakableToken.h252 StringRef Prefix, StringRef Postfix,
278 StringRef Postfix; variable
H A DContinuationIndenter.cpp2134 StringRef Postfix; in createBreakableToken() local
2139 if ((Text.endswith(Postfix = "\"") && in createBreakableToken()
2144 (Text.startswith(Prefix = "_T(\"") && Text.endswith(Postfix = "\")"))) { in createBreakableToken()
2153 Current, StartColumn, Prefix, Postfix, UnbreakableTailLength, in createBreakableToken()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp108 bool Postfix) const;
110 bool Postfix) const;
538 const SVal &Iter, bool Postfix) const { in handleIncrement()
559 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleIncrement()
564 const SVal &Iter, bool Postfix) const { in handleDecrement()
585 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleDecrement()
/openbsd-src/gnu/llvm/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.td607 string Postfix = postfix;
765 let Postfix = "_TC" in {
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h171 Postfix, enumerator
465 const StringView Postfix; variable
469 : Node(KPostfixQualifiedType), Ty(Ty_), Postfix(Postfix_) {} in PostfixQualifiedType()
471 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match()
475 OB += Postfix; in printLeft()
1849 const StringView Postfix; variable
1865 OB += Postfix; in printLeft()
2587 Postfix, // Postfix unary: expr @ enumerator
2956 {"cc", OperatorInfo::NamedCast, false, Node::Prec::Postfix, "const_cast"},
2957 {"cl", OperatorInfo::Call, false, Node::Prec::Postfix, "operator()"},
[all …]
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h171 Postfix, enumerator
465 const StringView Postfix; variable
469 : Node(KPostfixQualifiedType), Ty(Ty_), Postfix(Postfix_) {} in PostfixQualifiedType()
471 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match()
475 OB += Postfix; in printLeft()
1849 const StringView Postfix; variable
1865 OB += Postfix; in printLeft()
2587 Postfix, // Postfix unary: expr @ enumerator
2956 {"cc", OperatorInfo::NamedCast, false, Node::Prec::Postfix, "const_cast"},
2957 {"cl", OperatorInfo::Call, false, Node::Prec::Postfix, "operator()"},
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def262 // Postfix l indicates the 1st argument is i64.
263 // Postfix h indicates the 4/5-th arguments are half4.
281 // Postfix w32 indicates the builtin requires wavefront size of 32.
282 // Postfix w64 indicates the builtin requires wavefront size of 64.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlexperiment.pod296 =item Postfix dereference syntax
437 Superseded by L</Postfix dereference syntax>.
H A Dperlref.pod721 =head2 Postfix Dereference Syntax
739 Postfix dereference should work in all circumstances where block
758 Postfix array and scalar dereferencing I<can> be used in interpolating
764 =head2 Postfix Reference Slicing
772 Postfix key/value pair slicing, added in 5.20.0 and documented in
H A Dperl5200delta.pod70 =head2 Experimental Postfix Dereferencing
95 For more information, consult L<the Postfix Dereference Syntax section of
96 perlref|perlref/Postfix Dereference Syntax>.
1606 L<Postfix dereference is experimental|perldiag/"Postfix dereference is experimental">
H A Dperlsyn.pod154 Postfix C<while> has the same magic treatment of some kinds of condition
H A Dperl5240delta.pod14 =head2 Postfix dereferencing is no longer experimental
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_demangle.cpp180 case Node::Prec::Postfix: in print()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp892 StringRef Postfix = StringRef());
908 StringRef Prefix, StringRef Postfix) { in describeTemplateParameters() argument
918 Out << Postfix; in describeTemplateParameters()
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DItaniumDemangle.cpp179 case Node::Prec::Postfix: in print()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedA57WriteRes.td16 // Postfix (optional): (XYZ)_Forward
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOperationKinds.def421 // [C99 6.5.2.4] Postfix increment and decrement
H A DExpr.h2292 static Opcode getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix);
/openbsd-src/gnu/usr.bin/texinfo/
H A Ddir-example29 * DC: (dc). Postfix desk calculator.
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp1398 UnaryOperator::getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix) { in getOverloadedOpcode() argument
1401 case OO_PlusPlus: return Postfix ? UO_PostInc : UO_PreInc; in getOverloadedOpcode()
1402 case OO_MinusMinus: return Postfix ? UO_PostDec : UO_PreDec; in getOverloadedOpcode()
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Ddir-example34 * DC: (dc). Postfix desk calculator.
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dtoke88 Postfix dereference is experimental

12