| /src/external/gpl3/gcc/dist/gcc/ |
| stmt.cc | 490 i_name = TREE_PURPOSE (TREE_PURPOSE (i)); 495 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) 501 i_name = TREE_PURPOSE (TREE_PURPOSE (i)); 506 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) 509 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j))) [all...] |
| omp-general.h | 112 internally tacked on to the properties with a TREE_PURPOSE of 119 TREE_PURPOSE (NODE) 123 TREE_PURPOSE (NODE) 127 && TREE_PURPOSE (TREE_VALUE (NODE)) == OMP_TS_SCORE_NODE) \ 132 && TREE_PURPOSE (TREE_VALUE (NODE)) == OMP_TS_SCORE_NODE) \ 135 TREE_PURPOSE (NODE)
|
| gimplify-me.cc | 194 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op))); 205 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op)));
|
| attribs.cc | 406 ns = TREE_PURPOSE (name); 426 return TREE_PURPOSE (TREE_PURPOSE (attr)); 565 const attribute_spec *as = lookup_attribute_spec (TREE_PURPOSE (attr)); 1031 a TREE_LIST which TREE_PURPOSE is itself a TREE_LIST. TREE_PURPOSE 1032 (TREE_PURPOSE (ATTR)) is the namespace of the attribute, and the 1033 TREE_VALUE (TREE_PURPOSE (ATTR)) is its non-qualified name. Please 1045 return (TREE_CODE (TREE_PURPOSE (attr)) == TREE_LIST); 1058 return TREE_VALUE (TREE_PURPOSE (attr)) [all...] |
| gimple-walk.cc | 116 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op))); 135 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op))); 907 (TREE_VALUE (TREE_PURPOSE (link))); 933 (TREE_VALUE (TREE_PURPOSE (link)));
|
| ipa-free-lang-data.cc | 451 /* C++ FE uses TREE_PURPOSE to store initial values. */ 452 TREE_PURPOSE (p) = NULL; 460 /* C++ FE uses TREE_PURPOSE to store initial values. */ 462 TREE_PURPOSE (p) = NULL; 1012 /* find_decls_types doesn't walk TREE_PURPOSE of TREE_LISTs, 1016 && TREE_PURPOSE (arg) 1018 find_decls_types (TREE_PURPOSE (arg), fld);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| stmt.cc | 490 i_name = TREE_PURPOSE (TREE_PURPOSE (i)); 495 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) 501 i_name = TREE_PURPOSE (TREE_PURPOSE (i)); 506 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) 509 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j))) [all...] |
| omp-general.cc | 1007 const char *sel = IDENTIFIER_POINTER (TREE_PURPOSE (t2)); 1109 if (TREE_PURPOSE (t1) == TREE_PURPOSE (t2)) 1112 IDENTIFIER_POINTER (TREE_PURPOSE (t1))); 1122 if (TREE_PURPOSE (t1) == TREE_PURPOSE (t2)) 1126 IDENTIFIER_POINTER (TREE_PURPOSE (t1)), 1127 IDENTIFIER_POINTER (TREE_PURPOSE (t))); 1135 if (pset.add (TREE_PURPOSE (t1))) 1139 IDENTIFIER_POINTER (TREE_PURPOSE (t1)) [all...] |
| gimplify-me.cc | 194 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op))); 205 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op)));
|
| attribs.cc | 417 ns = TREE_PURPOSE (name); 437 return TREE_PURPOSE (TREE_PURPOSE (attr)); 576 const attribute_spec *as = lookup_attribute_spec (TREE_PURPOSE (attr)); 969 a TREE_LIST which TREE_PURPOSE is itself a TREE_LIST. TREE_PURPOSE 970 (TREE_PURPOSE (ATTR)) is the namespace of the attribute, and the 971 TREE_VALUE (TREE_PURPOSE (ATTR)) is its non-qualified name. Please 983 return (TREE_CODE (TREE_PURPOSE (attr)) == TREE_LIST); 996 return TREE_VALUE (TREE_PURPOSE (attr)) [all...] |
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-runtime-shared-support.cc | 325 ADDR_EXPR, TREE_PURPOSE (*chain), 1)); 621 tree decl = TREE_PURPOSE (chain); 684 decl = TREE_PURPOSE (chain); 694 decl = TREE_PURPOSE (chain); 704 decl = TREE_PURPOSE (chain); 714 decl = TREE_PURPOSE (chain);
|
| objc-gnu-runtime-abi-01.cc | 640 && (!prototype || TREE_PURPOSE (*chain) == prototype)) 807 TREE_PURPOSE (*chain) = tree_cons (NULL_TREE, 809 TREE_PURPOSE (*chain)); 909 TREE_PURPOSE (*chain) = tree_cons (NULL_TREE, decl, TREE_PURPOSE (*chain)); 1023 decl = TREE_PURPOSE (chain); 1828 encoding = get_proto_encoding (TREE_PURPOSE (chain)); 1867 for (in_chain = TREE_PURPOSE (cl_chain); 1881 for (in_chain = TREE_PURPOSE (cl_chain); 2120 if (TREE_PURPOSE (chain) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-runtime-shared-support.cc | 325 ADDR_EXPR, TREE_PURPOSE (*chain), 1)); 621 tree decl = TREE_PURPOSE (chain); 684 decl = TREE_PURPOSE (chain); 694 decl = TREE_PURPOSE (chain); 704 decl = TREE_PURPOSE (chain); 714 decl = TREE_PURPOSE (chain);
|
| objc-gnu-runtime-abi-01.cc | 640 && (!prototype || TREE_PURPOSE (*chain) == prototype)) 804 TREE_PURPOSE (*chain) = tree_cons (NULL_TREE, 806 TREE_PURPOSE (*chain)); 906 TREE_PURPOSE (*chain) = tree_cons (NULL_TREE, decl, TREE_PURPOSE (*chain)); 1020 decl = TREE_PURPOSE (chain); 1825 encoding = get_proto_encoding (TREE_PURPOSE (chain)); 1864 for (num_inst = 0, in_chain = TREE_PURPOSE (cl_chain); 1878 for (in_chain = TREE_PURPOSE (cl_chain); 2117 if (TREE_PURPOSE (chain) [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region-model-asm.cc | 151 constraints[i] = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); 158 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t)));
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region-model-asm.cc | 153 constraints[i] = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); 160 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t)));
|
| /src/external/gpl3/gcc/dist/gcc/config/ |
| sol2.cc | 52 tree name = TREE_PURPOSE (*x); 73 tree name = TREE_PURPOSE (*x); 90 tree name = TREE_PURPOSE (*x);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/ |
| sol2.cc | 52 tree name = TREE_PURPOSE (*x); 73 tree name = TREE_PURPOSE (*x); 90 tree name = TREE_PURPOSE (*x);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| contracts.h | 210 (TREE_PURPOSE (TREE_VALUE (NODE))) 222 it is a TREE_LIST whose TREE_VALUE is the level and whose TREE_PURPOSE 243 (TREE_PURPOSE (CONTRACT_MODE (NODE)))
|
| contracts.cc | 501 /* TREE_LIST has TREE_VALUE is a level and TREE_PURPOSE is role. */ 505 if (TREE_PURPOSE (config)) 506 role = get_contract_role (IDENTIFIER_POINTER (TREE_PURPOSE (config))); 826 if (!TREE_PURPOSE (attr) || TREE_CODE (TREE_PURPOSE (attr)) != TREE_LIST) 927 attrs = tree_cons (TREE_PURPOSE (c), TREE_VALUE (c), attrs); 1235 diagnosed yet. The TREE_PURPOSE is the basefn we're overriding, and the 1281 tree base = TREE_PURPOSE (pending); 1419 *last = build_tree_list (TREE_PURPOSE (arg_type), TREE_VALUE (arg_type)); 1607 if (tree role = TREE_PURPOSE (mode) [all...] |
| pt.cc | 981 tree spec_args = TREE_PURPOSE (specs); 2147 corresponding TREE_PURPOSE is the set of template arguments that, 2513 *targs_out = add_outermost_template_args (tmpl, TREE_PURPOSE (templates)); 2544 return hash_tree_cons (TREE_PURPOSE (tmpl_types), 2578 if (TREE_PURPOSE (t)) 2616 new_spec_types = hash_tree_cons (TREE_PURPOSE (vtt), 2622 new_spec_types = hash_tree_cons (TREE_PURPOSE (in_charge), 2971 if (TREE_PURPOSE (t)) 4154 if (TREE_CODE (arg) == TREE_LIST && TREE_PURPOSE (arg)) 4156 /* A TREE_LIST with a non-null TREE_PURPOSE is for a bas [all...] |
| init.cc | 1226 /* Returns a TREE_LIST containing (as the TREE_PURPOSE of each node) all 1280 /* The MEM_INITS are a TREE_LIST. The TREE_PURPOSE of each list gives 1299 /* Build up a list of initializations. The TREE_PURPOSE of entry 1328 /* Go through the explicit initializers, filling in TREE_PURPOSE in 1335 subobject = TREE_PURPOSE (init); 1343 if (TREE_PURPOSE (subobject_init) == subobject) 1351 if (TREE_CODE (TREE_PURPOSE (next_subobject)) == FIELD_DECL) 1352 warning_at (DECL_SOURCE_LOCATION (TREE_PURPOSE (next_subobject)), 1354 TREE_PURPOSE (next_subobject)); 1357 TREE_PURPOSE (next_subobject)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constraint.cc | 383 is the concept (non-template) and whose TREE_PURPOSE contains 427 tree arg = TREE_VEC_ELT (TREE_PURPOSE (info), 0); 446 return TREE_PURPOSE (info); 543 tree arg = TREE_PURPOSE (p); 578 TREE_PURPOSE (p) = TMPL_ARG (args, level, index); 581 TREE_PURPOSE (p) = template_parm_to_arg (p); 608 tree arg1 = TREE_PURPOSE (map1); 609 tree arg2 = TREE_PURPOSE (map2); 797 tree target = TREE_PURPOSE (node); 1052 val = iterative_hash_template_arg (TREE_PURPOSE (p), val) [all...] |
| pt.cc | 948 tree spec_args = TREE_PURPOSE (specs); 2165 corresponding TREE_PURPOSE is the set of template arguments that, 2532 *targs_out = add_outermost_template_args (tmpl, TREE_PURPOSE (templates)); 2563 return hash_tree_cons (TREE_PURPOSE (tmpl_types), 2597 if (TREE_PURPOSE (t)) 2635 new_spec_types = hash_tree_cons (TREE_PURPOSE (vtt), 2641 new_spec_types = hash_tree_cons (TREE_PURPOSE (in_charge), 2990 if (TREE_PURPOSE (t)) 4187 if (TREE_CODE (arg) == TREE_LIST && TREE_PURPOSE (arg)) 4189 /* A TREE_LIST with a non-null TREE_PURPOSE is for a bas [all...] |
| init.cc | 1197 /* Returns a TREE_LIST containing (as the TREE_PURPOSE of each node) all 1251 /* The MEM_INITS are a TREE_LIST. The TREE_PURPOSE of each list gives 1270 /* Build up a list of initializations. The TREE_PURPOSE of entry 1299 /* Go through the explicit initializers, filling in TREE_PURPOSE in 1306 subobject = TREE_PURPOSE (init); 1314 if (TREE_PURPOSE (subobject_init) == subobject) 1322 if (TREE_CODE (TREE_PURPOSE (next_subobject)) == FIELD_DECL) 1323 warning_at (DECL_SOURCE_LOCATION (TREE_PURPOSE (next_subobject)), 1325 TREE_PURPOSE (next_subobject)); 1328 TREE_PURPOSE (next_subobject)) [all...] |