Searched refs:DEFAULT_CONSTRAINT_LEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dgenoutput.c1217 /* Verify that DEFAULT_CONSTRAINT_LEN is used properly and not
1236 gcc_assert (DEFAULT_CONSTRAINT_LEN (*p, p) == 1);
1239 #define DEFAULT_CONSTRAINT_LEN(C,STR) 1
1240 /* Now re-define DEFAULT_CONSTRAINT_LEN so that we can verify it is
1242 #undef DEFAULT_CONSTRAINT_LEN
1243 #define DEFAULT_CONSTRAINT_LEN(C,STR) \
1247 #undef DEFAULT_CONSTRAINT_LEN
1248 #define DEFAULT_CONSTRAINT_LEN(C,STR) 1
1229 #define DEFAULT_CONSTRAINT_LEN macro
1232 #undef DEFAULT_CONSTRAINT_LEN macro
1233 #define DEFAULT_CONSTRAINT_LEN macro
1237 #undef DEFAULT_CONSTRAINT_LEN macro
1238 #define DEFAULT_CONSTRAINT_LEN macro
H A Ddefaults.h760 /* When a port defines CONSTRAINT_LEN, it should use DEFAULT_CONSTRAINT_LEN
764 #define DEFAULT_CONSTRAINT_LEN(C,STR) 1 macro
767 #define CONSTRAINT_LEN(C,STR) DEFAULT_CONSTRAINT_LEN (C, STR)

Completed in 170 milliseconds