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

  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc 3876 tree f_stk, f_reg, f_ndx, record, type_decl;
3882 f_stk = build_decl (BUILTINS_LOCATION,
3892 DECL_FIELD_CONTEXT (f_stk) = record;
3898 TYPE_FIELDS (record) = f_stk;
3899 DECL_CHAIN (f_stk) = f_reg;
3945 tree f_stk, stk;
3953 f_stk = TYPE_FIELDS (va_list_type_node);
3954 f_reg = DECL_CHAIN (f_stk);
3957 stk = build3 (COMPONENT_REF, TREE_TYPE (f_stk), valist, f_stk, NULL_TREE)
3874 tree f_stk, f_reg, f_ndx, record, type_decl; local
3943 tree f_stk, stk; local
3993 tree f_stk, stk; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.cc 3158 tree f_stk, f_reg, f_ndx, record, type_decl;
3164 f_stk = build_decl (BUILTINS_LOCATION,
3174 DECL_FIELD_CONTEXT (f_stk) = record;
3180 TYPE_FIELDS (record) = f_stk;
3181 DECL_CHAIN (f_stk) = f_reg;
3227 tree f_stk, stk;
3235 f_stk = TYPE_FIELDS (va_list_type_node);
3236 f_reg = DECL_CHAIN (f_stk);
3239 stk = build3 (COMPONENT_REF, TREE_TYPE (f_stk), valist, f_stk, NULL_TREE)
3156 tree f_stk, f_reg, f_ndx, record, type_decl; local
3225 tree f_stk, stk; local
3275 tree f_stk, stk; local
    [all...]

Completed in 94 milliseconds