/external/llvm/docs/ |
D | LangRef.rst | 4123 Semantics: 4172 Semantics: 4221 Semantics: 4286 Semantics: 4372 Semantics: 4425 Semantics: 4459 Semantics: 4504 Semantics: 4552 Semantics: 4595 Semantics: [all …]
|
D | Statepoints.rst | 274 Semantics: 314 Semantics: 364 Semantics: 414 Safepoint Semantics & Verification
|
D | StackMaps.rst | 121 Semantics: 214 Semantics:
|
D | SystemLibrary.rst | 234 Consistent Semantics
|
D | NVPTXUsage.rst | 154 Semantics: 186 Semantics:
|
D | ProgrammersManual.rst | 2527 #. `Value Semantics and Concepts-based Polymorphism
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 199 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/ |
D | XSLProcessorVersion.src | 109 * <P>Semantics of the version string are identical to the Xerces project.</P>
|
/external/clang/lib/AST/ |
D | Expr.cpp | 763 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/ |
D | Constants.cpp | 667 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/ |
D | AsmParser.cpp | 2469 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/ |
D | Expr.h | 1268 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()
|
D | Stmt.h | 194 unsigned Semantics : 3; // Provides semantics for APFloat construction in LLVM_ALIGNAS() local
|
/external/bison/doc/ |
D | bison.info | 150 * 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 …]
|
D | bison.texi | 187 * 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/ |
D | AutomaticReferenceCounting.rst | 826 Semantics section in Ownership qualification 1256 Semantics of method families 1278 Semantics of ``init``
|
D | Modules.rst | 219 Module Semantics
|
D | InternalsManual.rst | 1064 Source-centric vs. Semantics-centric View of Declarations
|
/external/bison/ |
D | ChangeLog-2012 | 144 of the section `Defining Language Semantics', where locations have
|