/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DependenceFlags.h | 180 Dependence syntactic() { in LLVM_COMMON_DEPENDENCE() 289 return Dependence(D).syntactic().type(); in toSyntacticDependence()
|
H A D | Expr.h | 6123 Expr *syntactic, ArrayRef<Expr*> semantic, 6137 static PseudoObjectExpr *Create(const ASTContext &Context, Expr *syntactic,
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 405 ExprResult PseudoOpBuilder::complete(Expr *syntactic) { in complete() argument 406 return PseudoObjectExpr::Create(S.Context, syntactic, in complete() 444 Expr *syntactic; in buildAssignmentOperation() local 449 syntactic = BinaryOperator::Create(S.Context, syntacticLHS, capturedRHS, in buildAssignmentOperation() 464 syntactic = CompoundAssignOperator::Create( in buildAssignmentOperation() 480 return complete(syntactic); in buildAssignmentOperation() 529 UnaryOperator *syntactic = in buildIncDecOperation() local 537 return complete(syntactic); in buildIncDecOperation()
|
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2001-02-06-TypeNotationDebate.txt | 41 an experiment that failed. However, this syntactic construct has been
|
H A D | 2001-02-06-TypeNotationDebateResp4.txt | 43 (instead of having C++ hide it for you behind "syntactic sugar").
|
H A D | 2007-OriginalClangReadme.txt | 54 the raw syntactic text of source code, allowing a client
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | Tooling.rst | 5 Clang provides infrastructure to write tools that need syntactic and semantic
|
H A D | HowToSetupToolingForLLVM.rst | 5 Clang Tooling provides infrastructure to write tools that need syntactic
|
H A D | ClangFormat.rst | 157 VISUAL mode. The line or region is extended to the next bigger syntactic
|
H A D | ClangTransformerTutorial.rst | 227 need to reason about source code locations and other, low-level syntactic
|
H A D | AutomaticReferenceCounting.rst | 576 the operand of the cast has a syntactic form which is known retained, known 1020 are intact. For example, there is no syntactic difference in C between 1833 This is likely to be uncommon enough that the syntactic weight of explicitly
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perltrap.pod | 223 syntactic ambiguities.
|
H A D | perlsyn.pod | 17 Many of Perl's syntactic elements are B<optional>. Rather than 242 braces. We will call this syntactic construct a BLOCK. Because enclosing
|
H A D | perlref.pod | 383 syntactic sugar, the examples for method 2 may be written:
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | inc-hist.texinfo | 102 semicolons where necessary to preserve syntactic correctness.
|
/openbsd/gnu/lib/libreadline/doc/ |
H A D | hsuser.texinfo | 114 semicolons where necessary to preserve syntactic correctness.
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlglossary.pod | 190 syntactic unit by any following B<quantifier>. (Contrast with an 361 A X<BLOCK construct, about>X<constructs, BLOCK>syntactic construct 640 In B<shell> X<commands, defined>programming, the syntactic combination of a 1607 The syntactic X<indirect object slot>position falling between a method call 1897 A syntactic X<LIST construct>X<constructs, LIST>construct representing a 3344 =item syntactic sugar 3346 An X<syntactic sugar>alternative way of writing something more easily; a
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | SymbolizerMarkupFormat.rst | 132 All the markup elements share a common syntactic structure to facilitate simple
|
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl04.rst | 61 ``IRBuilder`` when generating code like this. It has no "syntactic
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx2bIssues.csv | 82 `3530 <https://wg21.link/LWG3530>`__,"``BUILTIN-PTR-MEOW`` should not opt the type out of syntactic…
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-i386.texi | 474 @emph{one} @samp{,}. This is a syntactic exception.
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-i386.texi | 464 @emph{one} @samp{,}. This is a syntactic exception.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | loop.texi | 475 syntactic order is important in some classical data dependence tests,
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
H A D | Subclassing.pod | 178 semantically identical syntactic variants
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | FileCheck.rst | 656 correspond to actual syntactic labels in a source or output language: they must
|