Home
last modified time | relevance | path

Searched refs:someGlobal (Results 1 – 3 of 3) 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()