Home
last modified time | relevance | path

Searched defs: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()
190 static bool IsVisitorDispatcherType(const clang::QualType& formal_type) { in IsVisitorDispatcherType()
224 const clang::QualType& formal_type = method->getParamDecl(0)->getType(); in GetTraceMethodType() local
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp352 fix_parameter(void *mem_ctx, ir_rvalue *actual, const glsl_type *formal_type, in fix_parameter()