/external/elfutils/src/ |
ldscript.y | 49 static struct expression *new_expr (int tag); 312 $$ = new_expr (exp_align); 319 $$ = new_expr (exp_mult); 325 $$ = new_expr ($2); 331 $$ = new_expr ($2); 337 $$ = new_expr (exp_and); 343 $$ = new_expr (exp_or); 349 $$ = new_expr (exp_num); 354 $$ = new_expr (exp_id); 358 { $$ = new_expr (exp_sizeof_headers); [all...] |
ldscript.c | 188 static struct expression *new_expr (int tag); 2267 new_expr (int tag) function [all...] |
/external/libsepol/src/ |
conditional.c | 271 cond_expr_t *cur, *head, *tail, *new_expr; local 275 new_expr = (cond_expr_t *) malloc(sizeof(cond_expr_t)); 276 if (!new_expr) 278 memset(new_expr, 0, sizeof(cond_expr_t)); 280 new_expr->expr_type = cur->expr_type; 281 new_expr->bool = cur->bool; 284 head = new_expr; 286 tail->next = new_expr; 287 tail = new_expr;
|
expand.c | 286 constraint_expr_t *new_expr = NULL; local 298 if ((new_expr = calloc(1, sizeof(*new_expr))) == NULL) { 301 if (constraint_expr_init(new_expr) == -1) { 304 new_expr->expr_type = expr->expr_type; 305 new_expr->attr = expr->attr; 306 new_expr->op = expr->op; 307 if (new_expr->expr_type == CEXPR_NAMES) { 308 if (new_expr->attr & CEXPR_TYPE) { 315 &new_expr- [all...] |
/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)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-check.h | 210 #define NEW_EXPR_CHECK(t) TREE_CHECK (t, NEW_EXPR)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-check.h | 210 #define NEW_EXPR_CHECK(t) TREE_CHECK (t, NEW_EXPR)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-check.h | 210 #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/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...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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 | 51 NEW_EXPR_USE_GLOBAL (in NEW_EXPR). [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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 | 51 NEW_EXPR_USE_GLOBAL (in NEW_EXPR). [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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 | 51 NEW_EXPR_USE_GLOBAL (in NEW_EXPR). [all...] |