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

  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 65 /* Need to know if a NAME= specifier was found during gfc_match_bind_c so we
5316 m = gfc_match_bind_c (NULL, true);
6282 found_match = gfc_match_bind_c (NULL, true);
6947 is_bind_c = gfc_match_bind_c (sym, allow_binding_name);
6957 is_bind_c = gfc_match_bind_c (sym, allow_binding_name);
7893 /* Call gfc_match_bind_c with allow_binding_name = true as ENTRY can
7895 is_bind_c = gfc_match_bind_c (entry, true);
8103 is_bind_c = gfc_match_bind_c (sym, allow_binding_name);
8107 error message should have been printed w/in the gfc_match_bind_c
8243 gfc_match_bind_c (gfc_symbol *sym, bool allow_binding_name function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 65 /* Need to know if a NAME= specifier was found during gfc_match_bind_c so we
5260 m = gfc_match_bind_c (NULL, true);
6224 found_match = gfc_match_bind_c (NULL, true);
6876 is_bind_c = gfc_match_bind_c (sym, allow_binding_name);
6886 is_bind_c = gfc_match_bind_c (sym, allow_binding_name);
7822 /* Call gfc_match_bind_c with allow_binding_name = true as ENTRY can
7824 is_bind_c = gfc_match_bind_c (entry, true);
8032 is_bind_c = gfc_match_bind_c (sym, allow_binding_name);
8036 error message should have been printed w/in the gfc_match_bind_c
8172 gfc_match_bind_c (gfc_symbol *sym, bool allow_binding_name function
    [all...]

Completed in 82 milliseconds