Home
last modified time | relevance | path

Searched defs:fn3 (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/Modules/Inputs/overloadable-attrs/
H A Da.h8 constexpr int fn3(int i) __attribute__((enable_if(!i, ""))) { return 0; } in fn3() function
9 constexpr int fn3(int i) __attribute__((enable_if(i, ""))) { return 1; } in fn3() function
/llvm-project/clang/test/SemaCXX/
H A Dwarn-constant-evaluated-constexpr.cpp24 constexpr int fn3() { in fn3() function
H A Ddeleted-function.cpp11 void fn3() { // expected-error {{redefinition}} in fn3() function
H A Dsizeless-1.cpp554 auto fn3 = [a(return_int8())] {}; // expected-error {{field has sizeless type 'svint8_t' (aka '__SVInt8_t')}} in cxx_only() local
/llvm-project/clang/test/CoverageMapping/
H A Dtrymacro.cpp17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1 in fn3() function
H A Dmacro-expressions.cpp50 void STMT(fn3)() { in STMT() argument
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dvla_chrome_testcase.cpp16 __attribute__((noinline)) void fn3(int *first, int second) { in fn3() function
/llvm-project/clang/test/Sema/
H A Dinitialize-noreturn.c17 Fn_noret fn3 = &foo_noret; in test() local
H A Darm-cmse.c39 void (*fn3)() __attribute__ ((cmse_nonsecure_call)); variable
H A Dasm.c220 void fn3(void) { fn3() function
/llvm-project/clang/test/Analysis/
H A Daddrspace-null.c35 int fn3() { in fn3() function
H A DPR24184.cpp74 void fn3() { in fn3() function
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-constructors.cpp22 void fn3() { in fn3() function
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp76 void fn3() { in fn3() function
H A Dcxx0x-initializer-stdinitializerlist.cpp150 void fn3() { in fn3() function
/llvm-project/compiler-rt/test/msan/
H A Dchained_origin_limits.cpp114 void fn3() { fn3() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-inline-specifier.cpp88 inline constexpr int fn3(int i) in fn3() function
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp149 void (&fn3)(int) noexcept(false) = ConvToFunction<true>(); variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-casting.cpp252 auto fn3 = (void (*)())&overloaded_function; in function_casts() local
/llvm-project/clang/test/CodeGen/
H A Dstruct.c34 int fn3(F2 *c) { in fn3() function