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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp47 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
82 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
111 if (TypeExportableHelper(ElementType, SPS, DiagEngine, VD,
120 llvm::SmallPtrSet<clang::Type const *, 8> &SPS,
129 if (SPS.count(T))
186 SPS.insert(T);
197 if (!TypeExportableHelper(FT, SPS, DiagEngine, VD, TopLevelRecord)) {
237 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
254 (TypeExportableHelper(ElementType, SPS, DiagEngine, VD,
264 return ConstantArrayTypeExportableHelper(CAT, SPS, DiagEngin
80 ConstantArrayTypeExportableHelper( const clang::ConstantArrayType *CAT, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, clang::DiagnosticsEngine *DiagEngine, const clang::VarDecl *VD, const clang::RecordDecl *TopLevelRecord) argument
118 TypeExportableHelper( clang::Type const *T, llvm::SmallPtrSet<clang::Type const *, 8> &SPS, clang::DiagnosticsEngine *DiagEngine, clang::VarDecl const *VD, clang::RecordDecl const *TopLevelRecord) argument
283 llvm::SmallPtrSet<const clang::Type*, 8> SPS = local
289 ValidateVarDeclHelper( clang::VarDecl *VD, const clang::Type *&T, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, clang::RecordDecl *UnionDecl) argument
427 llvm::SmallPtrSet<const clang::Type*, 8> SPS = local
[all...]

Completed in 38 milliseconds