Home
last modified time | relevance | path

Searched defs:fun2 (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A DPR20038.cpp14 bool fun2() { return (C(), b) && 0; } in fun2() function
/llvm-project/clang/test/CodeGenCUDA/
H A Dbuiltin-mangled-name.cu26 __host__ __device__ const char *fun2() { in fun2() function
H A Dnoinline.cu16 __attribute__((noinline)) __device__ __host__ void fun2() {} in fun2() function
H A Dkernel-stub-name.cu127 extern "C" void fun2() { in fun2() function
H A Dhost-used-device-var.cu105 __host__ __device__ void fun2() { in fun2() function
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dvec-abi-gnuattr-23.c24 void fun2() { bar(); } in fun2() function
H A Datomic_is_lock_free.c42 _Bool fun2() { in fun2() function
H A Dalign-systemz.c40 struct incomplete_ty *fun2 (void) { return &VarExplAl4; } in fun2() function
H A Datomic_fp_load_store.c25 void fun2(long double Arg) { in fun2() function
/llvm-project/clang/test/SemaCUDA/
H A Dnoinline.cu9 __attribute__((noinline)) void fun2() { } in fun2() function
/llvm-project/llvm/test/MC/AsmParser/
H A Daltmacro_string_escape.s20 .macro fun2 string macro
H A Daltmacro_string.s55 .macro fun2 arg macro
/llvm-project/clang/test/OpenMP/
H A Ddeclare_target_nohost_variant_messages.cpp27 void fun2() {} in fun2() function
/llvm-project/clang/test/SemaCXX/
H A Drecursive-lambda.cpp36 void fun2() { in fun2() function
H A Dqual-id-test.cpp64 void fun2() in fun2() function
/llvm-project/clang/test/Sema/
H A Dalias-redefinition.c12 void fun2() {} // expected-error {{redefinition of 'fun2'}} in fun2() function
/llvm-project/clang/test/PCH/
H A Dstruct.h25 struct Fun2 *fun2; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsuspicious-call-argument.cpp21 void fun2() { in fun2() function
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp4048 int (A::*fun2)(); in Valid() local