Home
last modified time | relevance | path

Searched refs:DF_REF_ORDER (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddf-scan.c2083 return (int)DF_REF_ORDER (ref1) - (int)DF_REF_ORDER (ref2); in df_ref_compare()
2088 return (int)DF_REF_ORDER (ref1) - (int)DF_REF_ORDER (ref2); in df_ref_compare()
2104 return (int)DF_REF_ORDER (ref1) - (int)DF_REF_ORDER (ref2); in df_ref_compare()
2515 DF_REF_ORDER (this_ref) = df->ref_order++; in df_ref_create_structure()
H A Ddf.h672 #define DF_REF_ORDER(REF) ((REF)->base.ref_order) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf-scan.c2345 return (int)DF_REF_ORDER (ref1) - (int)DF_REF_ORDER (ref2); in df_ref_compare()
2350 return (int)DF_REF_ORDER (ref1) - (int)DF_REF_ORDER (ref2); in df_ref_compare()
2366 return (int)DF_REF_ORDER (ref1) - (int)DF_REF_ORDER (ref2); in df_ref_compare()
2789 DF_REF_ORDER (this_ref) = df->ref_order++; in df_ref_create_structure()
H A Ddf.h650 #define DF_REF_ORDER(REF) ((REF)->base.ref_order) macro