Home
last modified time | relevance | path

Searched refs:someGlobal (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Analysis/
Dglobal-region-invalidation.c97 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()
Dfree.c71 static int someGlobal[2]; variable
73 …free(someGlobal); // expected-warning {{Argument to free() is the address of the global variable '… in t15()
Dnew.cpp10 int someGlobal; variable
18 if (someGlobal != 0) in testImplicitlyDeclaredGlobalNew()
27 clang_analyzer_eval(someGlobal == 0); // expected-warning{{TRUE}} in testImplicitlyDeclaredGlobalNew()
/external/v8/test/webkit/fast/js/
Dbasic-strict-mode-expected.txt132 PASS 'use strict'; if (0) { someGlobal = 'Shouldn\'t be able to assign this.'; }; true; is true
133 PASS 'use strict'; someGlobal = 'Shouldn\'t be able to assign this.'; threw exception ReferenceErr…