Home
last modified time | relevance | path

Searched refs:semantic (Results 1 – 25 of 53) sorted by relevance

123

/src/contrib/byacc/
H A DREADME.BTYACC80 has an YYSTYPE semantic value attached to it.
87 In addition to semantic value stack BtYacc now maintains
89 is similar to the behavior of the semantic value stack.
101 semantic value of the returned token to yylval.
127 This is analogue of the $$ semantic value.
171 semantic semantic values and text positions of tokens
176 semantic values were not cleaned that caused quite severe
180 Now BtYacc skeleton calls delete functions for semantic
185 calls when it needs to delete semantic value or text position.
189 to delete semantic value of the token or non-terminal.
[all …]
H A Dyaccpar.skel10 /* the body either are not useful outside of semantic actions or */
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h188 Dependence semantic() { in LLVM_COMMON_DEPENDENCE()
251 return Dependence(D).semantic().expr(); in toExprDependenceForImpliedType()
292 return Dependence(D).semantic().type(); in toSemanticDependence()
H A DCommentCommands.td147 // We don't do any additional semantic analysis for the following
H A DCXXRecordDeclDefinitionBits.def192 /// True when this class has a destructor with no semantic effect.
/src/contrib/unbound/contrib/
H A DDockerfile.tests3 # install semantic parser & lexical analyzer
/src/contrib/unbound/
H A DSECURITY.md5 NLnet Labs adheres to the straightforward, semantic versioning scheme that is
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDocs.td85 **Note:** enabling this warning in C will change the semantic behavior of the
H A DBuiltinsBase.td38 // Type is not important to semantic analysis and codegen; recognize as builtin
H A DDiagnosticCommentKinds.td26 // HTML semantic errors
H A DBuiltins.def75 // T -> type is not important to semantic analysis and codegen; recognize as
H A DTypeNodes.td25 /// typedefs can have semantic impacts in ways that are only reflected in our
H A DLangOptions.def392 BENIGN_LANGOPT(SemanticInterposition , 1, 0, "semantic interposition")
394 "Like -fno-semantic-interposition but don't use local aliases")
/src/contrib/llvm-project/lld/docs/MachO/
H A Dld64-vs-lld.rst26 This should not result in any meaningful semantic difference.
/src/usr.bin/dtc/
H A DHACKING38 most of the semantic checkers that can be implemented by simply reading the
/src/sys/contrib/zlib/doc/
H A Dtxtvsbin.txt11 file type requires heavy-duty semantic analysis on the file contents.
/src/contrib/mandoc/
H A Dmandoc.css245 /* Various semantic markup. */
H A DNEWS459 * apropos(1): Reimplement complete semantic search functionality
1060 mandoc-tools sandbox. This interfaces with mandocdb(8) for semantic
1127 content, which features semantic querying of manual content.
1287 * Some subtle semantic issues, such as punctuation scope, have also
/src/share/i18n/csmapper/BIG5/
H A DUCS%Big5EXT@IBM.src87 # MACRON (Mandarin Chinese first tone) to reflect this semantic.
H A DBig5EXT@IBM%UCS.src87 # MACRON (Mandarin Chinese first tone) to reflect this semantic.
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3140 const Expr *semantic = *i; in visitPseudoObjectExpr() local
3144 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) { in visitPseudoObjectExpr()
3164 } else if (semantic == resultExpr) { in visitPseudoObjectExpr()
3165 result = asImpl().visit(semantic); in visitPseudoObjectExpr()
3169 CGF.EmitIgnoredExpr(semantic); in visitPseudoObjectExpr()
H A DCGExpr.cpp6160 const Expr *semantic = *i; in emitPseudoObjectExpr() local
6164 if (const auto *ov = dyn_cast<OpaqueValueExpr>(semantic)) { in emitPseudoObjectExpr()
6201 } else if (semantic == resultExpr) { in emitPseudoObjectExpr()
6203 result.LV = CGF.EmitLValue(semantic); in emitPseudoObjectExpr()
6205 result.RV = CGF.EmitAnyExpr(semantic, slot); in emitPseudoObjectExpr()
6209 CGF.EmitIgnoredExpr(semantic); in emitPseudoObjectExpr()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp201 void addSemanticExpr(Expr *semantic) { in addSemanticExpr() argument
202 Semantics.push_back(semantic); in addSemanticExpr()
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td29 // Every MCInstPredicate class has a well-known semantic in tablegen. For
/src/contrib/llvm-project/libcxx/include/
H A D__config118 // - `_LIBCPP_ASSERT_SEMANTIC_REQUIREMENT` -- checks that the given argument satisfies the semantic
119 // by the Standard. Typically, there is no simple way to completely prove that a semantic require…

123