HomeSort by: relevance | last modified time | path
    Searched refs:NPC_ValueDependentIsNotNull (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaFixItUtils.cpp 102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull))
SemaChecking.cpp 1039 Expr::NPC_ValueDependentIsNotNull) &&
1050 Expr::NPC_ValueDependentIsNotNull) &&
6868 Context, Expr::NPC_ValueDependentIsNotNull); };
7286 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull))
12034 E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull);
15870 Expr::NPC_ValueDependentIsNotNull)) {
SemaExpr.cpp 538 S.Context, Expr::NPC_ValueDependentIsNotNull) &&
7725 Expr::NPC_ValueDependentIsNotNull);
7732 Expr::NPC_ValueDependentIsNotNull);
10666 Context, Expr::NPC_ValueDependentIsNotNull)) {
10755 Expr::NPC_ValueDependentIsNotNull)) {
11239 Expr::NPC_ValueDependentIsNotNull))
11651 Expr::NPC_ValueDependentIsNotNull) ==
SemaExprObjC.cpp 3568 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull))
SemaOverload.cpp 2332 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull
2997 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) ==
3082 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull
SemaInit.cpp 7925 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 644 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)
MacOSKeychainAPIChecker.cpp 357 Expr::NPC_ValueDependentIsNotNull)) {
  /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/lib/AST/
Expr.cpp 2091 ->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull))
3693 case NPC_ValueDependentIsNotNull:
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 780 NPC_ValueDependentIsNotNull
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 4344 Expr::NPC_ValueDependentIsNotNull)) {
CGBuiltin.cpp 4811 getContext(), Expr::NPC_ValueDependentIsNotNull)) {
4822 getContext(), Expr::NPC_ValueDependentIsNotNull)) {

Completed in 124 milliseconds