Searched defs:TypeList (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeList.h20 class TypeList { class in namespace:lldb_private
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DTypeList.cpp22 TypeList::TypeList() : m_types() {} function in class:TypeList
[all...]
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.cpp752 ListInit *TypeList = RetTypes; local
[all...]
H A DCodeGenRegisters.cpp743 std::vector<Record*> TypeList = R->getValueAsListOfDefs("RegTypes"); local
/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp213 std::vector<const Record *> TypeList; member in class:__anon1189::BuiltinNameEmitter
1028 getTypeLists( Record *Type, TypeFlags &Flags, std::vector<Record *> &TypeList, std::vector<int64_t> &VectorList) const argument
1070 std::vector<Record *> TypeList; local
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h89 template <typename... Ts> struct TypeList {}; // Empty sentinel type list. struct in namespace:clang::ast_matchers::internal
91 template <typename T1, typename... Ts> struct TypeList<T1, Ts...> { struct in namespace:clang::ast_matchers::internal
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp957 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp895 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp578 std::vector<Type *> TypeList; member in class:__anon2017::BitcodeReader
[all...]

Completed in 322 milliseconds