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

  /src/external/gpl3/gcc/dist/gcc/
recog.h 440 typedef rtx_insn *(*funcptr) (decltype ((void) args, NULL_RTX)...); typedef
441 return ((funcptr) func) (args...);
445 // (*funcptr) (arg)
cgraphunit.cc 1440 tree funcptr = altype; local
1447 /* Set FUNCPTR to the type of the alias target. If the type
1458 funcptr = altype;
1476 funcptr = build_pointer_type (funcptr);
1480 alias, funcptr); local
1497 funcptr = build_pointer_type (funcptr);
1503 alias, funcptr))
  /src/external/gpl3/gcc.old/dist/gcc/
recog.h 406 typedef rtx_insn *(*funcptr) (decltype ((void) args, NULL_RTX)...); typedef
407 return ((funcptr) func) (args...);
411 // (*funcptr) (arg)
cgraphunit.cc 1431 tree funcptr = altype; local
1438 /* Set FUNCPTR to the type of the alias target. If the type
1449 funcptr = altype;
1467 funcptr = build_pointer_type (funcptr);
1471 alias, funcptr); local
1488 funcptr = build_pointer_type (funcptr);
1494 alias, funcptr))
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 1799 ifunctype *funcptr;
1882 for (funcptr = headptr->funchead; funcptr != NULL;
1883 funcptr = funcptr->next)
1885 fprintf (filvar, "funcptr%d_%d:\n", headindex, funcindex);
1886 fprintf (filvar, "\t%s\t%d\n", ASM_SHORT, funcptr->ord & 0xFFFF);
1888 funcptr->its_name ? funcptr->its_name : funcptr->name)
1798 ifunctype *funcptr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 1798 ifunctype *funcptr;
1881 for (funcptr = headptr->funchead; funcptr != NULL;
1882 funcptr = funcptr->next)
1884 fprintf (filvar, "funcptr%d_%d:\n", headindex, funcindex);
1885 fprintf (filvar, "\t%s\t%d\n", ASM_SHORT, funcptr->ord & 0xFFFF);
1887 funcptr->its_name ? funcptr->its_name : funcptr->name)
1797 ifunctype *funcptr; local
    [all...]
  /src/external/gpl3/binutils/dist/include/
hp-symtab.h 1080 dnttpointer funcptr ; /* points to FUNCTION symbol */ member in struct:dntt_type_vfunc
1129 dnttpointer funcptr ; /* pointer to function */ member in struct:dntt_type_friend_func
  /src/external/gpl3/binutils.old/dist/include/
hp-symtab.h 1080 dnttpointer funcptr ; /* points to FUNCTION symbol */ member in struct:dntt_type_vfunc
1129 dnttpointer funcptr ; /* pointer to function */ member in struct:dntt_type_friend_func
  /src/external/gpl3/gdb/dist/include/
hp-symtab.h 1080 dnttpointer funcptr ; /* points to FUNCTION symbol */ member in struct:dntt_type_vfunc
1129 dnttpointer funcptr ; /* pointer to function */ member in struct:dntt_type_friend_func
  /src/external/gpl3/gdb.old/dist/include/
hp-symtab.h 1080 dnttpointer funcptr ; /* points to FUNCTION symbol */ member in struct:dntt_type_vfunc
1129 dnttpointer funcptr ; /* pointer to function */ member in struct:dntt_type_friend_func

Completed in 42 milliseconds