Searched refs:reftype (Results 1 – 7 of 7) sorted by relevance
491 my $reftype = reftype($_[1]) || '';492 if ($reftype eq 'HASH') {495 elsif ($reftype eq 'ARRAY') {1343 *JSON::PP::reftype = \&Scalar::Util::reftype;1362 *JSON::PP::reftype = sub {
1620 int reftype = buffer.readInt(); in unflatten() local1621 if (buffer.validate((SERIALIZE_PIXELTYPE_REF_DATA == reftype) || in unflatten()1622 (SERIALIZE_PIXELTYPE_NONE == reftype))) { in unflatten()1623 switch (reftype) { in unflatten()
508 typedef T& reftype; typedef543 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
2642 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local2643 type = reftype->getPointeeType(); in BuildDeclarationNameExpr()