Searched defs:anotherValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Dtemporaries.cpp38 TrivialSubclass(int x) : Trivial(x), anotherValue(-x) {}
39 int anotherValue; member in struct:rdar13265460::TrivialSubclass
45 obj.anotherValue = -42;
53 clang_analyzer_eval(obj.anotherValue == -42); // expected-warning{{TRUE}}
56 clang_analyzer_eval(getTrivialSub().anotherValue == -42); // expected-warning{{TRUE}}

Completed in 41 milliseconds