OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initStruct
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Analysis/diagnostics/
undef-value-param.c
50
void
initStruct
(int x, struct WithFields *X) {
60
initStruct
(x, &st); //expected-note {{Calling '
initStruct
'}}
61
//expected-note@-1 {{Returning from '
initStruct
'}}
[
all
...]
/external/clang/test/Analysis/
region-store.c
35
int
initStruct
(struct X *st);
38
initStruct
(&l);
Completed in 132 milliseconds