Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Dcxx-uninitialized-object-ptr-ref.cpp14 struct ConcreteIntLocTest { struct
17 ConcreteIntLocTest() : ptr(reinterpret_cast<int *>(0xDEADBEEF)) {} in ConcreteIntLocTest() argument
21 ConcreteIntLocTest(); in fConcreteIntLocTest()