Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/docs/
H A DStackMaps.rst311 .. _stackmap-format:
H A DLangRef.rst4045 .. _binaryops:
7064 .. _int_va_copy:
7148 .. _int_gcread:
7184 .. _int_gcwrite:
7351 .. _int_read_register:
7352 .. _int_write_register:
7417 Semantics: argument
7449 Semantics: argument
9286 .. _int_at:
9366 .. _int_mstore:
[all …]
/minix3/external/bsd/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst818 Semantics section in Ownership qualification
878 .. _arc.ownership.restrictions:
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp199 SmallVector<Expr *, 4> Semantics; member in __anonc1820d4f0111::PseudoOpBuilder
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp667 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local
716 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2467 bool AsmParser::parseDirectiveRealValue(const fltSemantics &Semantics) { in parseDirectiveRealValue()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h194 unsigned Semantics : 3; // Provides semantics for APFloat construction variable
H A DExpr.h1268 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue()