Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtemporaries.cpp99 const Trivial * const &pointerRef = &obj; in test() local
100 clang_analyzer_eval(pointerRef->value == 42); // expected-warning{{TRUE}} in test()