Home
last modified time | relevance | path

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

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