Searched refs:patch_stage (Results 1 – 3 of 3) sorted by relevance
8098 static int patch_stage; variable8239 patch_stage = JDEP_METHOD_RETURN;8240 register_incomplete_type (patch_stage, type_wfl, id, type);8256 if (patch_stage) /* includes ret type and/or all args */8261 if (patch_stage == JDEP_METHOD_RETURN)8524 patch_stage = JDEP_NO_PATCH;8592 patch_stage = JDEP_METHOD;8593 type = register_incomplete_type (patch_stage,
4533 static int patch_stage; variable4674 patch_stage = JDEP_METHOD_RETURN;4675 register_incomplete_type (patch_stage, type_wfl, id, type);4691 if (patch_stage) /* includes ret type and/or all args */4696 if (patch_stage == JDEP_METHOD_RETURN)4959 patch_stage = JDEP_NO_PATCH;5027 patch_stage = JDEP_METHOD;5028 type = register_incomplete_type (patch_stage,
13269 (patch_stage): Added comment around definition.13417 (patch_stage): New static global variable.13419 unresolved_type_p and obtain_incomplete_type. patch_stage used to