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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.h 68 descriptor. When set, want_pointer should also be set.
77 unsigned want_pointer:1; member in struct:gfc_se
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.h 60 descriptor. When set, want_pointer should also be set.
69 unsigned want_pointer:1; member in struct:gfc_se
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 266 int want_pointer = TYPE_PTR_P (TREE_TYPE (expr)); local
284 if (want_pointer)
321 if (want_pointer)
332 if (want_pointer)
352 if (code == PLUS_EXPR && !v_binfo && !want_pointer && !has_empty && !uneval)
355 if (!want_pointer)
409 if (want_pointer && !nonnull)
439 if (want_pointer)
507 if (want_pointer)
523 if (!want_pointer)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 265 int want_pointer = TYPE_PTR_P (TREE_TYPE (expr)); local
283 if (want_pointer)
320 if (want_pointer)
331 if (want_pointer)
351 if (code == PLUS_EXPR && !v_binfo && !want_pointer && !has_empty && !uneval)
354 if (!want_pointer)
408 if (want_pointer && !nonnull)
438 if (want_pointer)
506 if (want_pointer)
522 if (!want_pointer)
    [all...]

Completed in 21 milliseconds