Searched refs:expression (Results 1 - 25 of 352) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/gcc/gcc/
H A Dassert.h12 #define assert(expression) \
13 ((void) ((expression) ? 0 : __assert (expression, __FILE__, __LINE__)))
15 #define __assert(expression, file, lineno) \
34 #define assert(expression) \
35 ((void) ((expression) ? 0 : __assert (#expression, __FILE__, __LINE__)))
37 #define __assert(expression, file, line) \
39 file, line, expression), 0)
45 #define assert(expression) \
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dmissing.l2 [^:]*:1: Error: missing expression -- `bl'
3 [^:]*:2: Error: missing expression -- `blx'
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dcr-err.l2 .*:[0-9]+: Error: .\(%cr0\). is not a valid base/index expression
3 .*:[0-9]+: Error: .\(%cr7\). is not a valid base/index expression
4 .*:[0-9]+: Error: .\(%cr8\). is not a valid base/index expression
5 .*:[0-9]+: Error: .\(%cr15\). is not a valid base/index expression
6 .*:[0-9]+: Error: .\(%db0\). is not a valid base/index expression
7 .*:[0-9]+: Error: .\(%db7\). is not a valid base/index expression
8 .*:[0-9]+: Error: .\(%dr0\). is not a valid base/index expression
9 .*:[0-9]+: Error: .\(%dr7\). is not a valid base/index expression
10 .*:[0-9]+: Error: .\(%tr0\). is not a valid base/index expression
11 .*:[0-9]+: Error: .\(%tr7\). is not a valid base/index expression
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dcr-err.l2 .*:[0-9]+: Error: .\(%cr0\). is not a valid base/index expression
3 .*:[0-9]+: Error: .\(%cr7\). is not a valid base/index expression
4 .*:[0-9]+: Error: .\(%cr8\). is not a valid base/index expression
5 .*:[0-9]+: Error: .\(%cr15\). is not a valid base/index expression
6 .*:[0-9]+: Error: .\(%db0\). is not a valid base/index expression
7 .*:[0-9]+: Error: .\(%db7\). is not a valid base/index expression
8 .*:[0-9]+: Error: .\(%dr0\). is not a valid base/index expression
9 .*:[0-9]+: Error: .\(%dr7\). is not a valid base/index expression
10 .*:[0-9]+: Error: .\(%tr0\). is not a valid base/index expression
11 .*:[0-9]+: Error: .\(%tr7\). is not a valid base/index expression
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dalign2c.d2 # error: undefined symbol.*in expression
H A Dexpr1.d2 # error: undefined section .* in expression
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-scripts/
H A Dalign2c.d2 # error: undefined symbol.*in expression
/haiku-buildtools/binutils/gas/testsuite/gas/sh/sh64/
H A Drel-2.s1 ! Like rel-1.s, but using "$", not "datalabel $" as self expression. It's
H A Dimmexpr2.s1 ! This expression and the associated resolved-expression case is new for SH64.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dtls-ill.l2 .*:6: Error: bad expression
4 .*:7: Error: bad expression
6 .*:8: Error: bad expression
9 .*:9: Error: bad expression
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sh/sh64/
H A Drel-2.s1 ! Like rel-1.s, but using "$", not "datalabel $" as self expression. It's
H A Dimmexpr2.s1 ! This expression and the associated resolved-expression case is new for SH64.
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dtls-ill.l2 .*:6: Error: bad expression
4 .*:7: Error: bad expression
6 .*:8: Error: bad expression
9 .*:9: Error: bad expression
H A Dmips16-pcrel-absolute.d1 #name: MIPS16 PC-relative reference to absolute expression
/haiku-buildtools/binutils/gas/testsuite/gas/i386/ilp32/elf/
H A Dsymtab.d3 #name: .set with expression
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dexpr-1.s1 % Test expression example from TAOCP. Nothing problematic; does not have
2 % the known expression evaluation order mismatch problem.
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dloop.s2 * .loop [well-defined expression]
3 * .break [well-defined expression]
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dscomm-directive-6.d4 #error: bad or irreducible absolute expression
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dexpr1.d2 # error: expr1.t:3: nonconstant expression for load base
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dexpr-1.s1 % Test expression example from TAOCP. Nothing problematic; does not have
2 % the known expression evaluation order mismatch problem.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dloop.s2 * .loop [well-defined expression]
3 * .break [well-defined expression]
/haiku-buildtools/binutils/intl/
H A Dplural.y52 struct expression *exp;
57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
58 struct expression * const *args));
59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
61 struct expression *right));
62 static struct expression *new_exp_2 PARAMS ((enum operator op,
63 struct expression *left,
64 struct expression *right));
65 static inline struct expression *new_exp_
[all...]
H A Dplural-exp.h42 struct expression struct
72 struct expression *args[3]; /* Up to three arguments. */
81 struct expression *res;
90 binary incompatible changes in 'struct expression'. Furthermore,
112 extern void FREE_EXPRESSION PARAMS ((struct expression *exp))
115 extern struct expression GERMANIC_PLURAL attribute_hidden;
117 struct expression **pluralp,
122 extern unsigned long int plural_eval PARAMS ((struct expression *pexp,
/haiku-buildtools/gcc/intl/
H A Dplural.y52 struct expression *exp;
57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
58 struct expression * const *args));
59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
61 struct expression *right));
62 static struct expression *new_exp_2 PARAMS ((enum operator op,
63 struct expression *left,
64 struct expression *right));
65 static inline struct expression *new_exp_
[all...]
H A Dplural-exp.h42 struct expression struct
72 struct expression *args[3]; /* Up to three arguments. */
81 struct expression *res;
90 binary incompatible changes in 'struct expression'. Furthermore,
112 extern void FREE_EXPRESSION PARAMS ((struct expression *exp))
115 extern struct expression GERMANIC_PLURAL attribute_hidden;
117 struct expression **pluralp,
122 extern unsigned long int plural_eval PARAMS ((struct expression *pexp,

Completed in 505 milliseconds

1234567891011>>