Searched refs:typeptr (Results 1 – 1 of 1) sorted by relevance
242 if (typeptr == 0 || *typeptr == 0) /* We'll need to allocate one. */ in make_pointer_type()245 if (typeptr) in make_pointer_type()246 *typeptr = ntype; in make_pointer_type()309 if (typeptr == 0 || *typeptr == 0) /* We'll need to allocate one. */ in make_reference_type()312 if (typeptr) in make_reference_type()313 *typeptr = ntype; in make_reference_type()358 if (typeptr == 0 || *typeptr == 0) /* We'll need to allocate one. */ in make_function_type()361 if (typeptr) in make_function_type()362 *typeptr = ntype; in make_function_type()524 if (typeptr && *typeptr != NULL) in make_cvr_type()[all …]