Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp8005 QualType NonNullType = LHSNull ? RHS.get()->getType() : LHS.get()->getType(); in checkArithmeticNull() local
8009 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()
8010 NonNullType->isMemberPointerType() || NonNullType->isFunctionType()) in checkArithmeticNull()
8024 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()
8025 NonNullType->canDecayToPointerType()) in checkArithmeticNull()
8029 << LHSNull /* LHS is NULL */ << NonNullType in checkArithmeticNull()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10088 QualType NonNullType = LHSNull ? RHS.get()->getType() : LHS.get()->getType(); in checkArithmeticNull() local
10092 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()
10093 NonNullType->isMemberPointerType() || NonNullType->isFunctionType()) in checkArithmeticNull()
10107 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()
10108 NonNullType->canDecayToPointerType()) in checkArithmeticNull()
10112 << LHSNull /* LHS is NULL */ << NonNullType in checkArithmeticNull()
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...