Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Helpers/
H A Dinitialization-nobug-extra.cpp8 int getStructWithDtorValue();
9 static int val = getStructWithDtorValue();
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dinitialization-nobug.cpp46 int getStructWithDtorValue() { return struct_with_dtor.value; } in getStructWithDtorValue() function