HomeSort by: relevance | last modified time | path
    Searched defs:resdecl (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
symtab-thunks.cc 414 tree resdecl; local
448 resdecl = build_decl (input_location, RESULT_DECL, 0, restype);
449 DECL_ARTIFICIAL (resdecl) = 1;
450 DECL_IGNORED_P (resdecl) = 1;
451 DECL_CONTEXT (resdecl) = thunk_fndecl;
452 DECL_RESULT (thunk_fndecl) = resdecl;
455 resdecl = DECL_RESULT (thunk_fndecl);
473 if (DECL_BY_REFERENCE (resdecl))
475 restmp = gimple_fold_indirect_ref (resdecl);
478 TREE_TYPE (TREE_TYPE (resdecl)),
    [all...]
ipa.cc 848 tree decl, name, resdecl; local
870 resdecl = build_decl (input_location,
872 DECL_ARTIFICIAL (resdecl) = 1;
873 DECL_RESULT (decl) = resdecl;
874 DECL_CONTEXT (resdecl) = decl;
ipa-strub.cc 3113 tree resdecl;
3134 resdecl = build_decl (input_location, RESULT_DECL, 0, restype);
3135 DECL_ARTIFICIAL (resdecl) = 1;
3136 DECL_IGNORED_P (resdecl) = 1;
3137 DECL_CONTEXT (resdecl) = thunk_fndecl;
3138 DECL_RESULT (thunk_fndecl) = resdecl;
3141 resdecl = DECL_RESULT (thunk_fndecl);
3158 if (DECL_BY_REFERENCE (resdecl))
3160 restmp = gimple_fold_indirect_ref (resdecl);
3163 TREE_TYPE (TREE_TYPE (resdecl)),
3111 tree resdecl; local
    [all...]
read-rtl-function.cc 495 tree resdecl = build_decl (UNKNOWN_LOCATION, RESULT_DECL, NULL_TREE, local
497 DECL_ARTIFICIAL (resdecl) = 1;
498 DECL_IGNORED_P (resdecl) = 1;
499 DECL_RESULT (fndecl) = resdecl;
  /src/external/gpl3/gcc.old/dist/gcc/
symtab-thunks.cc 414 tree resdecl; local
448 resdecl = build_decl (input_location, RESULT_DECL, 0, restype);
449 DECL_ARTIFICIAL (resdecl) = 1;
450 DECL_IGNORED_P (resdecl) = 1;
451 DECL_CONTEXT (resdecl) = thunk_fndecl;
452 DECL_RESULT (thunk_fndecl) = resdecl;
455 resdecl = DECL_RESULT (thunk_fndecl);
473 if (DECL_BY_REFERENCE (resdecl))
475 restmp = gimple_fold_indirect_ref (resdecl);
478 TREE_TYPE (TREE_TYPE (resdecl)),
    [all...]
ipa.cc 847 tree decl, name, resdecl; local
869 resdecl = build_decl (input_location,
871 DECL_ARTIFICIAL (resdecl) = 1;
872 DECL_RESULT (decl) = resdecl;
873 DECL_CONTEXT (resdecl) = decl;
read-rtl-function.cc 495 tree resdecl = build_decl (UNKNOWN_LOCATION, RESULT_DECL, NULL_TREE, local
497 DECL_ARTIFICIAL (resdecl) = 1;
498 DECL_IGNORED_P (resdecl) = 1;
499 DECL_RESULT (fndecl) = resdecl;
  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 126 tree resdecl = DECL_RESULT (fndecl); local
128 if (resdecl != NULL_TREE)
129 return resdecl;
131 resdecl = build_decl (make_location_t (decl->loc), RESULT_DECL,
134 DECL_ARTIFICIAL (resdecl) = 1;
135 DECL_IGNORED_P (resdecl) = 1;
136 DECL_CONTEXT (resdecl) = fndecl;
137 DECL_RESULT (fndecl) = resdecl;
138 return resdecl;
1005 tree resdecl = DECL_RESULT (fndecl) local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 595 tree resdecl = build_decl (UNKNOWN_LOCATION, RESULT_DECL, local
597 DECL_ARTIFICIAL (resdecl) = 1;
598 DECL_IGNORED_P (resdecl) = 1;
599 DECL_RESULT (fndecl) = resdecl;
600 DECL_CONTEXT (resdecl) = fndecl;
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 539 tree resdecl = build_decl (UNKNOWN_LOCATION, RESULT_DECL, local
541 DECL_ARTIFICIAL (resdecl) = 1;
542 DECL_IGNORED_P (resdecl) = 1;
543 DECL_RESULT (fndecl) = resdecl;
544 DECL_CONTEXT (resdecl) = fndecl;
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 10468 tree restype, resdecl;
10707 resdecl = build_decl (result_loc, RESULT_DECL, NULL_TREE, restype);
10708 DECL_ARTIFICIAL (resdecl) = 1;
10709 DECL_IGNORED_P (resdecl) = 1;
10710 DECL_RESULT (current_function_decl) = resdecl;
10436 tree restype, resdecl; local
  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 4277 tree resdecl = build_decl (loc, RESULT_DECL, 0, void_type_node); local
4278 DECL_CONTEXT (resdecl) = fn;
4279 DECL_ARTIFICIAL (resdecl) = 1;
4280 DECL_IGNORED_P (resdecl) = 1;
4281 DECL_RESULT (fn) = resdecl;
decl.cc 15298 tree resdecl = build_decl (loc, RESULT_DECL, 0, restype);
15299 DECL_ARTIFICIAL (resdecl) = 1;
15300 DECL_IGNORED_P (resdecl) = 1;
15301 DECL_RESULT (decl) = resdecl;
17924 tree resdecl = build_decl (loc, RESULT_DECL, 0, restype);
17925 DECL_ARTIFICIAL (resdecl) = 1;
17926 DECL_IGNORED_P (resdecl) = 1;
17927 DECL_RESULT (decl1) = resdecl;
17929 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
15283 tree resdecl = build_decl (loc, RESULT_DECL, 0, restype); local
17904 tree resdecl = build_decl (loc, RESULT_DECL, 0, restype); local
17909 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 9538 tree restype, resdecl;
9766 resdecl = build_decl (loc, RESULT_DECL, NULL_TREE, restype);
9767 DECL_ARTIFICIAL (resdecl) = 1;
9768 DECL_IGNORED_P (resdecl) = 1;
9769 DECL_RESULT (current_function_decl) = resdecl;
9506 tree restype, resdecl; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 4046 tree resdecl = build_decl (loc, RESULT_DECL, 0, void_type_node); local
4047 DECL_CONTEXT (resdecl) = fn;
4048 DECL_ARTIFICIAL (resdecl) = 1;
4049 DECL_IGNORED_P (resdecl) = 1;
4050 DECL_RESULT (fn) = resdecl;
decl.cc 17168 tree resdecl;
17170 resdecl = build_decl (input_location, RESULT_DECL, 0, restype);
17171 DECL_ARTIFICIAL (resdecl) = 1;
17172 DECL_IGNORED_P (resdecl) = 1;
17173 DECL_RESULT (decl1) = resdecl;
17175 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
17148 tree resdecl; local
17155 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl); local

Completed in 55 milliseconds