Home
last modified time | relevance | path

Searched refs:FuncWithStack (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp1082 NOINLINE static void FuncWithStack() { in FuncWithStack() function
1092 FuncWithStack<128 * 1>(); in LotsOfStackReuse()
1093 FuncWithStack<128 * 2>(); in LotsOfStackReuse()
1094 FuncWithStack<128 * 4>(); in LotsOfStackReuse()
1095 FuncWithStack<128 * 8>(); in LotsOfStackReuse()
1096 FuncWithStack<128 * 16>(); in LotsOfStackReuse()
1097 FuncWithStack<128 * 32>(); in LotsOfStackReuse()
1098 FuncWithStack<128 * 64>(); in LotsOfStackReuse()
1099 FuncWithStack<128 * 128>(); in LotsOfStackReuse()
1100 FuncWithStack<128 * 256>(); in LotsOfStackReuse()
[all …]