HomeSort by: relevance | last modified time | path
    Searched refs:expression (Results 1 - 25 of 734) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/
ax-gdb.h 24 struct expression;
29 expression), so we just walk that tree and generate agent bytecodes
33 expression's value as well as its address or the register it came
39 variable reference expression, we should not necessarily generate
42 indicate whether we want that expression to produce an lvalue or an
47 The `axs' prefix here means `agent expression, static', because
48 this is all static analysis of the expression, i.e. analysis which
52 /* Different kinds of agent expression static values. */
74 describing a value which will exist when the expression is
101 /* Given a GDB expression EXPR, return bytecode to trace its value
    [all...]
expression.h 35 /* Track the innermost block for symbols within an expression. */
38 /* Track the innermost block for registers within an expression. */
72 struct expression;
85 an expression. */
100 struct expression *exp,
105 virtual value *evaluate_with_coercion (struct expression *exp,
111 /* Evaluate this expression in the context of a cast to
114 struct expression *exp,
117 /* Evaluate this expression in the context of a sizeof
119 virtual value *evaluate_for_sizeof (struct expression *exp
200 struct expression struct
202 expression (const struct language_defn *lang, struct gdbarch *arch) function in struct:expression
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ax-gdb.h 24 struct expression;
29 expression), so we just walk that tree and generate agent bytecodes
33 expression's value as well as its address or the register it came
39 variable reference expression, we should not necessarily generate
42 indicate whether we want that expression to produce an lvalue or an
47 The `axs' prefix here means `agent expression, static', because
48 this is all static analysis of the expression, i.e. analysis which
52 /* Different kinds of agent expression static values. */
74 describing a value which will exist when the expression is
101 /* Given a GDB expression EXPR, return bytecode to trace its value
    [all...]
expression.h 35 /* Track the innermost block for symbols within an expression. */
38 /* Track the innermost block for registers within an expression. */
72 struct expression;
85 an expression. */
100 struct expression *exp,
105 virtual value *evaluate_with_coercion (struct expression *exp,
111 /* Evaluate this expression in the context of a cast to
114 struct expression *exp,
117 /* Evaluate this expression in the context of a sizeof
119 virtual value *evaluate_for_sizeof (struct expression *exp
200 struct expression struct
202 expression (const struct language_defn *lang, struct gdbarch *arch) function in struct:expression
    [all...]
  /src/external/mpl/dhcp/dist/includes/
tree.h 131 /* Expression tree structure. */
199 struct expression { struct
204 struct expression *expr;
205 struct expression *offset;
206 struct expression *len;
208 struct expression *equal [2];
209 struct expression *and [2];
210 struct expression *or [2];
211 struct expression *not;
212 struct expression *add
    [all...]
statement.h 62 struct expression *expr;
64 struct expression *eval;
65 struct expression *retval;
81 struct expression *expr;
84 struct expression *c_case;
87 struct expression *expr;
98 struct expression *expr;
102 struct expression *arglist;
  /src/external/gpl2/gettext/dist/gettext-tools/src/
plural-count.c 33 struct expression *plural;
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
regex.h 27 isc_regex_validate(const char *expression);
29 * Check a regular expression for syntactic correctness.
33 *\li the number of groups in the expression.
  /src/usr.bin/make/unit-tests/
directive-export-literal.exp 1 value with ${UNEXPANDED} expression
varparse-errors.exp 15 make: varparse-errors.mk:81: Unclosed expression, expecting "}" for modifier "Q"
17 make: varparse-errors.mk:83: Unclosed expression, expecting "}" for modifier "sh"
19 make: varparse-errors.mk:85: Unclosed expression, expecting "}" for modifier "tA"
21 make: varparse-errors.mk:87: Unclosed expression, expecting "}" for modifier "tsX"
23 make: varparse-errors.mk:89: Unclosed expression, expecting "}" for modifier "ts"
25 make: varparse-errors.mk:91: Unclosed expression, expecting "}" for modifier "ts\040"
27 make: varparse-errors.mk:93: Unclosed expression, expecting "}" for modifier "u"
29 make: varparse-errors.mk:95: Unclosed expression, expecting "}" for modifier "H"
31 make: varparse-errors.mk:97: Unclosed expression, expecting "}" for modifier "[1]"
33 make: varparse-errors.mk:99: Unclosed expression, expecting "}" for modifier "hash
    [all...]
char-005c-reverse-solidus.exp 1 make: char-005c-reverse-solidus.mk:57: Unclosed expression, expecting "}" for modifier "Mx\}"
3 make: char-005c-reverse-solidus.mk:64: Unclosed expression, expecting "}" for modifier "Mx\\}"
5 make: char-005c-reverse-solidus.mk:71: Unclosed expression, expecting "}" for modifier "Mx\\\\\\\\}"
9 make: char-005c-reverse-solidus.mk:111: Unclosed expression, expecting "}" for modifier "M${:U\\\\}} != "\\""
  /src/external/gpl3/gdb/dist/sim/ppc/
ld-cache.h 54 <expression>
72 const char *expression; member in struct:_cache_table
88 const char *expression,
  /src/external/gpl3/gdb.old/dist/sim/ppc/
ld-cache.h 54 <expression>
72 const char *expression; member in struct:_cache_table
88 const char *expression,
  /src/external/mpl/bind/dist/lib/isc/include/isc/
regex.h 26 isc_regex_validate(const char *expression);
28 * Check a regular expression for syntactic correctness.
32 *\li the number of groups in the expression.
  /src/external/gpl2/grep/dist/intl/
plural.y 4 /* Expression parsing for plural form selection.
54 struct expression *exp;
59 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
60 struct expression * const *args));
61 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
62 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
63 struct expression *right));
64 static struct expression *new_exp_2 PARAMS ((enum operator op,
65 struct expression *left,
66 struct expression *right))
    [all...]
plural-exp.h 3 /* Expression parsing and evaluation for plural form selection.
40 struct expression struct
70 struct expression *args[3]; /* Up to three arguments. */
79 struct expression *res;
88 binary incompatible changes in 'struct expression'. Furthermore,
110 extern void FREE_EXPRESSION PARAMS ((struct expression *exp))
113 extern struct expression GERMANIC_PLURAL;
115 struct expression **pluralp,
120 extern unsigned long int plural_eval PARAMS ((struct expression *pexp,
plural-exp.c 3 /* Expression parsing for plural form selection.
35 /* These structs are the constant expression for the germanic plural
36 form determination. It represents the expression "n != 1". */
37 static const struct expression plvar =
42 static const struct expression plone =
51 struct expression GERMANIC_PLURAL =
59 [0] = (struct expression *) &plvar,
60 [1] = (struct expression *) &plone
72 static struct expression plvar;
73 static struct expression plone
    [all...]
  /src/external/gpl3/gcc.old/dist/intl/
plural.y 2 /* Expression parsing for plural form selection.
57 struct expression *exp;
62 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
63 struct expression * const *args));
64 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
65 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
66 struct expression *right));
67 static struct expression *new_exp_2 PARAMS ((enum operator op,
68 struct expression *left,
69 struct expression *right))
    [all...]
plural-exp.h 0 /* Expression parsing and evaluation for plural form selection.
44 struct expression struct
74 struct expression *args[3]; /* Up to three arguments. */
83 struct expression *res;
92 binary incompatible changes in 'struct expression'. Furthermore,
114 extern void FREE_EXPRESSION PARAMS ((struct expression *exp))
121 extern struct expression GERMANIC_PLURAL attribute_hidden;
123 struct expression **pluralp,
128 extern unsigned long int plural_eval PARAMS ((struct expression *pexp,
plural-exp.c 0 /* Expression parsing for plural form selection.
33 /* These structs are the constant expression for the germanic plural
34 form determination. It represents the expression "n != 1". */
35 static const struct expression plvar =
40 static const struct expression plone =
49 struct expression GERMANIC_PLURAL =
57 [0] = (struct expression *) &plvar,
58 [1] = (struct expression *) &plone
70 static struct expression plvar;
71 static struct expression plone
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural-exp.h 0 /* Expression parsing and evaluation for plural form selection.
34 struct expression struct
64 struct expression *args[3]; /* Up to three arguments. */
73 struct expression *res;
82 binary incompatible changes in 'struct expression'. Furthermore,
104 extern void FREE_EXPRESSION (struct expression *exp)
107 extern struct expression GERMANIC_PLURAL attribute_hidden;
109 struct expression **pluralp,
114 extern unsigned long int plural_eval (struct expression *pexp,
plural-exp.c 0 /* Expression parsing for plural form selection.
33 /* These structs are the constant expression for the germanic plural
34 form determination. It represents the expression "n != 1". */
35 static const struct expression plvar =
40 static const struct expression plone =
49 struct expression GERMANIC_PLURAL =
57 [0] = (struct expression *) &plvar,
58 [1] = (struct expression *) &plone
70 static struct expression plvar;
71 static struct expression plone
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
plural-exp.h 3 /* Expression parsing and evaluation for plural form selection.
36 struct expression struct
66 struct expression *args[3]; /* Up to three arguments. */
75 struct expression *res;
84 binary incompatible changes in 'struct expression'. Furthermore,
106 extern void FREE_EXPRESSION (struct expression *exp)
109 extern struct expression GERMANIC_PLURAL attribute_hidden;
111 struct expression **pluralp,
116 extern unsigned long int plural_eval (struct expression *pexp,
plural-exp.c 3 /* Expression parsing for plural form selection.
35 /* These structs are the constant expression for the germanic plural
36 form determination. It represents the expression "n != 1". */
37 static const struct expression plvar =
42 static const struct expression plone =
51 struct expression GERMANIC_PLURAL =
59 [0] = (struct expression *) &plvar,
60 [1] = (struct expression *) &plone
72 static struct expression plvar;
73 static struct expression plone
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
inline.d 18 import dmd.expression;
25 * handle a delegate expression with 'null' context properly in front-end.
27 public Expression inlineCopy(Expression e, Scope* sc)

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>