Home
last modified time | relevance | path

Searched refs:TypeList (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp22 TypeList::TypeList() : m_types() {} in TypeList() function in TypeList
25 TypeList::~TypeList() = default;
27 void TypeList::Insert(const TypeSP &type_sp) { in Insert()
58 void TypeList::Clear() { m_types.clear(); } in Clear()
60 uint32_t TypeList::GetSize() const { return m_types.size(); } in GetSize()
66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex()
78 void TypeList::ForEach( in ForEach()
86 void TypeList::ForEach( in ForEach()
94 void TypeList::Dump(Stream *s, bool show_context) { in Dump()
114 void TypeList::RemoveMismatchedTypes(llvm::StringRef type_scope, in RemoveMismatchedTypes()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeList.h20 class TypeList {
23 TypeList();
25 virtual ~TypeList();
31 TypeList FindTypes(ConstString name);
67 TypeList(const TypeList &) = delete;
68 const TypeList &operator=(const TypeList &) = delete;
H A DSymbolFile.h325 lldb_private::TypeList &type_list) = 0;
590 virtual TypeList &GetTypeList() { return m_type_list; } in GetTypeList()
598 TypeList m_type_list;
H A DSymbolContext.h266 void SortTypeList(TypeMap &type_map, TypeList &type_list) const;
H A DSymbolFileOnDemand.h160 lldb_private::TypeList &type_list) override;
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp213 std::vector<const Record *> TypeList; member in __anon8bd292040111::BuiltinNameEmitter
266 std::vector<Record *> &TypeList,
400 ExtractEnumTypes(Types, TypesSeen, TypeEnums, TypeList); in EmitDeclarations()
945 OS << " if (Ty.ID >= " << TypeList.size() << ") {"; in EmitQualTypeFinder()
1041 Record *Type, TypeFlags &Flags, std::vector<Record *> &TypeList, in getTypeLists() argument
1045 TypeList = Type->getValueAsDef("TypeList")->getValueAsListOfDefs("List"); in getTypeLists()
1063 getTypeLists(PossibleGenType, Flags, TypeList, VectorList); in getTypeLists()
1069 TypeList.push_back(Type); in getTypeLists()
1082 std::vector<Record *> TypeList; in expandTypesInSignature() local
1086 getTypeLists(Arg, Flags, TypeList, VectorList); in expandTypesInSignature()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.cpp118 auto *TypeList = cast<ListInit>(Types->getValue()); in CodeGenIntrinsic() local
123 IS.RetTys.push_back(TypeList->getElementAsRecord(I)); in CodeGenIntrinsic()
125 for (unsigned E = TypeList->size(); I < E; ++I) in CodeGenIntrinsic()
126 IS.ParamTys.push_back(TypeList->getElementAsRecord(I)); in CodeGenIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h48 using TypeList = std::vector<Type *>;
62 TypeList Types;
212 const TypeList &getTypes() const { return Types; } in getTypes()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h45 using TypeList = std::vector<Type *>;
59 TypeList Types;
212 const TypeList &getTypes() const { return Types; } in getTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.cpp85 lldb_private::TypeList &type_list) {} in GetTypes()
H A DSymbolFileJSON.h99 lldb_private::TypeList &type_list) override;
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslmethod.c733 UINT32 *TypeList) in MtProcessParameterTypeList() argument
742 TypeList[ParameterCount] = in MtProcessParameterTypeList()
750 TypeList[ParameterCount] = in MtProcessParameterTypeList()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h89 template <typename... Ts> struct TypeList {}; // Empty sentinel type list. struct
91 template <typename T1, typename... Ts> struct TypeList<T1, Ts...> {
99 using tail = TypeList<Ts...>;
103 using EmptyTypeList = TypeList<>;
168 TypeList<CXXBaseSpecifier, CXXCtorInitializer,
178 TypeList<CXXFunctionalCastExpr, ExplicitCastExpr>, T>::value> * =
1184 TypeList<Decl, Stmt, NestedNameSpecifier, NestedNameSpecifierLoc, QualType,
1211 TypeList<Decl, Stmt, NestedNameSpecifier, NestedNameSpecifierLoc, TypeLoc,
1216 TypeList<CallExpr, CXXConstructExpr, CXXNewExpr, DeclRefExpr, EnumType,
2253 TypeList<BinaryOperator, CXXOperatorCallExpr,
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h86 lldb_private::TypeList &type_list) override;
H A DSymbolFileSymtab.cpp52 lldb_private::TypeList &type_list) {} in GetTypes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td265 class TypeList<list<Type> _Type> {
272 // For example, if TypeList = <int, float> and VectorList = <1, 2, 4>, then it
293 class GenericType<string _Ty, TypeList _TypeList, IntList _VectorList> :
296 TypeList TypeList = _TypeList;
297 // Possible vector sizes of the types in the TypeList.
445 def TLFloat : TypeList<[Float, Double, Half]>;
446 def TLSignedInts : TypeList<[Char, Short, Int, Long]>;
447 def TLUnsignedInts : TypeList<[UChar, UShort, UInt, ULong]>;
449 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>;
490 TypeList<[Type]>, VecSizes>;
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp150 TypeList type_list; in GetTypes()
H A DSBModule.cpp486 TypeList type_list; in FindTypes()
536 TypeList type_list; in GetTypes()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1029 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr>,
1030 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr>>
1034 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr>,
1035 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr>>
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h193 TypeList &type_list) override;
376 TypeList &GetTypeList() override;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp579 std::vector<Type *> TypeList; member in __anoncc7157100411::BitcodeReader
1358 if (ID >= TypeList.size()) in getTypeByID()
1361 if (Type *Ty = TypeList[ID]) in getTypeByID()
1381 if (ID >= TypeList.size()) in getPtrElementTypeByID()
1384 Type *Ty = TypeList[ID]; in getPtrElementTypeByID()
1408 TypeList.push_back(Ty); in getVirtualTypeID()
2296 if (!TypeList.empty()) in parseTypeTableBody()
2339 TypeList.resize(Record[0]); in parseTypeTableBody()
2581 if (TypeList[NumRecords]) in parseTypeTableBody()
3043 if (Record[0] >= TypeList.size() || !TypeList[Record[0]]) in parseConstants()
[all …]
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h429 template <class PolyMatcher, class TypeList>
431 std::vector<DynTypedMatcher> &Out, TypeList) {
432 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
433 mergePolyMatchers(Poly, Out, typename TypeList::tail());
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h112 TypeList &type_list) override {} in GetTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h106 lldb_private::TypeList &type_list) override {} in GetTypes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h45 class TypeList; variable

123