Searched refs:typeptr (Results 1 – 1 of 1) sorted by relevance
247 if (typeptr == 0 || *typeptr == 0) /* We'll need to allocate one. */ in make_pointer_type()250 if (typeptr) in make_pointer_type()251 *typeptr = ntype; in make_pointer_type()314 if (typeptr == 0 || *typeptr == 0) /* We'll need to allocate one. */ in make_reference_type()317 if (typeptr) in make_reference_type()318 *typeptr = ntype; in make_reference_type()363 if (typeptr == 0 || *typeptr == 0) /* We'll need to allocate one. */ in make_function_type()366 if (typeptr) in make_function_type()367 *typeptr = ntype; in make_function_type()525 if (typeptr && *typeptr != NULL) in make_cv_type()[all …]