Searched refs:someGlobal (Results 1 – 3 of 3) sorted by relevance
97 extern int someGlobal; in testAnalyzerEvalIsPure()98 if (someGlobal == 0) { in testAnalyzerEvalIsPure()99 clang_analyzer_eval(someGlobal == 0); // expected-warning{{TRUE}} in testAnalyzerEvalIsPure()100 clang_analyzer_eval(someGlobal == 0); // expected-warning{{TRUE}} in testAnalyzerEvalIsPure()
71 static int someGlobal[2]; variable73 …free(someGlobal); // expected-warning {{Argument to free() is the address of the global variable '… in t15()
10 int someGlobal; variable18 if (someGlobal != 0) in testImplicitlyDeclaredGlobalNew()27 clang_analyzer_eval(someGlobal == 0); // expected-warning{{TRUE}} in testImplicitlyDeclaredGlobalNew()