Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DConfig.h175 static bool IsVisitorPtrType(const clang::QualType& formal_type) { in IsVisitorPtrType() argument
176 if (!formal_type->isPointerType()) in IsVisitorPtrType()
180 formal_type->getPointeeType()->getAsCXXRecordDecl(); in IsVisitorPtrType()
190 static bool IsVisitorDispatcherType(const clang::QualType& formal_type) { in IsVisitorDispatcherType() argument
193 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() local
225 if (!IsVisitorPtrType(formal_type)) { in GetTraceMethodType()
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp352 fix_parameter(void *mem_ctx, ir_rvalue *actual, const glsl_type *formal_type, in fix_parameter() argument
361 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()