Home
last modified time | relevance | path

Searched defs:ipi (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h127 llvm::pdb::TpiStream &ipi() { return *m_ipi; } in ipi() function
128 const llvm::pdb::TpiStream &ipi() const { return *m_ipi; } in ipi() function
H A DPdbSymUid.cpp44 uint64_t ipi : 1; member
/llvm-project/clang/test/SemaCXX/
H A Dlibstdcxx_is_pod_hack.cpp14 __is_pod<int> ipi; variable
H A Dcxx1y-variable-templates_top_level.cpp25 int ipi = pi<int>; in good() local
33 int ipi = pi; // expected-error {{use of variable template 'pi' requires template arguments}} in no_deduce() local
63 …int ipi = pi<int>; // expected-error {{'pi' does not name a template but is followed by template … in foo() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_template_p0522.cpp89 TIntPtr<Int> ipi; // expected-error {{different template parameters}} global() variable
/llvm-project/lld/COFF/
H A DDebugTypes.cpp802 pdb::TpiStream &ipi = check(pdbFile.getPDBIpiStream()); remapTpiWithGHashes() local