Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Helpers/
H A Dinitialization-nobug-extra.cpp2 int getAB();
3 static int ab = getAB();
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dinitialization-nobug.cpp27 int getAB() { in getAB() function