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

  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 1128 if (decl_binds_to_current_def_p (decl)
1180 if (!decl_binds_to_current_def_p (decl))
7630 if (TREE_PUBLIC (decl) && !decl_binds_to_current_def_p (decl))
7806 decl_binds_to_current_def_p is stronger than binds_local_p. In particular
7811 decl_binds_to_current_def_p (const_tree decl)
7867 return !decl_binds_to_current_def_p (decl);
7785 decl_binds_to_current_def_p (const_tree decl) function
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 1131 if (decl_binds_to_current_def_p (decl)
1183 if (!decl_binds_to_current_def_p (decl))
7445 if (TREE_PUBLIC (decl) && !decl_binds_to_current_def_p (decl))
7621 decl_binds_to_current_def_p is stronger than binds_local_p. In particular
7626 decl_binds_to_current_def_p (const_tree decl)
7682 return !decl_binds_to_current_def_p (decl);
7600 decl_binds_to_current_def_p (const_tree decl) function

Completed in 35 milliseconds