Searched refs:reftype (Results 1 – 5 of 5) sorted by relevance
1282 int arg, reftype; in compiler_make_closure() local1290 reftype = get_ref_type(c, name); in compiler_make_closure()1291 if (reftype == CELL) in compiler_make_closure()1300 reftype, arg, in compiler_make_closure()
1617 int arg, reftype; in compiler_make_closure() local1625 reftype = get_ref_type(c, name); in compiler_make_closure()1626 if (reftype == CELL) in compiler_make_closure()1636 reftype, arg, in compiler_make_closure()
574 typedef T& reftype; typedef609 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
388 // 3. need to co-locate with reftype input(s) which are from CPU.
2926 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local2927 type = reftype->getPointeeType(); in BuildDeclarationNameExpr()