Searched defs:nostdinc (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c2448 int nostdinc; /* if true, no standard headers are added */
21125 if (!s->nostdinc) {
21393 { "nostdinc", TCC_OPTION_nostdinc, 0 },
21564 s->nostdinc = 1;
2446 int nostdinc; /* if true, no standard headers are added */ member in struct:TCCState

Completed in 203 milliseconds