Home
last modified time | relevance | path

Searched defs:funcF (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/
H A Dimplementation-in-namespace.cpp13 void funcF() {} in funcF() function
37 void funcF() {} in funcF() function
60 void funcF() {} funcF() function
/llvm-project/clang/test/Sema/
H A Dno_callconv.cpp21 void __attribute__((thiscall)) funcF() {} // expected-error {{'thiscall' calling convention is not … in funcF() function
44 void __attribute__((thiscall)) funcF() {} // expected-warning {{'thiscall' calling convention is no… in funcF() function
/llvm-project/bolt/test/runtime/
H A Dinstrumentation-indirect-2.c14 __attribute__((noinline)) void funcF(int pid) { printf("funcF %d\n", pid); } in funcF() function