Home
last modified time | relevance | path

Searched defs:inlined (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcrash-trace.c12 void inlined(int x, float y) { in inlined() function
H A Dunreachable-code-path.c144 void inlined(int condition) { in inlined() function
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Duse-after-scope-inlined.cpp14 __attribute__((always_inline)) void inlined(int arg) { in inlined() function
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-inlined.cpp11 void inlined(int arg) { in inlined() function
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.c240 void inlinedIsDifferent(int inlined) { in inlinedIsDifferent()