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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 40 static cxx_binding *cxx_binding_make (tree value, tree type);
105 cxx_binding *binding = cxx_binding_make (NULL, NULL);
2542 cxx_binding_make (tree value, tree type) function
2577 cp_class_binding cb = {cxx_binding_make (value, type), name};
2594 binding = cxx_binding_make (decl, NULL_TREE);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 40 static cxx_binding *cxx_binding_make (tree value, tree type);
105 cxx_binding *binding = cxx_binding_make (NULL, NULL);
2392 cxx_binding_make (tree value, tree type) function
2427 cp_class_binding cb = {cxx_binding_make (value, type), name};
2444 binding = cxx_binding_make (decl, NULL_TREE);

Completed in 44 milliseconds