OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m27
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Analysis/
pr22954.c
568
struct mm
m27
= {{1, 2, 3, 4}, 0};
local
569
m27
.s4 = strdup("hello");
570
m27
.s3[i] = 5;
572
memcpy(((struct ll*)(&
m27
))->s1, input, 4);
573
clang_analyzer_eval(
m27
.s3[0] == 1); // expected-warning{{UNKNOWN}}
574
clang_analyzer_eval(
m27
.s3[1] == 1); // expected-warning{{UNKNOWN}}
575
clang_analyzer_eval(
m27
.s3[2] == 1); // expected-warning{{UNKNOWN}}
576
clang_analyzer_eval(
m27
.s3[3] == 1); // expected-warning{{UNKNOWN}}
577
clang_analyzer_eval(
m27
.s3[i] == 1); // expected-warning{{UNKNOWN}}\
578
expected-warning{{Potential leak of memory pointed to by '
m27
.s4'}
[
all
...]
/cts/hostsidetests/compilation/app/src/android/cts/compilation/
CompilationTargetActivity.java
122
case 27: return
m27
();
226
public int
m27
() { return new Random(27).nextInt(); }
method in class:CompilationTargetActivity
Completed in 685 milliseconds