Searched refs:build_cp_library_fn (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c103 static tree build_cp_library_fn (tree, enum tree_code, tree);
3524 build_cp_library_fn (tree name, enum tree_code operator_code, tree type)
3542 /* Like build_cp_library_fn, but takes a C string instead of an
3548 return build_cp_library_fn (get_identifier (name), ERROR_MARK, type);
3562 /* Like build_cp_library_fn, but also pushes the function so that it
3568 tree fn = build_cp_library_fn (ansi_opname (operator_code),
3515 build_cp_library_fn (tree name, enum tree_code operator_code, tree type) function

Completed in 105 milliseconds