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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 103 static tree build_cp_library_fn (tree, enum tree_code, tree, int);
5414 build_cp_library_fn (tree name, enum tree_code operator_code, tree type,
5432 /* Like build_cp_library_fn, but takes a C string instead of an
5438 return build_cp_library_fn (get_identifier (name), ERROR_MARK, type,
5456 /* Like build_cp_library_fn, but also pushes the function so that it
5463 tree fn = build_cp_library_fn (ovl_op_identifier (false, operator_code),
5405 build_cp_library_fn (tree name, enum tree_code operator_code, tree type, function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 103 static tree build_cp_library_fn (tree, enum tree_code, tree, int);
5087 build_cp_library_fn (tree name, enum tree_code operator_code, tree type,
5105 /* Like build_cp_library_fn, but takes a C string instead of an
5111 return build_cp_library_fn (get_identifier (name), ERROR_MARK, type,
5129 /* Like build_cp_library_fn, but also pushes the function so that it
5136 tree fn = build_cp_library_fn (ovl_op_identifier (false, operator_code),
5078 build_cp_library_fn (tree name, enum tree_code operator_code, tree type, function

Completed in 34 milliseconds