Home
last modified time | relevance | path

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

/llvm-project/clang/test/Parser/
H A Dwhile-loop-outside-function.cpp17 void someFunction() { in someFunction() function
/llvm-project/compiler-rt/test/ctx_profile/TestCases/
H A Dgenerate-context.cpp24 __attribute__((noinline)) void someFunction(int I) { in someFunction() function
/llvm-project/clang/test/SemaObjC/
H A Dmethod-undefined-warn-1.m53 - (void)someFunction { return; } method