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

  /src/external/gpl3/gcc/dist/gcc/cp/
except.cc 824 const bool is_ptr = TYPE_PTR_P (type);
825 if (is_ptr || TYPE_REF_P (type))
829 if (is_ptr && VOID_TYPE_P (core))
823 const bool is_ptr = TYPE_PTR_P (type); local
typeck2.cc 2595 bool is_ptr;
2606 is_ptr = TYPE_PTR_P (core);
2607 if (is_ptr || TYPE_REF_P (core))
2612 ok = is_ptr;
2589 bool is_ptr; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
except.cc 831 int is_ptr;
839 is_ptr = TYPE_PTR_P (type);
840 if (is_ptr || TYPE_REF_P (type))
844 if (is_ptr && VOID_TYPE_P (core))
830 int is_ptr; local
typeck2.cc 2478 bool is_ptr;
2489 is_ptr = TYPE_PTR_P (core);
2490 if (is_ptr || TYPE_REF_P (core))
2495 ok = is_ptr;
2472 bool is_ptr; local
  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 922 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; local
923 if (is_ptr)
  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 640 int is_ptr = (star != NULL);
642 if (is_ptr)
654 if (is_ptr)
636 int is_ptr = (star != NULL); local
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 641 int is_ptr = (star != NULL);
643 if (is_ptr)
655 if (is_ptr)
637 int is_ptr = (star != NULL); local
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 2908 bool is_ptr = (type != NULL_TREE); local
2910 if (!is_ptr)
2941 is_ptr = true;
2951 if (is_ptr)
2971 if (is_ptr)
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 2910 bool is_ptr = (type != NULL_TREE); local
2912 if (!is_ptr)
2943 is_ptr = true;
2953 if (is_ptr)
2973 if (is_ptr)

Completed in 78 milliseconds