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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 5724 tree type_binding;
5731 type_binding = lookup_member (class_type, name,
5741 if (type_binding || value_binding)
5745 type_binding,
5721 tree type_binding; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 5308 tree type_binding;
5315 type_binding = lookup_member (class_type, name,
5325 if (type_binding || value_binding)
5329 type_binding,
5305 tree type_binding; local

Completed in 33 milliseconds