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

  /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 1629 struct type *fcontext; member in struct:fn_field
2009 #define TYPE_FN_FIELD_FCONTEXT(thisfn, n) ((thisfn)[n].fcontext)
  /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 1646 struct type *fcontext; member in struct:fn_field
2026 #define TYPE_FN_FIELD_FCONTEXT(thisfn, n) ((thisfn)[n].fcontext)
  /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);
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);
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/dist/gcc/
tree-core.h 1889 tree fcontext; variable
  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 1842 tree fcontext; variable

Completed in 59 milliseconds