Home
last modified time | relevance | path

Searched defs:TypeIndex (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h96 TypeIndex() : Index(0) {} in TypeIndex() function
97 explicit TypeIndex(uint32_t Index) : Index(Index) {} in TypeIndex() function
98 explicit TypeIndex(SimpleTypeKind Kind) in TypeIndex() function
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode) in TypeIndex() function
/external/deqp/scripts/khr_util/
Dregistry.py164 class TypeIndex(NameApiIndex): class
/external/v8/src/asmjs/
Dasm-wasm-builder.cc1627 enum TypeIndex { enum in v8::internal::wasm::AsmWasmBuilderImpl
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1835 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h780 ULONG TypeIndex; member