Searched refs:semantic (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/byacc/
H A Dreader.c3006 { /* "no semantic type" default destructor */
3042 { /* "semantic type" default destructor */
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2949 const Expr *semantic = *i;
2951 // If this semantic expression is an opaque value, bind it
2953 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
2957 // If this semantic is the result of the pseudo-object
2973 } else if (semantic == resultExpr) {
2974 result = asImpl().visit(semantic);
2978 CGF.EmitIgnoredExpr(semantic);
H A DCGExpr.cpp5112 const Expr *semantic = *i; local
5114 // If this semantic expression is an opaque value, bind it
5116 if (const auto *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
5153 } else if (semantic == resultExpr) {
5155 result.LV = CGF.EmitLValue(semantic);
5157 result.RV = CGF.EmitAnyExpr(semantic, slot);
5161 CGF.EmitIgnoredExpr(semantic);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp9 // This file implements semantic analysis for expressions involving
200 /// Add a normal semantic expression.
201 void addSemanticExpr(Expr *semantic) { argument
202 Semantics.push_back(semantic);
205 /// Add the 'result' semantic expression.
390 // and set the new semantic
397 // Otherwise, it must already be one of our semantic expressions;
439 // In some very specific cases, semantic analysis of the RHS as an
444 // semantic expression with expressions from the syntactic form.
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex495 \item \emph{semantic structure}: In some cases, \dtc checks that
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h893 /// by semantic analysis for function calls, object constructions, etc. in
3208 /// introduced by semantic analysis.
3332 /// actual type of the expression as determined by semantic
4374 /// Prior to semantic analysis, an initializer list will represent the
4383 /// After semantic analysis, the initializer list will represent the
4384 /// semantic form of the initializer, where the initializations of all
4395 /// After semantic analysis has completed, given an initializer list,
4397 /// semantic form of the initializer list (note: the same AST node
4399 /// Given the semantic form of the initializer list, one can retrieve
4404 /// that isSemanticForm() returns false), one can retrieve the semantic
[all...]

Completed in 226 milliseconds