Searched refs:globalInt (Results 1 – 5 of 5) sorted by relevance
14 const int &globalInt = 42;18 clang_analyzer_eval(globalInt == 42); // expected-warning{{UNKNOWN}}
167 int globalInt = 1; variable171 localInt /= globalInt; in false6()
19 int globalInt; variable20 void (^global)(void) = ^{ ++globalInt; };
3 const int globalInt = 1; variable
269 int globalInt; variable270 Foo<int> f = foo(&globalInt);275 Foo<int> s(&globalInt, false); // expected-error {{calling a private constructor}} in foo()