Home
last modified time | relevance | path

Searched refs:InTypeVec (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_foreach.h42 typedef llvm::SmallVectorImpl<const RSExportType*> InTypeVec; typedef
45 typedef InTypeVec::const_iterator InTypeIter;
139 inline const InTypeVec& getInTypes() const { in getInTypes()
H A Dslang_rs_export_reduce.h37 typedef llvm::SmallVectorImpl<const RSExportType*> InTypeVec; typedef
40 typedef InTypeVec::const_iterator InTypeIter;
156 const InTypeVec &getAccumulatorInTypes() const { return mAccumulatorInTypes; } in getAccumulatorInTypes()
H A Dslang_rs_reflection_cpp.cpp197 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genTypeInstancesUsedInForEach()
352 const RSExportForEach::InTypeVec &InTypes = ef->getInTypes(); in genExportForEachBodies()
H A Dslang_rs_reflection.cpp681 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genScriptClassConstructor()
707 const RSExportReduce::InTypeVec &InTypes = ER->getAccumulatorInTypes(); in genScriptClassConstructor()
1029 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genExportForEach()