Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp575 Expr *Semantic = *it; in VisitPseudoObjectExpr() local
576 if (auto *OVE = dyn_cast<OpaqueValueExpr>(Semantic)) in VisitPseudoObjectExpr()
577 Semantic = OVE->getSourceExpr(); in VisitPseudoObjectExpr()
578 Visit(Semantic); in VisitPseudoObjectExpr()
H A DCFG.cpp3682 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr() local
3686 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic)) in VisitPseudoObjectExpr()
3687 Semantic = OVE->getSourceExpr(); in VisitPseudoObjectExpr()
3689 if (CFGBlock *B = Visit(Semantic)) in VisitPseudoObjectExpr()
/netbsd/external/mit/libcbor/dist/doc/source/api/
H A Dtype_6.rst1 Type 6 – Semantic tags
/netbsd/external/bsd/mdocml/dist/
H A Dmandoc.css179 /* Semantic markup for command line utilities. */
203 /* Semantic markup for function libraries. */
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp135 bool Expr::isKnownToHaveBooleanValue(bool Semantic) const { in isKnownToHaveBooleanValue()
146 return UO->getSubExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
158 return CE->getSubExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
177 return BO->getLHS()->isKnownToHaveBooleanValue(Semantic) && in isKnownToHaveBooleanValue()
178 BO->getRHS()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
182 return BO->getRHS()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
187 return CO->getTrueExpr()->isKnownToHaveBooleanValue(Semantic) && in isKnownToHaveBooleanValue()
188 CO->getFalseExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
194 return OVE->getSourceExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
197 if (!Semantic && FD->getType()->isUnsignedIntegerType() && in isKnownToHaveBooleanValue()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A DREADME.md55 ### Semantic analysis
104 **Semantic passes**
119 **Semantic helpers**
/netbsd/external/apache2/llvm/dist/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 *=()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DTransformMetadata.rst60 an optimization-missed warning must be emitted. Semantic information
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst4299 15. [SEMVER] `Semantic Versioning <https://semver.org/>`__
H A DAMDGPUUsage.rst12178 .. [SEMVER] `Semantic Versioning <https://semver.org/>`__
/netbsd/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-haripriya-dynamicgroup-xx.txt78 4. Schema and Semantic Definitions for Dynamic Groups . . . . . . 7
340 4. Schema and Semantic Definitions for Dynamic Groups
/netbsd/external/apache2/llvm/dist/clang/docs/CommandGuide/
H A Dclang.rst31 Parsing and Semantic Analysis
/netbsd/external/historical/nawk/dist/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",
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst1674 Lexical and Semantic Contexts
3079 Semantic handling
3119 #. Introduce semantic analysis actions into ``Sema``. Semantic analysis should
H A DModules.rst72 Semantic import
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td10 // Semantic Analysis
14 let CategoryName = "Semantic Issue" in {
110 // Semantic analysis of constant literals.
4206 // Function Parameter Semantic Analysis.
4273 // C++ Overloading Semantic Analysis.
6046 let CategoryName = "ARC Semantic Issue" in {
8655 let CategoryName = "Semantic Issue" in {
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h526 bool isKnownToHaveBooleanValue(bool Semantic = true) const;
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A DChangeLog.00987 Semantic routines are made inline when there is no icache (cache
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A DChangeLog.00987 Semantic routines are made inline when there is no icache (cache
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4490 generated Fortran source file. Semantic checks are disabled.}]>;
4505 DocBrief<[{Run the Parser and then output the parse tree. Semantic
/netbsd/external/bsd/flex/dist/doc/
H A Dflex.info-16435 Institute for Semantic Information Processing, University of Osnabrueck, FRG
7052 With $1, $2, $3, etc. These are called "Semantic Values" in the Bison
H A Dflex.texi7517 Institute for Semantic Information Processing, University of Osnabrueck, FRG
8150 With $1, $2, $3, etc. These are called "Semantic Values" in the Bison manual.