| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-stmt.cc | 6024 tree tmp, cexpr, tstmt, estmt; local 6113 cexpr = cse.expr; 6134 tmp = build3_v (COND_EXPR, cexpr, tstmt, estmt);
|
| openmp.cc | 2137 gfc_expr *cexpr = NULL; local 2139 &cexpr)) != MATCH_NO) 2144 if (gfc_extract_int (cexpr, &collapse, -1)) 2152 gfc_free_expr (cexpr); 3345 gfc_expr *cexpr = NULL; 3346 m = gfc_match (" ( %e )", &cexpr); 3352 if (gfc_extract_int (cexpr, &ordered, -1)) 3361 gfc_free_expr (cexpr);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-stmt.cc | 5924 tree tmp, cexpr, tstmt, estmt; local 6013 cexpr = cse.expr; 6034 tmp = build3_v (COND_EXPR, cexpr, tstmt, estmt);
|
| openmp.cc | 1672 gfc_expr *cexpr = NULL; local 1674 &cexpr)) != MATCH_NO) 1679 if (gfc_extract_int (cexpr, &collapse, -1)) 1687 gfc_free_expr (cexpr); 2560 gfc_expr *cexpr = NULL; 2561 m = gfc_match (" ( %e )", &cexpr); 2567 if (gfc_extract_int (cexpr, &ordered, -1)) 2576 gfc_free_expr (cexpr);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-structalias.cc | 3013 struct constraint_expr cexpr; local 3033 cexpr.var = nothing_id; 3034 cexpr.type = SCALAR; 3035 cexpr.offset = 0; 3036 results->safe_push (cexpr); 3063 cexpr.var = nothing_id; 3064 cexpr.type = SCALAR; 3065 cexpr.offset = 0; 3066 results->safe_push (cexpr); 3071 cexpr.var = vi->id 3386 struct constraint_expr cexpr = result; local 4154 struct constraint_expr cexpr; local 4162 struct constraint_expr cexpr; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-structalias.cc | 2980 struct constraint_expr cexpr; local 3000 cexpr.var = nothing_id; 3001 cexpr.type = SCALAR; 3002 cexpr.offset = 0; 3003 results->safe_push (cexpr); 3030 cexpr.var = nothing_id; 3031 cexpr.type = SCALAR; 3032 cexpr.offset = 0; 3033 results->safe_push (cexpr); 3038 cexpr.var = vi->id 3353 struct constraint_expr cexpr = result; local 4122 struct constraint_expr cexpr; local 4130 struct constraint_expr cexpr; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 8497 struct c_expr cexpr = c_parser_expr_no_commas (parser, NULL); 8500 if (cexpr.value != error_mark_node) 8502 mark_exp_read (cexpr.value); 8503 oper = cexpr.value; 14516 c_expr cexpr = c_parser_expr_no_commas (parser, NULL); 14517 cexpr = convert_lvalue_to_rvalue (expr_loc, cexpr, false, true); 14518 tree expr = cexpr.value; 14661 c_expr cexpr = c_parser_expr_no_commas (parser, NULL); 14662 cexpr = convert_lvalue_to_rvalue (expr_loc, cexpr, false, true) 8495 struct c_expr cexpr = c_parser_expr_no_commas (parser, NULL); local 14511 c_expr cexpr = c_parser_expr_no_commas (parser, NULL); local 14656 c_expr cexpr = c_parser_expr_no_commas (parser, NULL); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 10088 struct c_expr cexpr = c_parser_expr_no_commas (parser, NULL); 10091 if (cexpr.value != error_mark_node) 10093 mark_exp_read (cexpr.value); 10094 oper = cexpr.value; 16882 c_expr cexpr = c_parser_expr_no_commas (parser, NULL); 16883 cexpr = convert_lvalue_to_rvalue (expr_loc, cexpr, false, true); 16884 tree expr = cexpr.value; 17027 c_expr cexpr = c_parser_expr_no_commas (parser, NULL); 17028 cexpr = convert_lvalue_to_rvalue (expr_loc, cexpr, false, true) 10086 struct c_expr cexpr = c_parser_expr_no_commas (parser, NULL); local 16877 c_expr cexpr = c_parser_expr_no_commas (parser, NULL); local 17022 c_expr cexpr = c_parser_expr_no_commas (parser, NULL); local [all...] |