Home
last modified time | relevance | path

Searched defs:fn6 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dinitialize-noreturn.c21 …Fn_noret_noproto fn6 = &foo_noproto; // expected-error {{incompatible function pointer types initi… in test() local
H A Dasm.c240 void fn6(void) { fn6() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-inline-specifier.cpp115 auto fn6 = [](){}; in __anon97d869680202() variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp156 void (&fn6)(int) noexcept(true) = ConvToFunctionDeducingNoexcept(); variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-casting.cpp262 void (*fn6)() = (void (*)())&overloaded_function; in function_casts() local
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp184 void fn6() { in fn6() function