Home
last modified time | relevance | path

Searched defs:undef2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dmalloc_hook_get_allocated_size_fast.cpp41 int *undef1, *undef2; in main() local
H A Dmalloc_hook.cpp48 int *undef1, *undef2; in main() local
/llvm-project/compiler-rt/test/memprof/TestCases/
H A Dmalloc_hook.cpp43 int *undef1, *undef2; in main() local
/llvm-project/clang/test/CodeGen/
H A Dattr-function-return.c78 __attribute__((function_return("thunk-extern"))) void undef2(void) {} in undef2() function