/llvm-project/clang/test/CodeGenCXX/ |
H A D | visibility-ms-compat.cpp | 26 const std::type_info &ti = typeid(A); variable 42 const std::type_info &ti = typeid(A); variable 58 const std::type_info &ti = typeid(A); variable 75 const std::type_info &ti = typeid(B<A>); variable 91 const std::type_info &ti = typeid(B<A>); variable 107 const std::type_info &ti = typeid(B<A>); variable
|
H A D | builtin-bit-cast.cpp | 17 unsigned long test_aggregate_to_scalar(two_ints &ti) { in test_aggregate_to_scalar() argument 31 two_floats test_aggregate_record(two_ints& ti) { in test_aggregate_record()
|
H A D | microsoft-no-rtti-data.cpp | 20 const std::type_info &ti = typeid(*getS()); variable
|
H A D | typeid-cxx11-with-address-space.cpp | 8 const std::type_info &ti; member
|
H A D | typeid-cxx11.cpp | 7 const std::type_info &ti; member
|
/llvm-project/compiler-rt/test/profile/Inputs/ |
H A D | instrprof-comdat.h | 15 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: [[@LINE]]| 2|template in DoIt()
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/ |
H A D | main.cpp | 5 std::tuple<int> ti{1}; in main() local
|
/llvm-project/llvm/test/tools/llvm-cov/Inputs/ |
H A D | instrprof-comdat.h | 11 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: [[@LINE]]| 2|template in DoIt()
|
/llvm-project/libcxx/test/std/utilities/type.index/type.index.members/ |
H A D | hash_code.pass.cpp | 24 const std::type_info& ti = typeid(int); in main() local
|
H A D | name.pass.cpp | 25 const std::type_info& ti = typeid(int); in main() local
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/ |
H A D | p3-0x.cpp | 46 const std::type_info &ti = typeid(struct Ti {}); // expected-error {{'Ti' cannot be defined in a ty… variable
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | templates.cpp | 79 const std::type_info &ti in odr_used() local 90 const std::type_info &ti in odr_used2() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | resolve-single-template-id.cpp | 64 test<oneT<int> > ti; in main() local
|
/llvm-project/openmp/runtime/src/ |
H A D | ompt-specific.cpp | 216 kmp_info_t *ti = ompt_get_thread(); in __ompt_thread_assign_wait_id() local 223 kmp_info_t *ti = ompt_get_thread(); in __ompt_get_state_internal() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | ChainedIncludesSource.cpp | 67 for (unsigned ti = 0; ti < bufNames.size(); ++ti) { in createASTReader() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | UdtRecordCompleter.cpp | 72 llvm::codeview::TypeIndex ti, llvm::codeview::MemberAccess access, in AddBaseClassForTypeIndex() argument 246 TypeIndex ti(data_member.Type); in visitKnownMember() local
|
H A D | SymbolFileNativePDB.cpp | 583 CreateSimpleType(TypeIndex ti,CompilerType ct) CreateSimpleType() argument 848 TypeIndex ti; CreateGlobalVariable() local 975 GetOrCreateType(TypeIndex ti) GetOrCreateType() argument 1756 for (TypeIndex ti : matches) { FindTypesByName() local 1775 for (auto ti = types.getFirst(); ti; ti = types.getNext(*ti)) { ParseTypes() local 2177 for (auto ti = types.getFirst(); ti; ti = types.getNext(*ti)) { BuildParentMap() local 2331 GetParentType(llvm::codeview::TypeIndex ti) GetParentType() argument [all...] |
H A D | PdbAstBuilder.cpp | 170 PdbAstBuilder::CreateDeclInfoForType(const TagRecord &record, TypeIndex ti) { in CreateDeclInfoForType() argument 496 clang::QualType PdbAstBuilder::CreateSimpleType(TypeIndex ti) { in CreateSimpleType() argument 1246 TypeIndex ti{index.tpi().TypeIndexBegin()}; in ParseNamespace() local 1282 TypeIndex ti{index.tpi().TypeIndexBegin()}; ParseAllTypes() local [all...] |
H A D | DWARFLocationExpression.cpp | 77 static std::pair<size_t, bool> GetIntegralTypeInfo(TypeIndex ti, in GetIntegralTypeInfo()
|
/llvm-project/lld/MachO/ |
H A D | ConcatOutputSection.cpp | 162 ThunkInfo &ti = tp.second; estimateStubsInRangeVA() local
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark_runner.cc | 267 for (std::size_t ti = 0; ti < pool.size(); ++ti) { in DoNIterations() local
|
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1.cpp | 56 __thread int ti = 100; // precxx17-note {{here}} global() variable
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachVMMemory.cpp | 168 DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, in GetMemoryProfile()
|
/llvm-project/lld/COFF/ |
H A D | DebugTypes.cpp | 215 bool TpiSource::remapTypeIndex(TypeIndex &ti, TiRefKind refKind) const { in remapTypeIndex() argument 402 for (TypeIndex ti : tpiMap) mergeDebugT() local 405 for (TypeIndex ti : ipiMap) mergeDebugT() local [all...] |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 570 ti = macro_info->tokens_begin(), ForEachMacro() local [all...] |