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

  /frameworks/compile/slang/
slang_rs_export_type.cpp 84 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
120 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
149 if (TypeExportableHelper(ElementType, SPS, DiagEngine, VD,
159 llvm::SmallPtrSet<clang::Type const *, 8> &SPS,
167 if (SPS.count(T))
225 SPS.insert(T);
236 if (!TypeExportableHelper(FT, SPS, DiagEngine, VD, TopLevelRecord)) {
279 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
296 (TypeExportableHelper(ElementType, SPS, DiagEngine, VD,
306 return ConstantArrayTypeExportableHelper(CAT, SPS, DiagEngine, VD
    [all...]
  /external/chromium_org/media/mp4/
box_definitions.h 159 typedef std::vector<uint8> SPS;
162 std::vector<SPS> sps_list;

Completed in 94 milliseconds