Home
last modified time | relevance | path

Searched refs:syntactic (Results 1 – 25 of 63) sorted by relevance

123

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDependenceFlags.h180 Dependence syntactic() { in LLVM_COMMON_DEPENDENCE()
289 return Dependence(D).syntactic().type(); in toSyntacticDependence()
H A DExpr.h6123 Expr *syntactic, ArrayRef<Expr*> semantic,
6137 static PseudoObjectExpr *Create(const ASTContext &Context, Expr *syntactic,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp405 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 D2001-02-06-TypeNotationDebate.txt41 an experiment that failed. However, this syntactic construct has been
H A D2001-02-06-TypeNotationDebateResp4.txt43 (instead of having C++ hide it for you behind "syntactic sugar").
H A D2007-OriginalClangReadme.txt54 the raw syntactic text of source code, allowing a client
/openbsd/gnu/llvm/clang/docs/
H A DTooling.rst5 Clang provides infrastructure to write tools that need syntactic and semantic
H A DHowToSetupToolingForLLVM.rst5 Clang Tooling provides infrastructure to write tools that need syntactic
H A DClangFormat.rst157 VISUAL mode. The line or region is extended to the next bigger syntactic
H A DClangTransformerTutorial.rst227 need to reason about source code locations and other, low-level syntactic
H A DAutomaticReferenceCounting.rst576 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 Dperltrap.pod223 syntactic ambiguities.
H A Dperlsyn.pod17 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 Dperlref.pod383 syntactic sugar, the examples for method 2 may be written:
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dinc-hist.texinfo102 semicolons where necessary to preserve syntactic correctness.
/openbsd/gnu/lib/libreadline/doc/
H A Dhsuser.texinfo114 semicolons where necessary to preserve syntactic correctness.
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlglossary.pod190 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 DSymbolizerMarkupFormat.rst132 All the markup elements share a common syntactic structure to facilitate simple
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst61 ``IRBuilder`` when generating code like this. It has no "syntactic
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DCxx2bIssues.csv82 `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 Dc-i386.texi474 @emph{one} @samp{,}. This is a syntactic exception.
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-i386.texi464 @emph{one} @samp{,}. This is a syntactic exception.
/openbsd/gnu/gcc/gcc/doc/
H A Dloop.texi475 syntactic order is important in some classical data dependence tests,
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DSubclassing.pod178 semantically identical syntactic variants
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A DFileCheck.rst656 correspond to actual syntactic labels in a source or output language: they must

123