Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtemporaries.cpp60 TrivialSubclass(int x) : Trivial(x), anotherValue(-x) {} in TrivialSubclass()
61 int anotherValue; member
67 obj.anotherValue = -42; in getTrivialSub()
75 clang_analyzer_eval(obj.anotherValue == -42); // expected-warning{{TRUE}} in testImmediate()
78 clang_analyzer_eval(getTrivialSub().anotherValue == -42); // expected-warning{{TRUE}} in testImmediate()