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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 6010 tree npscope = scope;
6012 npscope = PACK_EXPANSION_PATTERN (scope);
6014 if (!MAYBE_CLASS_TYPE_P (npscope))
6016 error ("%qT is not a class, namespace, or enumeration", npscope);
6021 if (lookup.name == TYPE_IDENTIFIER (npscope)
6022 || constructor_name_p (lookup.name, npscope))
6027 npscope);
6007 tree npscope = scope; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 5594 tree npscope = scope;
5596 npscope = PACK_EXPANSION_PATTERN (scope);
5598 if (!MAYBE_CLASS_TYPE_P (npscope))
5600 error ("%qT is not a class, namespace, or enumeration", npscope);
5605 if (lookup.name == TYPE_IDENTIFIER (npscope)
5606 || constructor_name_p (lookup.name, npscope))
5611 npscope);
5591 tree npscope = scope; local

Completed in 32 milliseconds