Home
last modified time | relevance | path

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

/llvm-project/clang/test/Modules/Inputs/overloadable-attrs/
H A Da.h14 constexpr int fn5(int i) __attribute__((enable_if(i, ""))) { return 1; } in fn5() function
15 constexpr int fn5(int i) { return 0; } in fn5() function
/llvm-project/clang/test/Frontend/
H A Dplugin-attribute.cpp22 void fn5() __attribute__((example("a","b", 3, 4.0))) { } // expected-error {{'example' attribute only accepts at most three arguments}} fn5() function
/llvm-project/clang/test/SemaCXX/
H A Dwarn-constant-evaluated-constexpr.cpp38 constexpr int fn5() { in fn5() function
/llvm-project/clang/test/Sema/
H A Dinitialize-noreturn.c19 Fn_ret fn5 = &foo; in test() local
H A Dasm.c233 void fn5(void) { fn5() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-inline-specifier.cpp107 inline constexpr int fn5(int i) in fn5() function
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp155 void (&fn5)(int) noexcept(false) = ConvToFunctionDeducingNoexcept(); variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-casting.cpp258 auto fn5 = (void (&)(int))overloaded_function; in function_casts() local
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp172 void fn5() { in fn5() function