Searched defs:ValidTypes (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp7520 llvm::SmallPtrSetImpl<const Type *> &ValidTypes) {
7525 if (ValidTypes.count(PT.getTypePtr()))
7561 ValidTypes.insert(PT.getTypePtr());
7587 ValidTypes.insert(Hist->getType().getTypePtr());
7608 if (ValidTypes.count(QT.getTypePtr()))
8580 llvm::SmallPtrSet<const Type *, 16> ValidTypes; local
8582 checkIsValidOpenCLKernelParameter(*this, D, Param, ValidTypes);
7516 checkIsValidOpenCLKernelParameter( Sema &S, Declarator &D, ParmVarDecl *Param, llvm::SmallPtrSetImpl<const Type *> &ValidTypes) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12600 bool ValidTypes = SourceType != MVT::Other && local
12606 if (!ValidTypes)

Completed in 176 milliseconds