Home
last modified time | relevance | path

Searched refs:isExec (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Analysis/
Ddead-stores.m46 // This test case issuing a bogus warning for the declaration of 'isExec'
58 BOOL isExec = baz_rdar8527823(); // no-warning
59 if (isExec) foo_rdar8527823();
/external/llvm-project/clang/test/Analysis/
Ddead-stores.m45 // This test case issuing a bogus warning for the declaration of 'isExec'
57 BOOL isExec = baz_rdar8527823(); // no-warning
58 if (isExec) foo_rdar8527823();
/external/llvm-project/lld/ELF/
DLTO.cpp218 bool isExec = !config->shared && !config->relocatable; in add() local
251 (isExec || sym->visibility != STV_DEFAULT) && dr && in add()
DWriter.cpp983 bool isExec = sec->flags & SHF_EXECINSTR; in getSectionRank() local
986 if (isExec) { in getSectionRank()