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

  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 2321 /* KLASS is a class that we're applying may_alias to after the body is
2353 bool may_alias = lookup_attribute ("may_alias", attrs);
2356 if (may_alias)
2373 if (may_alias)
2350 bool may_alias = lookup_attribute ("may_alias", attrs); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 2095 /* KLASS is a class that we're applying may_alias to after the body is
2127 bool may_alias = lookup_attribute ("may_alias", attrs);
2130 if (may_alias)
2147 if (may_alias)
2124 bool may_alias = lookup_attribute ("may_alias", attrs); local

Completed in 38 milliseconds