Searched refs:reftype (Results 1 – 7 of 7) 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()
1913 int arg, reftype; in compiler_make_closure() local1921 reftype = get_ref_type(c, name); in compiler_make_closure()1922 if (reftype == CELL) in compiler_make_closure()1932 reftype, arg, in compiler_make_closure()
574 typedef T& reftype; typedef609 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
706 typedef T& reftype; typedef741 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
457 // 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()
3294 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local3295 type = reftype->getPointeeType(); in BuildDeclarationNameExpr()