| /src/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
| bpf.cc | 1305 tree newdecl = bpf_core_newdecl (TREE_TYPE (*tp)); local 1306 tree newcall = build_call_expr_loc (loc, newdecl, 1, *tp);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-offload.cc | 2263 tree newdecl local 2266 adjusted = (TREE_TYPE (newdecl) != oldtype 2267 || newdecl != decl); 2269 adjusted_vars.put (decl, newdecl);
|
| builtins.cc | 7456 tree newdecl = builtin_decl_explicit (BUILT_IN_MEMCMP); 7457 TREE_OPERAND (exp, 1) = build_fold_addr_expr (newdecl); 7453 tree newdecl = builtin_decl_explicit (BUILT_IN_MEMCMP); local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-offload.cc | 2293 tree newdecl local 2296 adjusted = (TREE_TYPE (newdecl) != oldtype 2297 || newdecl != decl); 2299 adjusted_vars.put (decl, newdecl);
|
| builtins.cc | 8261 tree newdecl = builtin_decl_explicit (BUILT_IN_MEMCMP); 8262 TREE_OPERAND (exp, 1) = build_fold_addr_expr (newdecl); 8258 tree newdecl = builtin_decl_explicit (BUILT_IN_MEMCMP); local
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-decl.cc | 1819 diagnose_arglist_conflict (tree newdecl, tree olddecl, 1827 || (!prototype_p (newtype) && DECL_INITIAL (newdecl) == NULL_TREE))) 1856 old-style function definition, NEWDECL is a prototype declaration. 1860 validate_proto_after_old_defn (tree newdecl, tree newtype, tree oldtype) 1896 "than previous old-style definition", newdecl); 1902 "than previous old-style definition", newdecl); 1912 newdecl, i); 1924 newdecl); 1953 /* Subroutine of duplicate_decls. Compare NEWDECL to OLDDECL. 1957 If it returns true, writes the types of NEWDECL and OLDDECL t 2208 "a built-in function", newdecl); local 2225 newdecl, TREE_TYPE (olddecl)); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-decl.cc | 1935 diagnose_arglist_conflict (tree newdecl, tree olddecl, 1943 || (!prototype_p (newtype) && DECL_INITIAL (newdecl) == NULL_TREE))) 1973 old-style function definition, NEWDECL is a prototype declaration. 1977 validate_proto_after_old_defn (tree newdecl, tree newtype, tree oldtype) 2013 "than previous old-style definition", newdecl); 2019 "than previous old-style definition", newdecl); 2029 newdecl, i); 2041 newdecl); 2092 /* Subroutine of duplicate_decls. Compare NEWDECL to OLDDECL. 2096 If it returns true, writes the types of NEWDECL and OLDDECL t 2378 "a built-in function", newdecl); local 2395 newdecl, TREE_TYPE (olddecl)); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 27830 tree newdecl = build_enumerator (DECL_NAME (decl), value, newtag, 27836 TREE_DEPRECATED (newdecl) = TREE_DEPRECATED (decl); 27837 TREE_UNAVAILABLE (newdecl) = TREE_UNAVAILABLE (decl); 29915 tree newdecl 29918 SET_DECL_TEMPLATE_PARM_P (newdecl); 29926 newdecl, newtype); 29929 TYPE_STUB_DECL (newtype) = TYPE_NAME (newtype) = newdecl; 29937 DECL_TEMPLATE_RESULT (newdecl) = newresult; 29970 DECL_TEMPLATE_PARMS (newdecl) = ttparms; 29972 = build_template_info (newdecl, template_parms_to_args (ttparms)) 27828 tree newdecl = build_enumerator (DECL_NAME (decl), value, newtag, local 29913 tree newdecl local 30006 tree newdecl = rewrite_template_parm (olddecl, index, level, local [all...] |