Home
last modified time | relevance | path

Searched refs:LongLongTemplate (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/test/Demangle/
Dms-templates.test140 ??0?$LongLongTemplate@$0?IAAAAAAAAAAAAAAA@@@QAE@XZ
141 ; CHECK: __thiscall LongLongTemplate<-9223372036854775808>::LongLongTemplate<-9223372036854775808>(…
142 ??0?$LongLongTemplate@$0?IAAAAAAAAAAAAAAA@@@QEAA@XZ
143 ; CHECK: __cdecl LongLongTemplate<-9223372036854775808>::LongLongTemplate<-9223372036854775808>(voi…
145 ??0?$LongLongTemplate@$0HPPPPPPPPPPPPPPP@@@QAE@XZ
146 ; CHECK: __thiscall LongLongTemplate<9223372036854775807>::LongLongTemplate<9223372036854775807>(vo…
147 ??0?$LongLongTemplate@$0HPPPPPPPPPPPPPPP@@@QEAA@XZ
148 ; CHECK: __cdecl LongLongTemplate<9223372036854775807>::LongLongTemplate<9223372036854775807>(void)
/external/clang/test/CodeGenCXX/
Dmangle-ms-templates.cpp34 class LongLongTemplate { class
36 LongLongTemplate() {} in LongLongTemplate() function in LongLongTemplate
147 LongLongTemplate<-9223372036854775807LL-1LL> int64_min; in template_mangling()
150 LongLongTemplate<9223372036854775807LL> int64_max; in template_mangling()
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-ms-templates.cpp36 class LongLongTemplate { class
38 LongLongTemplate() {} in LongLongTemplate() function in LongLongTemplate
149 LongLongTemplate<-9223372036854775807LL-1LL> int64_min; in template_mangling()
152 LongLongTemplate<9223372036854775807LL> int64_max; in template_mangling()