Searched refs:anotherValue (Results 1 – 1 of 1) sorted by relevance
60 TrivialSubclass(int x) : Trivial(x), anotherValue(-x) {} in TrivialSubclass()61 int anotherValue; member67 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()