Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7819 QualType lhptee, rhptee; in checkConditionalPointerCompatibility() local
7824 lhptee = LHSBTy->getPointeeType(); in checkConditionalPointerCompatibility()
7883 lhptee = S.Context.getQualifiedType(lhptee.getUnqualifiedType(), lhQual); in checkConditionalPointerCompatibility()
8843 const Type *lhptee, *rhptee; in checkPointerTypesForAssignment() local
8845 std::tie(lhptee, lhq) = in checkPointerTypesForAssignment()
8889 if (lhptee->isVoidType()) { in checkPointerTypesForAssignment()
8903 assert(lhptee->isFunctionType()); in checkPointerTypesForAssignment()
8914 if (lhptee->isCharType()) in checkPointerTypesForAssignment()
8940 std::tie(lhptee, lhq) = in checkPointerTypesForAssignment()
8958 if (lhptee == rhptee) in checkPointerTypesForAssignment()
[all …]