Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp625 Expr *Semantic = *it; in VisitPseudoObjectExpr() local
626 if (auto *OVE = dyn_cast<OpaqueValueExpr>(Semantic)) in VisitPseudoObjectExpr()
627 Semantic = OVE->getSourceExpr(); in VisitPseudoObjectExpr()
628 Visit(Semantic); in VisitPseudoObjectExpr()
H A DCFG.cpp3955 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr() local
3959 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic)) in VisitPseudoObjectExpr()
3960 Semantic = OVE->getSourceExpr(); in VisitPseudoObjectExpr()
3962 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.h537 bool isKnownToHaveBooleanValue(bool Semantic = true) const;
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_6_tags.rst1 Type 6 – Semantic tags
/freebsd/contrib/mandoc/
H A Dmandoc.css193 /* Semantic markup for command line utilities. */
217 /* 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.md460 ## 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.td1850 "expected HLSL Semantic identifier">;
H A DDiagnosticSemaKinds.td10 // Semantic Analysis
14 let CategoryName = "Semantic Issue" in {
170 // Semantic analysis of constant literals.
4892 // Function Parameter Semantic Analysis.
4965 // C++ Overloading Semantic Analysis.
6960 let CategoryName = "ARC Semantic Issue" in {
9821 let CategoryName = "Semantic Issue" in {
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td4435 // Semantic difference in READ ANY instead of FIRST(active) LANE allows for
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6913 DocBrief<[{Enable semantic interposition. Semantic interposition allows for the
7271 generated Fortran source file. Semantic checks are disabled.}]>;
7290 DocBrief<[{Run the Parser and then output the parse tree. Semantic