OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNullPointerConstant
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp
73
RHS->
isNullPointerConstant
(Ctx,
212
if (E->
isNullPointerConstant
(Pass.Ctx, Expr::NPC_ValueDependentIsNull))
TransUnbridgedCasts.cpp
104
if (castExpr->
isNullPointerConstant
(Pass.Ctx,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp
69
E->
isNullPointerConstant
(ASTC, Expr::NPC_ValueDependentIsNull));
DeadStoresChecker.cpp
344
if (RHS->
isNullPointerConstant
(Ctx, Expr::NPC_ValueDependentIsNull))
IvarInvalidationChecker.cpp
644
return (E->
isNullPointerConstant
(Ctx, Expr::NPC_ValueDependentIsNotNull)
MacOSKeychainAPIChecker.cpp
356
if (DeallocatorExpr->
isNullPointerConstant
(C.getASTContext(),
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaFixItUtils.cpp
102
isNullPointerConstant
(S.Context, Expr::NPC_ValueDependentIsNotNull))
SemaExpr.cpp
537
UO->getSubExpr()->IgnoreParenCasts()->
isNullPointerConstant
(
6030
if (ArgExpr->
isNullPointerConstant
(Context,
7176
if (Src.get()->
isNullPointerConstant
(Context,
7724
NullExpr->
isNullPointerConstant
(Context,
7731
NullExpr->
isNullPointerConstant
(Context,
7798
!NullExpr.get()->
isNullPointerConstant
(S.Context,
9470
if (RHS.get()->
isNullPointerConstant
(Context,
9571
RHS.get()->
isNullPointerConstant
(Context,
9585
if (LHSType->isQueueT() && RHS.get()->
isNullPointerConstant
(
10182
// The canonical way to check for a GNU null is with
isNullPointerConstant
,
[
all
...]
SemaExprCXX.cpp
740
if (E->
isNullPointerConstant
(Context, Expr::NPC_ValueDependentIsNull)) {
6532
E2->
isNullPointerConstant
(Context, Expr::NPC_ValueDependentIsNull)) {
6540
E1->
isNullPointerConstant
(Context, Expr::NPC_ValueDependentIsNull)) {
SemaChecking.cpp
1038
if (!Arg4->
isNullPointerConstant
(S.Context,
1049
if (!Arg5->
isNullPointerConstant
(S.Context,
6867
return E->
isNullPointerConstant
(
7286
if (E->
isNullPointerConstant
(S.Context, Expr::NPC_ValueDependentIsNotNull))
12034
E->
isNullPointerConstant
(S.Context, Expr::NPC_ValueDependentIsNotNull);
15869
if (!ArgumentExpr->
isNullPointerConstant
(Context,
SemaExprObjC.cpp
2920
bool IsNull = Receiver->
isNullPointerConstant
(Context,
3568
if (e->
isNullPointerConstant
(Context, Expr::NPC_ValueDependentIsNotNull))
SemaOverload.cpp
2331
return Expr->
isNullPointerConstant
(Context,
2997
From->
isNullPointerConstant
(Context, Expr::NPC_ValueDependentIsNotNull) ==
3061
if (From->
isNullPointerConstant
(Context, Expr::NPC_ValueDependentIsNull))
3081
if (From->
isNullPointerConstant
(Context,
3122
assert(From->
isNullPointerConstant
(Context,
SemaInit.cpp
5486
return (e->
isNullPointerConstant
(C, Expr::NPC_ValueDependentIsNull)
7925
isNullPointerConstant
(S.Context, Expr::NPC_ValueDependentIsNotNull)) {
SemaTemplate.cpp
6324
if (Arg->
isNullPointerConstant
(S.Context, Expr::NPC_NeverValueDependent)) {
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
2091
->
isNullPointerConstant
(Ctx, Expr::NPC_ValueDependentIsNotNull))
3671
///
isNullPointerConstant
- C99 6.3.2.3p3 - Return whether this is a null
3677
Expr::
isNullPointerConstant
(ASTContext &Ctx,
3718
return CE->getSubExpr()->
isNullPointerConstant
(Ctx, NPC);
3723
return ICE->getSubExpr()->
isNullPointerConstant
(Ctx, NPC);
3727
return PE->getSubExpr()->
isNullPointerConstant
(Ctx, NPC);
3732
return GE->getResultExpr()->
isNullPointerConstant
(Ctx, NPC);
3736
return CE->getChosenSubExpr()->
isNullPointerConstant
(Ctx, NPC);
3740
return DefaultArg->getExpr()->
isNullPointerConstant
(Ctx, NPC);
3744
return DefaultInit->getExpr()->
isNullPointerConstant
(Ctx, NPC)
[
all
...]
ASTContext.cpp
2788
E->IgnoreParenCasts()->
isNullPointerConstant
(*this,
ExprConstant.cpp
11997
E->getArg(1)->
isNullPointerConstant
(Info.Ctx,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp
378
if (E->
isNullPointerConstant
(Ctx, Expr::NPC_ValueDependentIsNotNull))
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
746
/// returned from \c
isNullPointerConstant
().
768
/// Enumeration used to describe how \c
isNullPointerConstant
()
783
///
isNullPointerConstant
- C99 6.3.2.3p3 - Test if this reduces down to
786
NullPointerConstantKind
isNullPointerConstant
(
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp
4343
Arg->
isNullPointerConstant
(getContext(),
CGBuiltin.cpp
4810
if (E->getArg(4)->
isNullPointerConstant
(
4821
if (E->getArg(5)->
isNullPointerConstant
(
Completed in 127 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026