HomeSort by relevance Sort by last modified time
    Searched full:new_expr (Results 1 - 8 of 8) sorted by null

  /external/elfutils/src/
ldscript.y 37 static struct expression *new_expr (int tag);
294 $$ = new_expr (exp_align);
301 $$ = new_expr (exp_mult);
307 $$ = new_expr ($2);
313 $$ = new_expr ($2);
319 $$ = new_expr (exp_and);
325 $$ = new_expr (exp_or);
331 $$ = new_expr (exp_num);
336 $$ = new_expr (exp_id);
340 { $$ = new_expr (exp_sizeof_headers);
    [all...]
ldscript.c 161 static struct expression *new_expr (int tag);
1892 new_expr (int tag) function
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-check.h 212 #define NEW_EXPR_CHECK(t) TREE_CHECK (t, NEW_EXPR)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-check.h 212 #define NEW_EXPR_CHECK(t) TREE_CHECK (t, NEW_EXPR)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.def 50 /* For NEW_EXPR, operand 0 is the placement list.
54 DEFTREECODE (NEW_EXPR, "nw_expr", tcc_expression, 4)
cp-tree.h 60 NEW_EXPR_USE_GLOBAL (in NEW_EXPR).
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.def 50 /* For NEW_EXPR, operand 0 is the placement list.
54 DEFTREECODE (NEW_EXPR, "nw_expr", tcc_expression, 4)
cp-tree.h 60 NEW_EXPR_USE_GLOBAL (in NEW_EXPR).
    [all...]

Completed in 230 milliseconds