Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dlex.c55 #define CONSTRAINT(name, expr) extern int constraint_##name [(expr) ? 1 : -1] macro
99 CONSTRAINT (C, sizeof "operator " + sizeof NAME <= 256);
180 CONSTRAINT(ridbits_fit, RID_LAST_MODIFIER < sizeof(unsigned long) * CHAR_BIT);
H A DChangeLog-20036903 (CONSTRAINT): Define without conditions.
/openbsd/usr.sbin/ntpd/
H A Dparse.y86 %token LISTEN ON CONSTRAINT CONSTRAINTS FROM QUERY TRUSTED
282 | CONSTRAINT FROM urllist {
535 { "constraint", CONSTRAINT}, in lookup()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c73 #define CONSTRAINT(name, expr) extern int constraint_##name [(expr) ? 1 : -1] macro
75 #define CONSTRAINT(name, expr) extern int constraint_/**/name [(expr) ? 1 : -1] macro
245 CONSTRAINT (C, sizeof "operator " + sizeof NAME <= 256);
328 CONSTRAINT(ridbits_fit, RID_LAST_MODIFIER < sizeof(unsigned long) * CHAR_BIT);
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1983 #define ASSIGN(CLASS, TO, SYM, CONSTRAINT) \ argument
1984 if (!static_cast<Derived *>(this)->assign##CLASS##To##TO(SYM, CONSTRAINT)) \
/openbsd/gnu/gcc/gcc/doc/
H A Dgccint.info12392 `(match_operand:M N PREDICATE CONSTRAINT)'
12424 CONSTRAINT controls reloading and the choice of the best register
12434 `(match_scratch:M N CONSTRAINT)'
12866 (match_operand N "pmode_register_operand" CONSTRAINT)
12870 (match_operand:P N "register_operand" CONSTRAINT)