HomeSort by: relevance | last modified time | path
    Searched defs:check_variable (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
ctf-link.c 464 check_variable (const char *name, ctf_dict_t *fp, ctf_id_t type, function
517 if (check_variable (name, fp, dst_type, &dvd))
563 if (check_variable (name, per_cu_out_fp, dst_type, &dvd))
932 use as a flag like check_variable does, so we use a tristate return
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-link.c 498 check_variable (const char *name, ctf_dict_t *fp, ctf_id_t type, function
551 if (check_variable (name, fp, dst_type, &dvd))
597 if (check_variable (name, per_cu_out_fp, dst_type, &dvd))
966 use as a flag like check_variable does, so we use a tristate return
  /src/external/gpl3/gdb/dist/libctf/
ctf-link.c 498 check_variable (const char *name, ctf_dict_t *fp, ctf_id_t type, function
551 if (check_variable (name, fp, dst_type, &dvd))
597 if (check_variable (name, per_cu_out_fp, dst_type, &dvd))
966 use as a flag like check_variable does, so we use a tristate return
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-link.c 496 check_variable (const char *name, ctf_dict_t *fp, ctf_id_t type, function
549 if (check_variable (name, fp, dst_type, &dvd))
595 if (check_variable (name, per_cu_out_fp, dst_type, &dvd))
964 use as a flag like check_variable does, so we use a tristate return
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 231 gfc_dep_check check_variable)
270 sym, arg0, check_variable))
389 gfc_dep_check check_variable; local
489 check_variable = ELEM_CHECK_VARIABLE;
491 check_variable = ELEM_DONT_CHECK_VARIABLE;
495 code->ext.actual, check_variable);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 230 gfc_dep_check check_variable)
268 sym, arg0, check_variable))
387 gfc_dep_check check_variable; local
486 check_variable = ELEM_CHECK_VARIABLE;
488 check_variable = ELEM_DONT_CHECK_VARIABLE;
492 code->ext.actual, check_variable);

Completed in 40 milliseconds