Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dtemporaries.cpp38 TrivialSubclass(int x) : Trivial(x), anotherValue(-x) {} in TrivialSubclass()
39 int anotherValue; member
45 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()
/external/python/cpython2/Doc/library/
Dxml.dom.rst1028 attribute string anotherValue;
1031 (:meth:`_get_someValue`), and "get" and "set" methods for :attr:`anotherValue`
/external/python/cpython3/Doc/library/
Dxml.dom.rst1006 attribute string anotherValue;
1009 (:meth:`_get_someValue`), and "get" and "set" methods for :attr:`anotherValue`