Home
last modified time | relevance | path

Searched refs:Semantic (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_6.rst1 Type 6 – Semantic tags
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp627 Expr *Semantic = *it; in VisitPseudoObjectExpr() local
628 if (auto *OVE = dyn_cast<OpaqueValueExpr>(Semantic)) in VisitPseudoObjectExpr()
629 Semantic = OVE->getSourceExpr(); in VisitPseudoObjectExpr()
630 Visit(Semantic); in VisitPseudoObjectExpr()
H A DCFG.cpp3846 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr() local
3850 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic)) in VisitPseudoObjectExpr()
3851 Semantic = OVE->getSourceExpr(); in VisitPseudoObjectExpr()
3853 if (CFGBlock *B = Visit(Semantic)) in VisitPseudoObjectExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h139 Semantic = in LLVM_COMMON_DEPENDENCE() enumerator
190 Result.V &= Semantic; in LLVM_COMMON_DEPENDENCE()
H A DExpr.h526 bool isKnownToHaveBooleanValue(bool Semantic = true) const;
/freebsd/contrib/mandoc/
H A Dmandoc.css184 /* Semantic markup for command line utilities. */
208 /* Semantic markup for function libraries. */
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp137 bool Expr::isKnownToHaveBooleanValue(bool Semantic) const { in isKnownToHaveBooleanValue()
148 return UO->getSubExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
160 return CE->getSubExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
179 return BO->getLHS()->isKnownToHaveBooleanValue(Semantic) && in isKnownToHaveBooleanValue()
180 BO->getRHS()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
184 return BO->getRHS()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
189 return CO->getTrueExpr()->isKnownToHaveBooleanValue(Semantic) && in isKnownToHaveBooleanValue()
190 CO->getFalseExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
196 return OVE->getSourceExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
199 if (!Semantic && FD->getType()->isUnsignedIntegerType() && in isKnownToHaveBooleanValue()
/freebsd/contrib/libxo/doc/
H A Dgetting.rst18 We're using `Semantic Versioning`_ to number our releases. libxo is
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp310 const fltSemantics &Semantic = in operator *=() local
314 convertToFpType(Semantic); in operator *=()
318 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal), in operator *=()
/freebsd/contrib/bc/
H A DREADME.md452 ## Semantic Versioning
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok1140 Semantic Networks . . . . . . . . . . . 891--905
2341 Gregor V. Bochmann Semantic Evaluation from Left to Right 55--62
3312 Robert A. Kowalski Logic and Semantic Networks . . . . . . 184--192
H A Dfunstack.in8311 title = "Generating {English} Discourse from Semantic Networks",
17735 title = "Semantic Evaluation from Left to Right",
25201 title = "Logic and Semantic Networks",
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td1726 "expected HLSL Semantic identifier">;
H A DDiagnosticSemaKinds.td10 // Semantic Analysis
14 let CategoryName = "Semantic Issue" in {
111 // Semantic analysis of constant literals.
4560 // Function Parameter Semantic Analysis.
4631 // C++ Overloading Semantic Analysis.
6481 let CategoryName = "ARC Semantic Issue" in {
9200 let CategoryName = "Semantic Issue" in {
H A DAttr.td367 // HLSL Semantic spellings
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6199 DocBrief<[{Enable semantic interposition. Semantic interposition allows for the
6462 generated Fortran source file. Semantic checks are disabled.}]>;
6479 DocBrief<[{Run the Parser and then output the parse tree. Semantic