Home
last modified time | relevance | path

Searched defs:fun3 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CodeGenCUDA/
H A Dnoinline.cu18 __attribute__((__noinline__)) __device__ __host__ void fun3() {} in fun3() function
H A Dkernel-stub-name.cu142 extern "C" void fun3() { in fun3() function
/llvm-project/clang/test/SemaCUDA/
H A Dnoinline.cu10 __attribute__((__noinline__)) void fun3() { } in fun3() function
/llvm-project/llvm/test/MC/AsmParser/
H A Daltmacro_string.s38 .macro fun3 arg1 arg2 macro
/llvm-project/clang/test/CodeGen/SystemZ/
H A Datomic_is_lock_free.c48 _Bool fun3() { in fun3() function
H A Datomic_fp_load_store.c31 void fun3(_Atomic float *Dst, float Arg) { in fun3() function
/llvm-project/clang/test/SemaCXX/
H A Dqual-id-test.cpp85 void fun3() in fun3() function
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle.cpp1031 decltype(S1<T>().~U()) fun3() {} in fun3() function
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp4049 void (B::*fun3)(int); in Valid() local