Home
last modified time | relevance | path

Searched refs:reftype (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c1282 int arg, reftype; in compiler_make_closure() local
1290 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()
/external/python/cpython3/Python/
Dcompile.c1617 int arg, reftype; in compiler_make_closure() local
1625 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()
/external/clang/test/SemaCXX/
Dtype-traits.cpp574 typedef T& reftype; typedef
609 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto388 // 3. need to co-locate with reftype input(s) which are from CPU.
/external/clang/lib/Sema/
DSemaExpr.cpp2926 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local
2927 type = reftype->getPointeeType(); in BuildDeclarationNameExpr()