Home
last modified time | relevance | path

Searched defs:ti (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/clang/test/CodeGenCXX/
H A Dvisibility-ms-compat.cpp26 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 Dbuiltin-bit-cast.cpp17 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 Dmicrosoft-no-rtti-data.cpp20 const std::type_info &ti = typeid(*getS()); variable
H A Dtypeid-cxx11-with-address-space.cpp8 const std::type_info &ti; member
H A Dtypeid-cxx11.cpp7 const std::type_info &ti; member
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-comdat.h15 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 Dmain.cpp5 std::tuple<int> ti{1}; in main() local
/llvm-project/llvm/test/tools/llvm-cov/Inputs/
H A Dinstrprof-comdat.h11 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 Dhash_code.pass.cpp24 const std::type_info& ti = typeid(int); in main() local
H A Dname.pass.cpp25 const std::type_info& ti = typeid(int); in main() local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
H A Dp3-0x.cpp46 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 Dtemplates.cpp79 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 Dresolve-single-template-id.cpp64 test<oneT<int> > ti; in main() local
/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp216 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 DChainedIncludesSource.cpp67 for (unsigned ti = 0; ti < bufNames.size(); ++ti) { in createASTReader() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp72 llvm::codeview::TypeIndex ti, llvm::codeview::MemberAccess access, in AddBaseClassForTypeIndex() argument
246 TypeIndex ti(data_member.Type); in visitKnownMember() local
H A DSymbolFileNativePDB.cpp583 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 DPdbAstBuilder.cpp170 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 DDWARFLocationExpression.cpp77 static std::pair<size_t, bool> GetIntegralTypeInfo(TypeIndex ti, in GetIntegralTypeInfo()
/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp162 ThunkInfo &ti = tp.second; estimateStubsInRangeVA() local
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_runner.cc267 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 Dp1.cpp56 __thread int ti = 100; // precxx17-note {{here}} global() variable
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp168 DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, in GetMemoryProfile()
/llvm-project/lld/COFF/
H A DDebugTypes.cpp215 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 DClangModulesDeclVendor.cpp570 ti = macro_info->tokens_begin(), ForEachMacro() local
[all...]

12