Searched refs:assign_temp (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dstmt.c842 op = assign_temp (type, 0, 0, 1);
941 rtx memloc = assign_temp (qual_type, 1, 1, 1);
1734 val = assign_temp (nt, 0, 0, 1);
1955 x = assign_temp (decl, 1, 1, 1);
H A Dcalls.c1050 copy = assign_temp (type, 0, 1, 0);
2034 rtx d = assign_temp (TREE_TYPE (exp), 0, 1, 1);
2890 target = assign_temp (nt, 0, 1, 1);
3373 mem_value = assign_temp (tfom, 0, 1, 1);
3493 slot = assign_temp (lang_hooks.types.type_for_mode (mode, 0),
4107 arg->save_area = assign_temp (nt, 0, 1, 1);
H A Dexpr.c2073 tgtblk = assign_temp (build_qualified_type (type,
5494 rtx object = assign_temp (type, 0, 1, 1);
7198 = assign_temp (build_qualified_type (type,
7508 rtx memloc = assign_temp (nt, 1, 1, 1);
7617 target = assign_temp (type, 0, 1, 1);
7762 target = assign_temp (type, 0, 1, 1);
8608 temp = assign_temp (type, 0, 0, 1);
H A Drtl.h1537 extern rtx assign_temp (tree, int, int, int);
H A Dfunction.c810 assign_temp (tree type_or_decl, int keep, int memory_required,
803 assign_temp (tree type_or_decl, int keep, int memory_required, function

Completed in 228 milliseconds