Searched refs:isExec (Results 1 – 4 of 4) sorted by relevance
46 // This test case issuing a bogus warning for the declaration of 'isExec'58 BOOL isExec = baz_rdar8527823(); // no-warning59 if (isExec) foo_rdar8527823();
45 // This test case issuing a bogus warning for the declaration of 'isExec'57 BOOL isExec = baz_rdar8527823(); // no-warning58 if (isExec) foo_rdar8527823();
218 bool isExec = !config->shared && !config->relocatable; in add() local251 (isExec || sym->visibility != STV_DEFAULT) && dr && in add()
983 bool isExec = sec->flags & SHF_EXECINSTR; in getSectionRank() local986 if (isExec) { in getSectionRank()