Home
last modified time | relevance | path

Searched defs:SUB (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-data-ref.h299 #define SUB_ACCESS_FN(SUB, I) (SUB)->access_fn[I] argument
300 #define SUB_CONFLICTS_IN_A(SUB) (SUB)->conflicting_iterations_in_a argument
301 #define SUB_CONFLICTS_IN_B(SUB) (SUB)->conflicting_iterations_in_b argument
302 #define SUB_LAST_CONFLICT(SUB) (SUB)->last_conflict argument
303 #define SUB_DISTANCE(SUB) (SUB)->distance argument
H A Dgcov-io.h299 #define GCOV_TAG_IS_SUBTAG(TAG,SUB) \ argument
304 #define GCOV_TAG_IS_SUBLEVEL(TAG,SUB) \ argument
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-data-ref.h285 #define SUB_CONFLICTS_IN_A(SUB) SUB->conflicting_iterations_in_a argument
286 #define SUB_CONFLICTS_IN_B(SUB) SUB->conflicting_iterations_in_b argument
287 #define SUB_LAST_CONFLICT(SUB) SUB->last_conflict argument
288 #define SUB_DISTANCE(SUB) SUB->distance argument
H A Dgcov-io.h374 #define GCOV_TAG_IS_SUBTAG(TAG,SUB) \ argument
379 #define GCOV_TAG_IS_SUBLEVEL(TAG,SUB) \ argument