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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 524 bool process_binding (tree val_bind, tree type_bind);
767 name_lookup::process_binding (tree new_val, tree new_type) function in class:name_lookup
835 marker |= process_binding (new_val, new_type);
993 found |= process_binding (value, type);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 519 bool process_binding (tree val_bind, tree type_bind);
762 name_lookup::process_binding (tree new_val, tree new_type) function in class:name_lookup
830 marker |= process_binding (new_val, new_type);
988 found |= process_binding (value, type);

Completed in 37 milliseconds