Home
last modified time | relevance | path

Searched refs:Semantics (Results 1 – 19 of 19) sorted by relevance

/external/llvm/docs/
DLangRef.rst4123 Semantics:
4172 Semantics:
4221 Semantics:
4286 Semantics:
4372 Semantics:
4425 Semantics:
4459 Semantics:
4504 Semantics:
4552 Semantics:
4595 Semantics:
[all …]
DStatepoints.rst274 Semantics:
314 Semantics:
364 Semantics:
414 Safepoint Semantics & Verification
DStackMaps.rst121 Semantics:
214 Semantics:
DSystemLibrary.rst234 Consistent Semantics
DNVPTXUsage.rst154 Semantics:
186 Semantics:
DProgrammersManual.rst2527 #. `Value Semantics and Concepts-based Polymorphism
/external/clang/lib/Sema/
DSemaPseudoObject.cpp199 SmallVector<Expr *, 4> Semantics; member in __anon83f8f2be0111::PseudoOpBuilder
209 Semantics.push_back(semantic); in addSemanticExpr()
215 ResultIndex = Semantics.size(); in addResultSemanticExpr()
216 Semantics.push_back(resultExpr); in addResultSemanticExpr()
235 ResultIndex = Semantics.size() - 1; in setResultToLastSemantic()
377 assert(index < Semantics.size() && in captureValueAsResult()
379 if (e == Semantics[index]) break; in captureValueAsResult()
388 Semantics, ResultIndex); in complete()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLProcessorVersion.src109 * <P>Semantics of the version string are identical to the Xerces project.</P>
/external/clang/lib/AST/
DExpr.cpp763 switch(FloatingLiteralBits.Semantics) { in getSemantics()
782 FloatingLiteralBits.Semantics = IEEEhalf; in setSemantics()
784 FloatingLiteralBits.Semantics = IEEEsingle; in setSemantics()
786 FloatingLiteralBits.Semantics = IEEEdouble; in setSemantics()
788 FloatingLiteralBits.Semantics = x87DoubleExtended; in setSemantics()
790 FloatingLiteralBits.Semantics = IEEEquad; in setSemantics()
792 FloatingLiteralBits.Semantics = PPCDoubleDouble; in setSemantics()
/external/llvm/lib/IR/
DConstants.cpp667 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local
668 APFloat NegZero = APFloat::getZero(Semantics, /*Negative=*/true); in getNegativeZero()
716 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
717 Constant *C = get(Ty->getContext(), APFloat::getInf(Semantics, Negative)); in getInfinity()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2469 bool AsmParser::parseDirectiveRealValue(const fltSemantics &Semantics) { in parseDirectiveRealValue() argument
2489 APFloat Value(Semantics); in parseDirectiveRealValue()
2493 Value = APFloat::getInf(Semantics); in parseDirectiveRealValue()
2495 Value = APFloat::getNaN(Semantics, false, ~0); in parseDirectiveRealValue()
/external/clang/include/clang/AST/
DExpr.h1268 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue() argument
1269 return llvm::APFloat(Semantics, getIntValue()); in getValue()
1386 return static_cast<APFloatSemantics>(FloatingLiteralBits.Semantics); in getRawSemantics()
1392 FloatingLiteralBits.Semantics = Sem; in setRawSemantics()
DStmt.h194 unsigned Semantics : 3; // Provides semantics for APFloat construction in LLVM_ALIGNAS() local
/external/bison/doc/
Dbison.info150 * Semantics:: Semantic values and actions.
164 Defining Language Semantics
1339 *Note Defining Language Semantics: Semantics, for details.
3131 * Semantics:: Semantic values and actions.
3728 File: bison.info, Node: Recursion, Next: Semantics, Prev: Rules, Up: Grammar File
3781 File: bison.info, Node: Semantics, Next: Tracking Locations, Prev: Recursion, Up: Grammar File
3783 3.5 Defining Language Semantics
3807 File: bison.info, Node: Value Type, Next: Multiple Types, Up: Semantics
3829 File: bison.info, Node: Multiple Types, Next: Actions, Prev: Value Type, Up: Semantics
3855 File: bison.info, Node: Actions, Next: Action Types, Prev: Multiple Types, Up: Semantics
[all …]
Dbison.texi187 * Semantics:: Semantic values and actions.
201 Defining Language Semantics
672 has both a token type and a @dfn{semantic value}. @xref{Semantics,
673 ,Defining Language Semantics},
2722 * Semantics:: Semantic values and actions.
3498 @node Semantics
3499 @section Defining Language Semantics
12205 @item Semantics
12208 each statement. @xref{Semantics, ,Defining Language Semantics}.
/external/clang/docs/
DAutomaticReferenceCounting.rst826 Semantics section in Ownership qualification
1256 Semantics of method families
1278 Semantics of ``init``
DModules.rst219 Module Semantics
DInternalsManual.rst1064 Source-centric vs. Semantics-centric View of Declarations
/external/bison/
DChangeLog-2012144 of the section `Defining Language Semantics', where locations have