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

/frameworks/compile/slang/
H A Dslang_rs_export_foreach.h43 typedef llvm::SmallVectorImpl<const RSExportType*> InTypeVec; typedef in class:slang::RSExportForEach
46 typedef InTypeVec::const_iterator InTypeIter;
129 inline const InTypeVec& getInTypes() const {
H A Dslang_rs_export_reduce.h37 typedef llvm::SmallVectorImpl<const RSExportType*> InTypeVec; typedef in class:slang::RSExportReduce
40 typedef InTypeVec::const_iterator InTypeIter;
156 const InTypeVec &getAccumulatorInTypes() const { return mAccumulatorInTypes; }
H A Dslang_rs_reflection_cpp.cpp195 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
350 const RSExportForEach::InTypeVec &InTypes = ef->getInTypes();
H A Dslang_rs_reflection.cpp543 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
569 const RSExportReduce::InTypeVec &InTypes = ER->getAccumulatorInTypes();
862 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();

Completed in 65 milliseconds