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

/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp121 TypeList class_types; local
132 class_types);
144 class_types);
156 type_sp = class_types.GetTypeAtIndex(0);
164 class_type_or_name.SetTypeSP(class_types.GetTypeAtIndex(0));
173 type_sp = class_types.GetTypeAtIndex(i);
188 type_sp = class_types.GetTypeAtIndex(i);
/external/lldb/test/lang/cpp/class_types/
H A DTestClassTypes.py12 mydir = os.path.join("lang", "cpp", "class_types")
19 self.class_types()
36 self.class_types()
47 # test/class_types test failures: runCmd: expr this->m_c_int
55 # test/class_types test failures: runCmd: expr this->m_c_int
68 def class_types(self): member in class:ClassTypesTestCase
80 # CC=clang ./dotest.py -v -t class_types
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp280 template<typename ...A> class class_types {}; class
281 void set10(class_types<int, int>) {}
283 set10(class_types<int>());
284 set10(class_types<int, int, int>());
288 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_types<[...], (no argument)>' to 'class_types<[...], int>' for 1st argument
290 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_types<[2 * ...], int>' to 'class_types<[2 * ...], (no argument)>' for 1st argument
292 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class_types<int, (no argument)>' to 'class_types<in
[all...]

Completed in 167 milliseconds