Home
last modified time | relevance | path

Searched defs:fun1 (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A DPR20038.cpp11 void fun1() { b && (C(), 1); } in fun1() function
H A Dmangle.cpp1027 decltype(S1<T>().~S1<T>()) fun1() {}; in fun1() function
/llvm-project/clang/test/CodeGenCUDA/
H A Dbuiltin-mangled-name.cu19 const char *fun1() { in fun1() function
H A Ddevice-var-linkage.cu65 __device__ __host__ int fun1() { in fun1() function
H A Dnoinline.cu14 __noinline__ __device__ __host__ void fun1() {} in fun1() function
H A Dkernel-stub-name.cu98 extern "C" void fun1(void) { in fun1() function
H A Dhost-used-device-var.cu87 void fun1() { in fun1() function
/llvm-project/clang/test/SemaCUDA/
H A Dbuiltin-mangled-name.cu9 void fun1() { in fun1() function
H A Ddependent-device-var.cu7 __device__ int fun1(T x) { in fun1() function
H A Dnoinline.cu7 __noinline__ void fun1() { } // cpp-error {{unknown type name '__noinline__'}} in fun1() function
/llvm-project/clang/test/OpenMP/
H A Dvla_iterator_cache_bug.c12 void fun1(int n, int *a, int *b) in fun1() function
H A Ddeclare_target_nohost_variant_messages.cpp17 void fun1() {} in fun1() function
/llvm-project/clang/test/Driver/
H A Dsystemz-float-02.c14 v4si fun1(v4si *A) { in fun1() function
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dvec-abi-gnuattr-23.c23 void fun1() { foo(); } in fun1() function
H A Datomic_is_lock_free.c36 _Bool fun1() { in fun1() function
H A Dvec-abi-gnuattr-24.c32 int fun1() { in fun1() function
H A Dalign-systemz.c39 struct incomplete_ty *fun1 (void) { return &VarExplAl1; } in fun1() function
H A Datomic_fp_load_store.c19 void fun1(double Arg) { in fun1() function
/llvm-project/llvm/test/MC/AsmParser/
H A Daltmacro_string_escape.s11 .macro fun1 number macro
/llvm-project/clang/test/SemaCXX/
H A Drecursive-lambda.cpp20 constexpr auto fun1(Number<IBegin> = Number<0>{}, Number<IEnd> = Number<1>{}) in fun1() function
/llvm-project/clang/test/Sema/
H A Dalias-redefinition.c7 void fun1() {} // expected-note {{previous definition}} in fun1() function
/llvm-project/flang/test/Evaluate/
H A Drewrite01.f90118 character(L) :: fun1 local
/llvm-project/clang/test/AST/Interp/
H A Dfunctions.cpp
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp4047 void (A::*fun1)(); in Valid() local