Home
last modified time | relevance | path

Searched refs:class_types (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp95 TypeList class_types; in GetTypeInfoFromVTableAddress() local
102 searched_symbol_files, class_types); in GetTypeInfoFromVTableAddress()
106 if (class_types.Empty()) in GetTypeInfoFromVTableAddress()
109 searched_symbol_files, class_types); in GetTypeInfoFromVTableAddress()
112 if (class_types.Empty()) { in GetTypeInfoFromVTableAddress()
117 if (class_types.GetSize() == 1) { in GetTypeInfoFromVTableAddress()
118 type_sp = class_types.GetTypeAtIndex(0); in GetTypeInfoFromVTableAddress()
135 for (i = 0; i < class_types.GetSize(); i++) { in GetTypeInfoFromVTableAddress()
136 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfoFromVTableAddress()
149 for (i = 0; i < class_types.GetSize(); i++) { in GetTypeInfoFromVTableAddress()
[all …]
/llvm-project-15.0.7/clang/test/Misc/
H A Ddiag-template-diffing.cpp280 template<typename ...A> class class_types {}; class
281 void set10(class_types<int, int>) {} in set10()
283 set10(class_types<int>()); in test10()
284 set10(class_types<int, int, int>()); in test10()
/llvm-project-15.0.7/lldb/third_party/Python/module/six/
H A Dsix.py43 class_types = type, variable
51 class_types = (type, types.ClassType) variable