Searched refs:isExec (Results 1 – 3 of 3) sorted by relevance
45 // This test case issuing a bogus warning for the declaration of 'isExec'57 BOOL isExec = baz_rdar8527823(); // no-warning58 if (isExec) foo_rdar8527823();
228 bool isExec = !config->shared && !config->relocatable; in add() local269 (isExec || sym->visibility != STV_DEFAULT) && dr && in add()
916 bool isExec = osec.flags & SHF_EXECINSTR; in getSectionRank() local919 if (isExec) { in getSectionRank()