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

  /src/external/gpl3/gdb.old/dist/gdb/
stap-probe.c 706 bool indirect_p = false; local
753 indirect_p = true;
757 if (disp_op != nullptr && !indirect_p)
835 if (indirect_p)
856 if (indirect_p)
  /src/external/gpl3/gdb/dist/gdb/
stap-probe.c 706 bool indirect_p = false; local
753 indirect_p = true;
757 if (disp_op != nullptr && !indirect_p)
835 if (indirect_p)
856 if (indirect_p)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 4836 int indirect_p = 0;
4858 indirect_p = pass_va_arg_by_reference (type);
4859 if (indirect_p)
5143 if (indirect_p)
4823 int indirect_p = 0; local
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 3810 int strong_cast_p = 0, outer_gc_p = 0, indirect_p = 0; local
3873 indirect_p = 1;
3886 if (!indirect_p && objc_is_global_reference_p (outer))
3914 if (indirect_p)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 4719 int indirect_p = 0;
4741 indirect_p = pass_va_arg_by_reference (type);
4742 if (indirect_p)
5024 if (indirect_p)
4706 int indirect_p = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 3812 int strong_cast_p = 0, outer_gc_p = 0, indirect_p = 0; local
3875 indirect_p = 1;
3888 if (!indirect_p && objc_is_global_reference_p (outer))
3916 if (indirect_p)
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 7191 bool indirect_p;
7193 indirect_p = pass_va_arg_by_reference (type);
7194 if (indirect_p)
7340 if (indirect_p)
7160 bool indirect_p; local
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 7034 bool indirect_p;
7036 indirect_p = pass_va_arg_by_reference (type);
7037 if (indirect_p)
7183 if (indirect_p)
7003 bool indirect_p; local

Completed in 90 milliseconds