Searched refs:stack_var (Results 1 – 6 of 6) sorted by relevance
/llvm-project/compiler-rt/test/lsan/TestCases/ |
H A D | use_after_return.cpp | 16 void *stack_var = malloc(1337); in main() local 17 print_address("Test alloc: ", 1, stack_var); in main() 19 print_address("Stack var at: ", 1, &stack_var); in main()
|
H A D | use_stacks.cpp | 12 void *stack_var = malloc(1337); in main() local 13 print_address("Test alloc: ", 1, stack_var); in main()
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | debug_locate.cpp | 14 long stack_var; in main() local 17 fprintf(stderr, "stack_var = %p\n", &stack_var); in main() 28 type = __tsan_locate_address(&stack_var, name, 128, &start, &size); in main()
|
/llvm-project/compiler-rt/test/lsan/TestCases/Linux/ |
H A D | log-path_test.cpp | 22 void *stack_var = malloc(1337); in main() local 23 print_address("Test alloc: ", 1, stack_var); in main()
|
/llvm-project/llvm/test/CodeGen/WebAssembly/ |
H A D | exception-legacy.ll | 186 ; int stack_var = 0; 187 ; bar(stack_var); 222 %stack_var = alloca i32, align 4 223 call void @bar(ptr %stack_var)
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_common_test.cpp | 213 int stack_var; in TestThreadInfo() local 216 EXPECT_GT((uptr)&stack_var, stk_begin); in TestThreadInfo() 217 EXPECT_LT((uptr)&stack_var, stk_end); in TestThreadInfo()
|