Home
last modified time | relevance | path

Searched defs:base_type (Results 1 – 19 of 19) sorted by relevance

/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_iterators.pass.cpp21 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 Dctor_iterators.pass.cpp21 using base_type = std::queue<int, std::deque<int, test_allocator<int>>>; typedef
/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h187 virtual std::optional<CompilerType> GetRuntimeType(CompilerType base_type) { in GetRuntimeType() argument
/llvm-project/flang/test/Semantics/
H A Darray-constr-values.f9019 TYPE, ABSTRACT :: base_type type
/llvm-project/clang/utils/VtableTest/
H A Dgen.cc100 int base_type = 1; in gs() local
/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h438 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 DAllocatorList.h95 using base_type = variable
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp427 ObjCLanguageRuntime::GetRuntimeType(CompilerType base_type) { in GetRuntimeType() argument
/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1701 CompilerType base_type; GetReturnValueObjectImpl() local
/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp474 CompilerType base_type; LoadValueFromConsecutiveGPRRegisters() local
H A DABIMacOSX_arm64.cpp499 CompilerType base_type; LoadValueFromConsecutiveGPRRegisters() local
/llvm-project/pstl/test/support/
H A Dutils.h190 typedef ForwardIterator<Iterator, IteratorTag> base_type; typedef
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1370 auto base_type = symbol_file.ResolveTypeUID(base->getTypeId()); in AddRecordBases() local
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp380 const auto base_type = coff_symbol_type & 0xff; MapSymbolType() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp730 const RecordType *base_record_type = base_type->getAs<RecordType>(); in importRecordLayoutFromOrigin() local
/llvm-project/clang/test/SemaCXX/
H A Dtypo-correction.cpp46 static int base_type; // expected-note {{'base_type' declared here}} member
/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp504 CompilerType base_type = GetDirectBaseClassAtIndex(i, &bit_offset); in GetNumberOfNonEmptyBaseClasses() local
/llvm-project/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp753 using base_type = global() typedef
/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc1021 static std::string base_type(const std::string &type) in base_type() function