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

  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 183 static inline bool is_std_substitution (const tree,
414 We need to do that so is_std_substitution can do proper
485 is_std_substitution (const tree node, function
566 if (!is_std_substitution (node, index))
640 && is_std_substitution (decl, SUBID_ALLOCATOR)
645 else if (decl && is_std_substitution (decl, SUBID_BASIC_STRING))
688 if (is_std_substitution (decl, SUBID_BASIC_ISTREAM))
691 else if (is_std_substitution (decl, SUBID_BASIC_OSTREAM))
694 else if (is_std_substitution (decl, SUBID_BASIC_IOSTREAM))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 183 static inline bool is_std_substitution (const tree,
403 We need to do that so is_std_substitution can do proper
474 is_std_substitution (const tree node, function
545 if (!is_std_substitution (node, index))
619 && is_std_substitution (decl, SUBID_ALLOCATOR)
624 else if (decl && is_std_substitution (decl, SUBID_BASIC_STRING))
667 if (is_std_substitution (decl, SUBID_BASIC_ISTREAM))
670 else if (is_std_substitution (decl, SUBID_BASIC_OSTREAM))
673 else if (is_std_substitution (decl, SUBID_BASIC_IOSTREAM))

Completed in 32 milliseconds