HomeSort by relevance Sort by last modified time
    Searched defs:InTypeVec (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_export_foreach.h 42 typedef llvm::SmallVectorImpl<const RSExportType*> InTypeVec;
45 typedef InTypeVec::const_iterator InTypeIter;
139 inline const InTypeVec& getInTypes() const {
slang_rs_export_reduce.h 37 typedef llvm::SmallVectorImpl<const RSExportType*> InTypeVec;
40 typedef InTypeVec::const_iterator InTypeIter;
156 const InTypeVec &getAccumulatorInTypes() const { return mAccumulatorInTypes; }

Completed in 424 milliseconds