Home
last modified time | relevance | path

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

/external/llvm/docs/
DLangRef.rst2990 Semantics:
3039 Semantics:
3088 Semantics:
3153 Semantics:
3239 Semantics:
3292 Semantics:
3326 Semantics:
3371 Semantics:
3419 Semantics:
3462 Semantics:
[all …]
DSystemLibrary.rst234 Consistent Semantics
/external/clang/lib/Sema/
DSemaPseudoObject.cpp162 SmallVector<Expr *, 4> Semantics; member in __anon865e2fa40111::PseudoOpBuilder
172 Semantics.push_back(semantic); in addSemanticExpr()
178 ResultIndex = Semantics.size(); in addResultSemanticExpr()
179 Semantics.push_back(resultExpr); in addResultSemanticExpr()
198 ResultIndex = Semantics.size() - 1; in setResultToLastSemantic()
323 assert(index < Semantics.size() && in captureValueAsResult()
325 if (e == Semantics[index]) break; in captureValueAsResult()
334 Semantics, ResultIndex); in complete()
/external/chromium/chrome/common/
Dsandbox_policy.cc125 sandbox::TargetPolicy::Semantics access, in AddDirectory()
158 sandbox::TargetPolicy::Semantics access, in AddKeyAndSubkeys()
/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.cpp674 switch(FloatingLiteralBits.Semantics) { in getSemantics()
693 FloatingLiteralBits.Semantics = IEEEhalf; in setSemantics()
695 FloatingLiteralBits.Semantics = IEEEsingle; in setSemantics()
697 FloatingLiteralBits.Semantics = IEEEdouble; in setSemantics()
699 FloatingLiteralBits.Semantics = x87DoubleExtended; in setSemantics()
701 FloatingLiteralBits.Semantics = IEEEquad; in setSemantics()
703 FloatingLiteralBits.Semantics = PPCDoubleDouble; in setSemantics()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2247 bool AsmParser::ParseDirectiveRealValue(const fltSemantics &Semantics) { in ParseDirectiveRealValue() argument
2267 APFloat Value(Semantics); in ParseDirectiveRealValue()
2271 Value = APFloat::getInf(Semantics); in ParseDirectiveRealValue()
2273 Value = APFloat::getNaN(Semantics, false, ~0); in ParseDirectiveRealValue()
/external/clang/include/clang/AST/
DExpr.h1223 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue() argument
1224 return llvm::APFloat(Semantics, getIntValue()); in getValue()
1341 return static_cast<APFloatSemantics>(FloatingLiteralBits.Semantics); in getRawSemantics()
1347 FloatingLiteralBits.Semantics = Sem; in setRawSemantics()
DStmt.h190 unsigned Semantics : 3; // Provides semantics for APFloat construction variable
/external/chromium/chrome/browser/ui/cocoa/
Dgradient_button_cell.mm166 // Semantics of continuous pulsing are that we pulse independent
/external/llvm/lib/IR/
DConstants.cpp634 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty); in getInfinity() local
636 APFloat::getInf(Semantics, Negative)); in getInfinity()
/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.rst818 Semantics section in Ownership qualification
1248 Semantics of method families
1270 Semantics of ``init``
DInternalsManual.rst1035 Source-centric vs. Semantics-centric View of Declarations
/external/bison/
DChangeLog-2012144 of the section `Defining Language Semantics', where locations have