Home
last modified time | relevance | path

Searched refs:HasRSObjectType (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h36 bool HasRSObjectType(const clang::Type *T);
Dslang_rs_export_reduce.cpp363HasRSObjectType(S.FnAccumulatorParamFirstTy->getPointeeType().getCanonicalType().getTypePtr())) { in analyzeAccumulator()
411 } else if (HasRSObjectType(ParamType)) { in analyzeAccumulator()
706 } else if (HasRSObjectType(PointeeQType.getTypePtr())) { in analyzeResultType()
Dslang_rs_object_ref_count.cpp1637 bool HasRSObjectType(const clang::Type *T) { in HasRSObjectType() function