Searched defs:InTypeVec (Results 1 - 2 of 2) 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; }

Completed in 20 milliseconds