/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ |
H A D | ctor_iterators.pass.cpp | 21 using base_type = std::stack<int, std::deque<int, test_allocator<int>>>; typedef
|
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ |
H A D | ctor_iterators.pass.cpp | 21 using base_type = std::queue<int, std::deque<int, test_allocator<int>>>; typedef
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | LanguageRuntime.h | 187 virtual std::optional<CompilerType> GetRuntimeType(CompilerType base_type) { in GetRuntimeType() argument
|
/llvm-project/flang/test/Semantics/ |
H A D | array-constr-values.f90 | 19 TYPE, ABSTRACT :: base_type type
|
/llvm-project/clang/utils/VtableTest/ |
H A D | gen.cc | 100 int base_type = 1; in gs() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 438 typedef OnDiskChainedHashTable<Info> base_type; typedef 500 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | AllocatorList.h | 95 using base_type = variable
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.cpp | 427 ObjCLanguageRuntime::GetRuntimeType(CompilerType base_type) { in GetRuntimeType() argument
|
/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABISysV_arm.cpp | 1701 CompilerType base_type; GetReturnValueObjectImpl() local
|
/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABISysV_arm64.cpp | 474 CompilerType base_type; LoadValueFromConsecutiveGPRRegisters() local
|
H A D | ABIMacOSX_arm64.cpp | 499 CompilerType base_type; LoadValueFromConsecutiveGPRRegisters() local
|
/llvm-project/pstl/test/support/ |
H A D | utils.h | 190 typedef ForwardIterator<Iterator, IteratorTag> base_type; typedef
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 1370 auto base_type = symbol_file.ResolveTypeUID(base->getTypeId()); in AddRecordBases() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 380 const auto base_type = coff_symbol_type & 0xff; MapSymbolType() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 730 const RecordType *base_record_type = base_type->getAs<RecordType>(); in importRecordLayoutFromOrigin() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | typo-correction.cpp | 46 static int base_type; // expected-note {{'base_type' declared here}} member
|
/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 504 CompilerType base_type = GetDirectBaseClassAtIndex(i, &bit_offset); in GetNumberOfNonEmptyBaseClasses() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | STLExtrasTest.cpp | 753 using base_type = global() typedef
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | template_cpp.cc | 1021 static std::string base_type(const std::string &type) in base_type() function
|