Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/asan/TestCases/Helpers/
Dinitialization-constexpr-extra.cpp2 int getCoolestInteger();
3 static int coolest_integer = getCoolestInteger();
/external/compiler-rt/test/asan/TestCases/Helpers/
Dinitialization-constexpr-extra.cc2 int getCoolestInteger();
3 static int coolest_integer = getCoolestInteger();
/external/compiler-rt/test/asan/TestCases/
Dinitialization-constexpr.cc25 int getCoolestInteger() { return coolestInteger.getValue(); } in getCoolestInteger() function
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dinitialization-constexpr.cpp25 int getCoolestInteger() { return coolestInteger.getValue(); } in getCoolestInteger() function