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

  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 1404 argtype cur_type[MAX_OPERANDS]; local
1432 #define GET_CURRENT_TYPE GET_CURRENT_DATA(get_optype, cur_type)
1473 if (cur_type[i] != insn->arg[i].type)
tc-cr16.c 2172 argtype cur_type[MAX_OPERANDS]; local
2200 #define GET_CURRENT_TYPE GET_CURRENT_DATA (get_optype, cur_type)
2241 if (cur_type[i] != insn->arg[i].type)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 1404 argtype cur_type[MAX_OPERANDS]; local
1432 #define GET_CURRENT_TYPE GET_CURRENT_DATA(get_optype, cur_type)
1473 if (cur_type[i] != insn->arg[i].type)
tc-cr16.c 2175 argtype cur_type[MAX_OPERANDS]; local
2203 #define GET_CURRENT_TYPE GET_CURRENT_DATA (get_optype, cur_type)
2244 if (cur_type[i] != insn->arg[i].type)
  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 420 struct type *cur_type; /* Type we parse fields for. */
421 int cur_field; /* Field number in cur_type. */
829 top_stack->cur_type = s->type ();
1100 top_stack->cur_type = t;
1155 top_stack->cur_type = 0;
1166 struct type *ftype = top_stack->cur_type;
1250 struct field *f = &top_stack->cur_type->field (top_stack->cur_field);
4115 top_stack->cur_type = 0;
414 struct type *cur_type; \/* Type we parse fields for. *\/ member in struct:parse_stack
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 420 struct type *cur_type; /* Type we parse fields for. */
421 int cur_field; /* Field number in cur_type. */
829 top_stack->cur_type = s->type ();
1100 top_stack->cur_type = t;
1155 top_stack->cur_type = 0;
1166 struct type *ftype = top_stack->cur_type;
1250 struct field *f = &top_stack->cur_type->field (top_stack->cur_field);
4118 top_stack->cur_type = 0;
414 struct type *cur_type; \/* Type we parse fields for. *\/ member in struct:parse_stack
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 4147 tree cur_type;
4175 cur_type = TREE_TYPE (cur_param);
4176 if (cur_type == error_mark_node)
4178 orig_cur_type = cur_type;
4197 if (TREE_CODE (cur_type) == POINTER_TYPE)
4199 cur_type = TREE_TYPE (cur_type);
4200 if (cur_type == error_mark_node)
4234 && (TYPE_READONLY (cur_type)
4247 && (TYPE_READONLY (cur_type)
4145 tree cur_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 4103 tree cur_type;
4131 cur_type = TREE_TYPE (cur_param);
4132 if (cur_type == error_mark_node)
4134 orig_cur_type = cur_type;
4153 if (TREE_CODE (cur_type) == POINTER_TYPE)
4155 cur_type = TREE_TYPE (cur_type);
4156 if (cur_type == error_mark_node)
4190 && (TYPE_READONLY (cur_type)
4203 && (TYPE_READONLY (cur_type)
4101 tree cur_type; local
    [all...]

Completed in 51 milliseconds