Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Helpers/
Dinitialization-nobug-extra.cc2 int getAB();
3 static int ab = getAB();
/external/compiler-rt/test/asan/TestCases/
Dinitialization-nobug.cc27 int getAB() { in getAB() function