Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c21257 static int deduction_depth; in fn_type_unification() local
21294 ++deduction_depth; in fn_type_unification()
21569 --deduction_depth; in fn_type_unification()
21572 if (deduction_depth == 0) in fn_type_unification()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc22073 static int deduction_depth; in fn_type_unification() local
22110 ++deduction_depth; in fn_type_unification()
22405 --deduction_depth; in fn_type_unification()
22408 if (deduction_depth == 0) in fn_type_unification()