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

/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull))
H A DSemaOverload.cpp1989 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull
2641 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) ==
2712 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull
H A DSemaExpr.cpp481 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) &&
5398 Expr::NPC_ValueDependentIsNotNull);
5405 Expr::NPC_ValueDependentIsNotNull);
7766 Expr::NPC_ValueDependentIsNotNull))
H A DSemaExprObjC.cpp2859 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull))
H A DSemaChecking.cpp2025 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull))
5976 if ((E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)
8124 Expr::NPC_ValueDependentIsNotNull)) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp648 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)
H A DMacOSKeychainAPIChecker.cpp381 Expr::NPC_ValueDependentIsNotNull)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp294 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull))
/external/clang/include/clang/AST/
H A DExpr.h659 NPC_ValueDependentIsNotNull enumerator in enum:clang::Expr::NullPointerConstantValueDependence
/external/clang/lib/AST/
H A DExpr.cpp3112 case NPC_ValueDependentIsNotNull:

Completed in 8443 milliseconds