Home
last modified time | relevance | path

Searched refs:fun3 (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmember-expr.cpp142 S fun3(int i=0); // expected-note{{possible target for call}}
143 int fun3(int i, int j); // expected-note{{possible target for call}}
145 …return fun3.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g3()
166 Vec fun3(int x = 0);
167 …int test3() { return fun3.size(); } // expected-error {{base of member reference is a function; pe… in test3()
H A Dwarn-tautological-compare.cpp67 int* fun3();
86 if (fun3 == 0) {} in test()
99 if (nullptr != fun3) {} in test()
H A Dqual-id-test.cpp85 void fun3() in fun3() function
/llvm-project-15.0.7/llvm/test/tools/llvm-split/
H A Dscc-comdat.ll10 ; CHECK0: declare i32 @fun3
14 ; CHECK1: define i32 @fun3
28 define i32 @fun3() section ".text.funs" comdat($fun) {
/llvm-project-15.0.7/clang/test/Sema/
H A Dalias-redefinition.c15 void fun3(void) __attribute((alias("f3"))); // expected-note {{previous definition}}
16 void fun3(void) __attribute((alias("f3"))); // expected-error {{redefinition of 'fun3'}}
H A Dpragma-attribute.c56 void fun3(void); // expected-note 2 {{when applied to this declaration}}
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dvla_iterator_cache_bug.c10 extern void fun3(int n, int *a, int *b);
22 fun3(n, a, b); in fun1()
H A Ddeclare_reduction_messages.c35 #pragma omp declare reduction(fun3 : long : omp_out += omp_in) initializer[ // expec…
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Daltmacro_string.s38 .macro fun3 arg1 arg2 macro
43 fun3 5<6 , 5>8
56 fun3 \arg
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/SystemZ/
H A Dcmp-tofp.ll35 define <2 x double> @fun3(<2 x i64> %val1, <2 x i64> %val2) {
40 ; CHECK: fun3
H A Dext-of-icmp-cost.ll27 define double @fun3(i64 %v) {
28 ; CHECK-LABEL: 'fun3'
/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dnoinline.cu10 __attribute__((__noinline__)) void fun3() { } in fun3() function
/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Dnoinline.cu18 __attribute__((__noinline__)) __device__ __host__ void fun3() {} in fun3() function
H A Dkernel-stub-name.cu111 extern "C" void fun3() { in fun3() function
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dvec-sext.ll24 define <2 x i64> @fun3(<2 x i8> %val1) {
25 ; CHECK-LABEL: fun3:
H A Dint-cmp-57.ll47 define i32 @fun3(i32 %arg) {
48 ; CHECK-LABEL: fun3:
H A Dvec-zext.ll25 define <2 x i64> @fun3(<2 x i8> %val1) {
26 ; CHECK-LABEL: fun3:
H A Dint-cmp-56.ll88 define i32 @fun3(i32 %arg, i32 %arg2, i32 %arg3) {
89 ; CHECK-LABEL: fun3:
H A Dfunction-attributes-01.ll39 define <2 x double> @fun3(<2 x double>* %A) #3 {
40 ; CHECK-LABEL: fun3:
H A Dint-cmp-56.mir13 define i32 @fun3(i32* %ptr0) { ret i32 0 }
173 # CHECK: name: fun3
177 name: fun3
H A Dstore_nonbytesized_vecs.ll121 define void @fun3(<3 x i31>* %src, <3 x i31>* %p)
122 ; CHECK-LABEL: fun3:
H A Dinline-asm-i128.ll86 define void @fun3(i128* %Src, i128* %Dst) {
87 ; CHECK-LABEL: fun3:
H A Dvec-move-23.ll42 define void @fun3(<4 x i16> %Src, <4 x float>* %Dst) {
43 ; CHECK-LABEL: fun3:
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/SystemZ/
H A Dlibcall-arg-exts.ll27 define fp128 @fun3(i8 zeroext %x) {
28 ; CHECK-LABEL: @fun3
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-vuzp.ll27 ; CHECK-LABEL: fun3:
29 define i32 @fun3() {

123