HomeSort by relevance Sort by last modified time
    Searched refs:formal_type (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
macro.h 36 enum formal_type enum
51 enum formal_type type; /* The kind of the formal. */
  /external/v8/tools/clang/blink_gc_plugin/
Config.h 183 static bool IsVisitorPtrType(const clang::QualType& formal_type) {
184 if (!formal_type->isPointerType())
188 formal_type->getPointeeType()->getAsCXXRecordDecl();
198 static bool IsVisitorDispatcherType(const clang::QualType& formal_type) {
201 formal_type.getTypePtr())) {
208 formal_type.getTypePtr())) {
215 return IsVisitorPtrType(formal_type);
235 const clang::QualType& formal_type = method->getParamDecl(0)->getType(); local
237 if (!IsVisitorDispatcherType(formal_type))
239 } else if (!IsVisitorPtrType(formal_type)) {
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_function.cpp 337 fix_parameter(void *mem_ctx, ir_rvalue *actual, const glsl_type *formal_type,
346 if (formal_type == actual->type
372 new(mem_ctx) ir_variable(formal_type, "inout_tmp", ir_var_temporary);
385 assert (actual->type == formal_type);
406 if (actual->type != formal_type)
    [all...]

Completed in 170 milliseconds