Home
last modified time | relevance | path

Searched defs:infos (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
H A Dnew.size.pass.cpp58 LifetimeInformation infos[3]; in main() local
H A Dnew.size_align.pass.cpp65 TrackLifetimeOverAligned* x = new TrackLifetimeOverAligned[3]{infos[0], infos[1], infos[2]}; in main() local
[all...]
H A Dnew.size_nothrow.pass.cpp49 LifetimeInformation infos[3]; in main() local
H A Dnew.size_align_nothrow.pass.cpp57 TrackLifetimeOverAligned* x = new (std::nothrow) TrackLifetimeOverAligned[3]{infos[0], infos[1], infos[2]}; in main() local
[all...]
/llvm-project/compiler-rt/lib/stats/
H A Dstats.h33 StatInfo infos[1]; member
/llvm-project/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp479 TypeSystemClang::TemplateParameterInfos infos; TEST_F() local
550 CreateClassTemplate(const TypeSystemClang::TemplateParameterInfos & infos) CreateClassTemplate() argument
564 ExpectNewTemplate(std::string description,const TypeSystemClang::TemplateParameterInfos & infos) ExpectNewTemplate() argument
590 ExpectReusedTemplate(std::string description,const TypeSystemClang::TemplateParameterInfos & infos,ClassTemplateDecl * expected) ExpectReusedTemplate() argument
667 TypeSystemClang::TemplateParameterInfos infos; TEST_F() local
743 TypeSystemClang::TemplateParameterInfos infos; TEST_F() local
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1825 struct hwloc_info_s *infos; __kmp_affinity_create_hwloc_map() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1440 CreateFunctionTemplateSpecializationInfo(FunctionDecl * func_decl,clang::FunctionTemplateDecl * func_tmpl_decl,const TemplateParameterInfos & infos) CreateFunctionTemplateSpecializationInfo() argument