Home
last modified time | relevance | path

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

/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.cpp3843 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr() local
3847 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic)) in VisitPseudoObjectExpr()
3848 Semantic = OVE->getSourceExpr(); in VisitPseudoObjectExpr()
3850 if (CFGBlock *B = Visit(Semantic)) in VisitPseudoObjectExpr()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_6.rst1 Type 6 – Semantic tags
/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.h538 bool isKnownToHaveBooleanValue(bool Semantic = true) const;
/freebsd/contrib/mandoc/
H A Dmandoc.css192 /* Semantic markup for command line utilities. */
216 /* Semantic markup for function libraries. */
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp136 bool Expr::isKnownToHaveBooleanValue(bool Semantic) const { in isKnownToHaveBooleanValue()
147 return UO->getSubExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
159 return CE->getSubExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
178 return BO->getLHS()->isKnownToHaveBooleanValue(Semantic) && in isKnownToHaveBooleanValue()
179 BO->getRHS()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
183 return BO->getRHS()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
188 return CO->getTrueExpr()->isKnownToHaveBooleanValue(Semantic) && in isKnownToHaveBooleanValue()
189 CO->getFalseExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
195 return OVE->getSourceExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
198 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.md454 ## 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.td1765 "expected HLSL Semantic identifier">;
H A DDiagnosticSemaKinds.td10 // Semantic Analysis
14 let CategoryName = "Semantic Issue" in {
111 // Semantic analysis of constant literals.
4657 // Function Parameter Semantic Analysis.
4728 // C++ Overloading Semantic Analysis.
6618 let CategoryName = "ARC Semantic Issue" in {
9386 let CategoryName = "Semantic Issue" in {
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6496 DocBrief<[{Enable semantic interposition. Semantic interposition allows for the
6755 generated Fortran source file. Semantic checks are disabled.}]>;
6774 DocBrief<[{Run the Parser and then output the parse tree. Semantic