| /openbsd-src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/ |
| H A D | demo_chain.pl | 14 sub Postfix : ATTR { subroutine 23 sub test : Postfix Prefix {
|
| /openbsd-src/gnu/llvm/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 | 2134 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 D | IteratorModeling.cpp | 108 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 D | M68kInstrData.td | 123 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 D | M68kInstrInfo.td | 607 string Postfix = postfix; 765 let Postfix = "_TC" in {
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 171 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 D | ItaniumDemangle.h | 171 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 D | BuiltinsAMDGPU.def | 262 // 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 D | perlexperiment.pod | 296 =item Postfix dereference syntax 437 Superseded by L</Postfix dereference syntax>.
|
| H A D | perlref.pod | 721 =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 D | perl5200delta.pod | 70 =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 D | perlsyn.pod | 154 Postfix C<while> has the same magic treatment of some kinds of condition
|
| H A D | perl5240delta.pod | 14 =head2 Postfix dereferencing is no longer experimental
|
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_demangle.cpp | 180 case Node::Prec::Postfix: in print()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 179 case Node::Prec::Postfix: in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA57WriteRes.td | 16 // Postfix (optional): (XYZ)_Forward
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 421 // [C99 6.5.2.4] Postfix increment and decrement
|
| H A D | Expr.h | 2292 static Opcode getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix);
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | dir-example | 29 * DC: (dc). Postfix desk calculator.
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Expr.cpp | 1398 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 D | dir-example | 34 * DC: (dc). Postfix desk calculator.
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | toke | 88 Postfix dereference is experimental
|