Home
last modified time | relevance | path

Searched refs:BitIntCandidates (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8839 llvm::SmallSetVector<CanQualType, 2> BitIntCandidates; in InitArithmeticTypes() local
8840 llvm::for_each(CandidateTypes, [&BitIntCandidates]( in InitArithmeticTypes()
8843 BitIntCandidates.insert(CanQualType::CreateUnsafe(BitTy)); in InitArithmeticTypes()
8845 llvm::move(BitIntCandidates, std::back_inserter(ArithmeticTypes)); in InitArithmeticTypes()
8869 assert(ArithmeticTypes.size() - BitIntCandidates.size() <= in InitArithmeticTypes()