Home
last modified time | relevance | path

Searched refs:testa (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dkey-function-vtable.cpp5 struct testa { virtual void a(); }; struct
6 void testa::a() {} in a()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dvector_gep2.ll7 define <2 x i8*> @testa(<2 x i8*> %a) {
8 ; CHECK-LABEL: @testa(
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dvector-blend.ll440 define <2 x double> @testa(<2 x double> %x, <2 x double> %y) {
441 ; SSE2-LABEL: testa:
450 ; SSSE3-LABEL: testa:
459 ; SSE41-LABEL: testa:
468 ; AVX-LABEL: testa:
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unsequenced.cpp653 void testa() { in testa() function
H A Dconstant-expression-cxx14.cpp999 constexpr int testa = f(e1, 3); variable