Home
last modified time | relevance | path

Searched defs:Semantics (Results 1 – 9 of 9) sorted by relevance

/external/llvm/docs/
DStackMaps.rst312 .. _stackmap-format:
DStatepoints.rst380 .. _statepoint-stackmap-format:
DLangRef.rst4464 .. _binaryops:
7485 .. _int_va_copy:
7579 .. _int_gcread:
7615 .. _int_gcwrite:
7784 .. _int_read_register:
7785 .. _int_write_register:
7850 Semantics: argument
7882 Semantics: argument
9175 .. _int_overflow:
9723 .. _int_at:
[all …]
/external/clang/docs/
DAutomaticReferenceCounting.rst826 Semantics section in Ownership qualification
886 .. _arc.ownership.restrictions:
/external/clang/lib/Sema/
DSemaPseudoObject.cpp199 SmallVector<Expr *, 4> Semantics; member in __anon83f8f2be0111::PseudoOpBuilder
/external/llvm/lib/IR/
DConstants.cpp667 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local
716 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2469 bool AsmParser::parseDirectiveRealValue(const fltSemantics &Semantics) { in parseDirectiveRealValue()
/external/clang/include/clang/AST/
DStmt.h194 unsigned Semantics : 3; // Provides semantics for APFloat construction in LLVM_ALIGNAS() local
DExpr.h1268 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue()