Searched refs:DEP_MULTIPLE (Results 1 – 5 of 5) sorted by relevance
256 #define DEP_MULTIPLE(D) ((D)->multiple) macro
102 DEP_MULTIPLE (dep) = 0; in init_dep_1()1141 DEP_MULTIPLE (dep) = 1; in update_dep()1233 DEP_MULTIPLE (present_dep) = 1; in add_or_update_dep_1()4784 if (DEP_NONREG (dep) || DEP_MULTIPLE (dep)) in find_inc()
2861 DEP_MULTIPLE (dep) ? "m" : ""); in debug_dependencies()
10531 (init_dep_1): Initialize DEP_NONREG, DEP_MULTIPLE and DEP_REPLACE.10534 (update_dep): Update DEP_NONREG and DEP_MULTIPLE.10550 (DEP_NONREG, DEP_MULTIPLE, DEP_REPLACE): New macros.10557 (debug_dependencies): Dump DEP_NONREG and DEP_MULTIPLE.
20944 returned DEP_PRESENT, make sure to set DEP_MULTIPLE on present_dep.