Searched refs:formal_type (Results 1 – 2 of 2) sorted by relevance
175 static bool IsVisitorPtrType(const clang::QualType& formal_type) { in IsVisitorPtrType() argument176 if (!formal_type->isPointerType()) in IsVisitorPtrType()180 formal_type->getPointeeType()->getAsCXXRecordDecl(); in IsVisitorPtrType()190 static bool IsVisitorDispatcherType(const clang::QualType& formal_type) { in IsVisitorDispatcherType() argument193 formal_type.getTypePtr())) { in IsVisitorDispatcherType()200 formal_type.getTypePtr())) { in IsVisitorDispatcherType()207 return IsVisitorPtrType(formal_type); in IsVisitorDispatcherType()224 const clang::QualType& formal_type = method->getParamDecl(0)->getType(); in GetTraceMethodType() local225 if (!IsVisitorPtrType(formal_type)) { in GetTraceMethodType()
352 fix_parameter(void *mem_ctx, ir_rvalue *actual, const glsl_type *formal_type, in fix_parameter() argument361 if (formal_type == actual->type in fix_parameter()387 new(mem_ctx) ir_variable(formal_type, "inout_tmp", ir_var_temporary); in fix_parameter()400 assert (actual->type == formal_type); in fix_parameter()421 if (actual->type != formal_type) in fix_parameter()