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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 1623 /* INST_PATH will be NULL, if this is /not/ 2nd-phase ADL. */
1624 bitmap inst_path = NULL; local
1626 bitmap visible = visible_instantiation_path (&inst_path);
1645 if (!inst_path)
1663 if (!bitmap_bit_p (inst_path, module))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 1618 /* INST_PATH will be NULL, if this is /not/ 2nd-phase ADL. */
1619 bitmap inst_path = NULL; local
1621 bitmap visible = visible_instantiation_path (&inst_path);
1640 if (!inst_path)
1658 if (!bitmap_bit_p (inst_path, module))

Completed in 40 milliseconds