Home
last modified time | relevance | path

Searched refs:insert_p (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dclass.c910 bool insert_p = false; in add_method() local
960 insert_p = true; in add_method()
971 insert_p = false; in add_method()
978 insert_p = false; in add_method()
987 current_fns = insert_p ? NULL_TREE : VEC_index (tree, method_vec, slot); in add_method()
1090 if (insert_p) in add_method()