Searched refs:someGlobal (Results 1 – 4 of 4) 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()
132 PASS 'use strict'; if (0) { someGlobal = 'Shouldn\'t be able to assign this.'; }; true; is true133 PASS 'use strict'; someGlobal = 'Shouldn\'t be able to assign this.'; threw exception ReferenceErr…