Searched refs:anotherValue (Results 1 – 3 of 3) sorted by relevance
38 TrivialSubclass(int x) : Trivial(x), anotherValue(-x) {} in TrivialSubclass()39 int anotherValue; member45 obj.anotherValue = -42; in getTrivialSub()53 clang_analyzer_eval(obj.anotherValue == -42); // expected-warning{{TRUE}} in testImmediate()56 clang_analyzer_eval(getTrivialSub().anotherValue == -42); // expected-warning{{TRUE}} in testImmediate()
1028 attribute string anotherValue;1031 (:meth:`_get_someValue`), and "get" and "set" methods for :attr:`anotherValue`
1006 attribute string anotherValue;1009 (:meth:`_get_someValue`), and "get" and "set" methods for :attr:`anotherValue`