Searched refs:NPC_ValueDependentIsNotNull (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenCL.cpp | 326 Expr::NPC_ValueDependentIsNotNull) && in checkBuiltinEnqueueKernel() 337 Expr::NPC_ValueDependentIsNotNull) && in checkBuiltinEnqueueKernel()
|
H A D | SemaFixItUtils.cpp | 102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
|
H A D | SemaARM.cpp | 136 Expr::NPC_ValueDependentIsNotNull); in BuiltinARMMemoryTaggingCall()
|
H A D | SemaExpr.cpp | 567 S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference() 7847 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 7854 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 10922 Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckAdditionOperands() 11039 Expr::NPC_ValueDependentIsNotNull)) { in CheckSubtractionOperands() 11086 Context, Expr::NPC_ValueDependentIsNotNull); in CheckSubtractionOperands() 11088 Context, Expr::NPC_ValueDependentIsNotNull); in CheckSubtractionOperands() 11599 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison() 12018 Expr::NPC_ValueDependentIsNotNull) == in CheckPtrComparisonWithNullChar()
|
H A D | SemaOverload.cpp | 2719 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion() 3319 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion() 3399 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
|
H A D | SemaExprObjC.cpp | 3575 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
|
H A D | SemaChecking.cpp | 5673 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr() 14061 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
|
H A D | SemaInit.cpp | 7418 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 2229 ->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in isNullPointerArithmeticExtension() 3957 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 2225 NPC_ValueDependentIsNotNull)) { in FixVarInitializerWithSpan()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 830 NPC_ValueDependentIsNotNull enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 4735 Expr::NPC_ValueDependentIsNotNull)) { in getVarArgType()
|
H A D | CGBuiltin.cpp | 5839 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr() 5851 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr()
|