Home
last modified time | relevance | path

Searched refs:import_p (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-path.cc68 path_range_query::import_p (tree name) in import_p() function in path_range_query
393 if (import_p (name) && range_defined_in_block (r, name, bb)) in compute_ranges_in_phis()
826 if (!import_p (result)) in compute_phi_relations()
847 && (import_p (gimple_cond_lhs (stmt)) in compute_outgoing_relations()
848 || import_p (gimple_cond_rhs (stmt)))) in compute_outgoing_relations()
H A Dgimple-range-path.h68 bool import_p (tree name);
H A DChangeLog-20214437 (path_range_query::import_p): Move from header file.
4440 (path_range_query::import_p): Move to .cc file.
7377 * gimple-range-path.h (path_range_query::import_p): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c3001 bool import_p; in import_export_decl() local
3054 import_p = false; in import_export_decl()
3062 import_p = true; in import_export_decl()
3116 import_p = true; in import_export_decl()
3135 import_p = true; in import_export_decl()
3170 import_p = true; in import_export_decl()
3202 if (import_p) in import_export_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc3194 bool import_p; in import_export_decl() local
3247 import_p = false; in import_export_decl()
3255 import_p = true; in import_export_decl()
3309 import_p = true; in import_export_decl()
3328 import_p = true; in import_export_decl()
3363 import_p = true; in import_export_decl()
3395 if (import_p) in import_export_decl()
H A DChangeLog-200785 * decl2.c (import_export_decl): Don't make VAR_DECLs import_p when