Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/docs/
DCoroutines.rst812 Semantics: argument
840 Semantics: argument
846 .. _coro.promise:
974 Semantics: argument
985 .. _coro.free:
1127 Semantics: argument
1134 .. _coro.id:
1178 .. _coro.id.async:
1217 .. _coro.id.retcon:
1392 .. _coro.suspend:
[all …]
DStackMaps.rst310 .. _stackmap-format:
DStatepoints.rst637 .. _statepoint-stackmap-format:
DLangRef.rst5407 Semantics subsubsection
5501 .. _tbaa_node_representation:
7980 .. _unaryops:
11517 .. _int_va_copy:
11611 .. _int_gcread:
11647 .. _int_gcwrite:
11861 .. _int_read_register:
11862 .. _int_read_volatile_register:
11863 .. _int_write_register:
11935 Semantics: argument
[all …]
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dperformance-no-automatic-move.rst31 Semantics chapter
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h151 enum Semantics { enum
593 const fltSemantics *Semantics; variable
709 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage()
786 template <typename T> static bool usesLayout(const fltSemantics &Semantics) { in usesLayout()
853 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat()
855 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat()
860 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat()
862 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat()
/external/llvm-project/llvm/include/llvm/ADT/
DAPFloat.h152 enum Semantics { enum
604 const fltSemantics *Semantics; variable
720 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage()
797 template <typename T> static bool usesLayout(const fltSemantics &Semantics) { in usesLayout()
864 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat()
866 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat()
871 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat()
873 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h602 const fltSemantics *Semantics; variable
671 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage()
748 template <typename T> static bool usesLayout(const fltSemantics &Semantics) { in usesLayout()
816 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat()
818 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat()
820 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat()
822 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat()
/external/llvm/docs/
DStackMaps.rst310 .. _stackmap-format:
DStatepoints.rst551 .. _statepoint-stackmap-format:
DLangRef.rst5794 .. _binaryops:
9056 .. _int_va_copy:
9150 .. _int_gcread:
9186 .. _int_gcwrite:
9353 .. _int_read_register:
9354 .. _int_write_register:
9419 Semantics: argument
9451 Semantics: argument
9456 .. _int_get_dynamic_area_offset:
10890 .. _int_overflow:
[all …]
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp388 enum LockingSemantics Semantics, in AcquireLockAux()
527 enum LockingSemantics Semantics, in DestroyLockAux()
/external/clang/docs/
DAutomaticReferenceCounting.rst826 Semantics section in Ownership qualification
886 .. _arc.ownership.restrictions:
/external/llvm-project/clang/docs/
DAutomaticReferenceCounting.rst826 Semantics section in Ownership qualification
886 .. _arc.ownership.restrictions:
/external/angle/third_party/vulkan-deps/glslang/src/gtests/
DTestFixture.h71 enum class Semantics { enum
/external/deqp-deps/glslang/gtests/
DTestFixture.h71 enum class Semantics { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp809 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN() local
820 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getQNaN() local
831 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getSNaN() local
842 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local
891 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp3592 bool MasmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue()
3654 bool MasmParser::parseRealInstList(const fltSemantics &Semantics, in parseRealInstList()
3701 bool MasmParser::emitRealValues(const fltSemantics &Semantics, in emitRealValues()
3719 bool MasmParser::addRealField(StringRef Name, const fltSemantics &Semantics, in addRealField()
3743 const fltSemantics &Semantics, in parseDirectiveRealValue()
3758 const fltSemantics &Semantics, in parseDirectiveNamedRealValue()
3850 const fltSemantics *Semantics; in parseFieldInitializer() local
DAsmParser.cpp3133 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue()
3177 const fltSemantics &Semantics) { in parseDirectiveRealValue()
4805 bool AsmParser::parseDirectiveRealDCB(StringRef IDVal, const fltSemantics &Semantics) { in parseDirectiveRealDCB()
/external/llvm-project/llvm/lib/IR/
DConstants.cpp937 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getNaN() local
948 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getQNaN() local
959 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getSNaN() local
970 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getNegativeZero() local
1004 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getInfinity() local
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp4782 APFloat::Storage::Storage(IEEEFloat F, const fltSemantics &Semantics) { in Storage()
4810 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) in APFloat()
4842 APFloat APFloat::getAllOnesValue(const fltSemantics &Semantics, in getAllOnesValue()
/external/llvm/lib/IR/
DConstants.cpp656 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN() local
667 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local
716 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp773 const llvm::fltSemantics &Semantics = in toAPFloat() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3107 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue()
3151 const fltSemantics &Semantics) { in parseDirectiveRealValue()
4770 bool AsmParser::parseDirectiveRealDCB(StringRef IDVal, const fltSemantics &Semantics) { in parseDirectiveRealDCB()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp192 SmallVector<Expr *, 4> Semantics; member in __anon023896250111::PseudoOpBuilder

12