HomeSort by: relevance | last modified time | path
    Searched refs:fcontext (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gnu-v2-abi.c 98 struct type *fcontext = TYPE_FN_FIELD_FCONTEXT (f, j);
103 if (fcontext == NULL)
104 /* We don't have an fcontext (e.g. the program was compiled with
108 fcontext = TYPE_VPTR_BASETYPE (type);
109 context = lookup_pointer_type (fcontext);
97 struct type *fcontext = TYPE_FN_FIELD_FCONTEXT (f, j); local
gdbtypes.h 1629 struct type *fcontext; member in struct:fn_field
2009 #define TYPE_FN_FIELD_FCONTEXT(thisfn, n) ((thisfn)[n].fcontext)
stabsread.c 4928 new_sublist->fn_field.fcontext = 0;
4942 new_sublist->fn_field.fcontext = look_ahead_type;
4993 new_sublist->fn_field.fcontext = 0;
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v2-abi.c 98 struct type *fcontext = TYPE_FN_FIELD_FCONTEXT (f, j);
103 if (fcontext == NULL)
104 /* We don't have an fcontext (e.g. the program was compiled with
108 fcontext = TYPE_VPTR_BASETYPE (type);
109 context = lookup_pointer_type (fcontext);
97 struct type *fcontext = TYPE_FN_FIELD_FCONTEXT (f, j); local
gdbtypes.h 1635 struct type *fcontext; member in struct:fn_field
2015 #define TYPE_FN_FIELD_FCONTEXT(thisfn, n) ((thisfn)[n].fcontext)
stabsread.c 2443 new_sublist->fn_field.fcontext = 0;
2457 new_sublist->fn_field.fcontext = look_ahead_type;
2508 new_sublist->fn_field.fcontext = 0;
  /src/external/gpl3/binutils/dist/gprofng/src/
gp-display-src.cc 406 char *fcontext = NULL; local
407 arg1 = parse_fname (arg, &fcontext);
411 free (fcontext);
414 proc_cmd (cmd_type, first, arg1, arg2, fcontext);
416 free (fcontext);
util.h 167 char *parse_fname (char *in_str, char **fcontext);
util.cc 525 // stores the pointer to named in fcontext
528 parse_fname (char *in_str, char **fcontext)
530 *fcontext = NULL;
558 free (*fcontext);
559 *fcontext = xstrdup (p);
gp-display-text.cc 919 char *fcontext = NULL; local
920 char *arg = parse_fname (arg1, &fcontext);
924 free (fcontext);
929 print_anno_file (arg, arg2, fcontext, cmd_type == DISASM,
932 free (fcontext);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
gp-display-src.cc 406 char *fcontext = NULL; local
407 arg1 = parse_fname (arg, &fcontext);
411 free (fcontext);
414 proc_cmd (cmd_type, first, arg1, arg2, fcontext);
416 free (fcontext);
util.h 167 char *parse_fname (char *in_str, char **fcontext);
util.cc 525 // stores the pointer to named in fcontext
528 parse_fname (char *in_str, char **fcontext)
530 *fcontext = NULL;
558 free (*fcontext);
559 *fcontext = xstrdup (p);
gp-display-text.cc 919 char *fcontext = NULL; local
920 char *arg = parse_fname (arg1, &fcontext);
924 free (fcontext);
929 print_anno_file (arg, arg2, fcontext, cmd_type == DISASM,
932 free (fcontext);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 1842 tree fcontext; variable
tree.h 2889 #define DECL_FCONTEXT(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.fcontext)
  /src/external/gpl3/gcc/dist/gcc/
tree-core.h 1889 tree fcontext; variable
tree.h 3044 #define DECL_FCONTEXT(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.fcontext)
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 12381 /* Get fcontext from DW_AT_containing_type if present. */
12383 fnp->fcontext = die_containing_type (die, cu);
12457 if (!fnp->fcontext)
12471 fnp->fcontext = this_type->field (0).type ()->target_type ();
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 12122 /* Get fcontext from DW_AT_containing_type if present. */
12124 fnp->fcontext = die_containing_type (die, cu);
12198 if (!fnp->fcontext)
12212 fnp->fcontext = this_type->field (0).type ()->target_type ();
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 6012 WT (t->field_decl.fcontext);
6515 RT (t->field_decl.fcontext);
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 6224 WT (t->field_decl.fcontext);
6756 RT (t->field_decl.fcontext);

Completed in 155 milliseconds