Home
last modified time | relevance | path

Searched defs:is_call (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcfgbuild.c259 int is_call = GET_CODE (insn) == CALL_INSN ? EDGE_ABNORMAL_CALL : 0; local
/openbsd-src/gnu/gcc/gcc/
H A Dcfgbuild.c207 int is_call = CALL_P (insn) ? EDGE_ABNORMAL_CALL : 0; in rtl_make_eh_edge() local
/openbsd-src/gnu/usr.bin/perl/
H A Dutil.c6632 Perl_dtrace_probe_call(pTHX_ CV * cv,bool is_call) global() argument
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ia64.c10696 int is_call = strstr (idesc->name, ".call") != NULL; local
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.c9807 int is_call = strstr (idesc->name, ".call") != NULL; local