/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | ErrorTest.cpp | 85 static Error handleCustomError(const CustomError &CE) { return Error(); } in handleCustomError() 87 static void handleCustomErrorVoid(const CustomError &CE) {} in handleCustomErrorVoid() 89 static Error handleCustomErrorUP(std::unique_ptr<CustomError> CE) { in handleCustomErrorUP() 93 static void handleCustomErrorUPVoid(std::unique_ptr<CustomError> CE) {} in handleCustomErrorUPVoid() 172 handleAllErrors(make_error<CustomError>(42), [&](const CustomError &CE) { in TEST() 194 handleAllErrors(make_error<CustomError>(42), [](const CustomError &CE) {}); in TEST() 198 [](const CustomError &CE) mutable { return Error::success(); }); in TEST() 201 [](const CustomError &CE) mutable {}); in TEST() 204 [](CustomError &CE) { return Error::success(); }); in TEST() 206 handleAllErrors(make_error<CustomError>(42), [](CustomError &CE) {}); in TEST() [all …]
|
/aosp_15_r20/external/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 683 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm())) in isARMBranchTarget() local 692 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm())) in isThumbBranchTarget() local 703 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) { in isUnsignedOffset() local 717 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) { in isSignedOffset() local 735 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val); in isThumbMemPC() local 749 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isFPImm() local 756 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isFBits16() local 763 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isFBits32() local 770 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImm8s4() local 777 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImm0_1020s4() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 1048 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm())) in isARMBranchTarget() local 1057 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm())) in isThumbBranchTarget() local 1068 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) { in isUnsignedOffset() local 1083 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) { in isSignedOffset() local 1098 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) { in isLEOffset() local 1113 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val); in isThumbMemPC() local 1120 if (const auto *CE = dyn_cast<MCConstantExpr>(Memory.OffsetImm)) in isThumbMemPC() local 1131 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isFPImm() local 1140 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmediate() local 1149 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmediateS4() local [all …]
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 275 void GenericTaintChecker::checkPreStmt(const CallExpr *CE, in checkPreStmt() 285 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() 292 void GenericTaintChecker::addSourcesPre(const CallExpr *CE, in addSourcesPre() 327 bool GenericTaintChecker::propagateFromPre(const CallExpr *CE, in propagateFromPre() 368 void GenericTaintChecker::addSourcesPost(const CallExpr *CE, in addSourcesPost() 404 bool GenericTaintChecker::checkPre(const CallExpr *CE, CheckerContext &C) const{ in checkPre() argument 445 GenericTaintChecker::TaintPropagationRule::process(const CallExpr *CE, in process() 515 ProgramStateRef GenericTaintChecker::preFscanf(const CallExpr *CE, in preFscanf() 534 ProgramStateRef GenericTaintChecker::postSocket(const CallExpr *CE, in postSocket() 550 ProgramStateRef GenericTaintChecker::postScanf(const CallExpr *CE, in postScanf() [all …]
|
H A D | CheckSecuritySyntaxOnly.cpp | 116 void WalkAST::VisitCallExpr(CallExpr *CE) { in VisitCallExpr() 166 if (CallExpr *CE = dyn_cast<CallExpr>(Child)) in VisitCompoundStmt() local 306 void WalkAST::checkCall_gets(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_gets() 342 void WalkAST::checkCall_getpw(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_getpw() 382 void WalkAST::checkCall_mktemp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_mktemp() 424 void WalkAST::checkCall_mkstemp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_mkstemp() 507 void WalkAST::checkCall_strcpy(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_strcpy() 534 void WalkAST::checkCall_strcat(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_strcat() 558 bool WalkAST::checkCall_strCommon(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_strCommon() 589 void WalkAST::checkCall_rand(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_rand() [all …]
|
H A D | ExprInspectionChecker.cpp | 69 static const char *getArgumentValueString(const CallExpr *CE, in getArgumentValueString() 113 void ExprInspectionChecker::analyzerEval(const CallExpr *CE, in analyzerEval() 125 void ExprInspectionChecker::analyzerWarnIfReached(const CallExpr *CE, in analyzerWarnIfReached() 130 void ExprInspectionChecker::analyzerCheckInlined(const CallExpr *CE, in analyzerCheckInlined() 145 void ExprInspectionChecker::analyzerExplain(const CallExpr *CE, in analyzerExplain() 155 void ExprInspectionChecker::analyzerGetExtent(const CallExpr *CE, in analyzerGetExtent() 170 void ExprInspectionChecker::analyzerWarnOnDeadSymbol(const CallExpr *CE, in analyzerWarnOnDeadSymbol() 199 void ExprInspectionChecker::analyzerCrash(const CallExpr *CE, in analyzerCrash()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 972 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm())) in isARMBranchTarget() local 981 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm())) in isThumbBranchTarget() local 992 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) { in isUnsignedOffset() local 1007 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) { in isSignedOffset() local 1022 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) { in isLEOffset() local 1037 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val); in isThumbMemPC() local 1052 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isFPImm() local 1061 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmediate() local 1070 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmediateS4() local 1078 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmediateS2() local [all …]
|
/aosp_15_r20/external/clang/unittests/Tooling/ |
H A D | FixItTest.cpp | 38 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST() 49 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST() 59 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST() 70 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST() 84 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST() 104 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST() 119 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST() 146 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST() 162 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST() 192 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST() [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 69 ConstantExpr *CE = cast<ConstantExpr>(C); in isSimpleEnoughValueToCommitHelper() local 126 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(C)) { in isSimpleEnoughPointerToCommit() local 178 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(P)) in ComputeLoadResult() local 206 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Ptr)) { in EvaluateBlock() local 227 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Ptr)) { in EvaluateBlock() local 252 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Ptr)) in EvaluateBlock() local 327 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Ptr)) { in EvaluateBlock() local 515 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(InstResult)) in EvaluateBlock() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ConstantsContext.h | 58 static bool classof(const ConstantExpr *CE) { in classof() 85 static bool classof(const ConstantExpr *CE) { in classof() 111 static bool classof(const ConstantExpr *CE) { in classof() 138 static bool classof(const ConstantExpr *CE) { in classof() 166 static bool classof(const ConstantExpr *CE) { in classof() 202 static bool classof(const ConstantExpr *CE) { in classof() 235 static bool classof(const ConstantExpr *CE) { in classof() 263 static bool classof(const ConstantExpr *CE) { in classof()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 225 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy); in FoldBitCast() local 252 auto *CE = dyn_cast<ConstantExpr>(C); in IsConstantOffsetFromGlobal() local 396 if (auto *CE = dyn_cast<ConstantExpr>(C)) { in ReadDataFromGlobal() local 497 Constant *ConstantFoldLoadThroughBitcast(ConstantExpr *CE, Type *DestTy, in ConstantFoldLoadThroughBitcast() 556 auto *CE = dyn_cast<ConstantExpr>(C); in ConstantFoldLoadFromConstPtr() local 717 if (auto *CE = dyn_cast<ConstantExpr>(C)) { in CastGEPIndices() local 770 auto *CE = dyn_cast<ConstantExpr>(Ops[1]); in SymbolicallyEvaluateGEP() local 817 if (auto *CE = dyn_cast<ConstantExpr>(Ptr)) { in SymbolicallyEvaluateGEP() local 1042 ConstantFoldConstantExpressionImpl(const ConstantExpr *CE, const DataLayout &DL, in ConstantFoldConstantExpressionImpl() 1067 Constant *llvm::ConstantFoldConstantExpression(const ConstantExpr *CE, in ConstantFoldConstantExpression() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 214 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti16i8() local 228 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti32i8() local 242 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti64i8() local 256 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti64i32() local 269 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmUnsignedi4() local 278 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmUnsignedi8() local 488 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr)) in addExpr() local 553 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp())) in addAbsMemOperands() local 573 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp())) in addMemOffsOperands() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 84 ConstantExpr *CE = cast<ConstantExpr>(C); in isSimpleEnoughValueToCommitHelper() local 141 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(C)) { in isSimpleEnoughPointerToCommit() local 231 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(P)) { in ComputeLoadResult() local 275 auto *CE = dyn_cast<ConstantExpr>(V); in getCalleeWithFormalArgs() local 312 ConstantExpr *CE = dyn_cast<ConstantExpr>(CallExpr); in castCallResultIfNeeded() local 364 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Ptr)) { in EvaluateBlock() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 125 if (Constant *CE = foldConstVectorToAPInt(Result, DestTy, C, in FoldBitCast() local 273 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy); in FoldBitCast() local 300 auto *CE = dyn_cast<ConstantExpr>(C); in IsConstantOffsetFromGlobal() local 490 if (auto *CE = dyn_cast<ConstantExpr>(C)) { in ReadDataFromGlobal() local 606 Constant *ConstantFoldLoadThroughBitcastExpr(ConstantExpr *CE, Type *DestTy, in ConstantFoldLoadThroughBitcastExpr() 635 auto *CE = dyn_cast<ConstantExpr>(C); in ConstantFoldLoadFromConstPtr() local 852 auto *CE = dyn_cast<ConstantExpr>(Ops[1]); in SymbolicallyEvaluateGEP() local 902 if (auto *CE = dyn_cast<ConstantExpr>(Ptr)) { in SymbolicallyEvaluateGEP() local 1041 if (auto *CE = dyn_cast<ConstantExpr>(InstOrCE)) in ConstantFoldInstOperandsImpl() local 1106 if (auto *CE = dyn_cast<ConstantExpr>(C)) { in ConstantFoldConstantImpl() local [all …]
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 39 std::string threadSafety::getSourceLiteralString(const clang::Expr *CE) { in getSourceLiteralString() 109 } else if (const CXXMemberCallExpr *CE = in translateAttrExpr() local 115 } else if (const CallExpr *CE = dyn_cast<CallExpr>(DeclExp)) { in translateAttrExpr() local 118 } else if (const CXXConstructExpr *CE = in translateAttrExpr() local 188 if (auto *CE = dyn_cast_or_null<til::Cast>(E)) { in translateAttrExpr() local 260 if (const CastExpr *CE = dyn_cast<CastExpr>(S)) in translate() local 350 til::SExpr *SExprBuilder::translateCallExpr(const CallExpr *CE, in translateCallExpr() 536 til::SExpr *SExprBuilder::translateCastExpr(const CastExpr *CE, in translateCastExpr()
|
/aosp_15_r20/external/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 142 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti16i8() local 156 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti32i8() local 170 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti64i8() local 184 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti64i32() local 195 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmUnsignedi8() local 379 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr)) in addExpr() local 441 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp())) in addAbsMemOperands() local 460 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp())) in addMemOffsOperands() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 232 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti16i8() local 246 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti32i8() local 260 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti64i8() local 274 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti64i32() local 287 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmUnsignedi4() local 296 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmUnsignedi8() local 529 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr)) in addExpr() local 606 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp())) in addAbsMemOperands() local 626 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp())) in addMemOffsOperands() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 540 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() 578 BlockCall(const CallExpr *CE, ProgramStateRef St, const LocationContext *LCtx, in BlockCall() 679 CXXInstanceCall(const CallExpr *CE, ProgramStateRef St, in CXXInstanceCall() 733 CXXStaticOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXStaticOperatorCall() 791 CXXMemberCall(const CXXMemberCallExpr *CE, ProgramStateRef St, in CXXMemberCall() 805 if (const CallExpr *CE = getOriginExpr()) in getNumArgs() local 834 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() 994 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() 1052 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *CE, in CXXInheritedConstructorCall() 1181 static bool classof(const CallEvent *CE) { in classof() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | IgnoreExpr.h | 76 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreCastsSingleStep() local 94 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreLValueCastsSingleStep() local 102 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreBaseCastsSingleStep() local 164 else if (auto *CE = dyn_cast<ChooseExpr>(E)) { in IgnoreParensSingleStep() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | IgnoreExpr.h | 76 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreCastsSingleStep() local 94 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreLValueCastsSingleStep() local 102 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreBaseCastsSingleStep() local 164 else if (auto *CE = dyn_cast<ChooseExpr>(E)) { in IgnoreParensSingleStep() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | IgnoreExpr.h | 76 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreCastsSingleStep() local 94 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreLValueCastsSingleStep() local 102 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreBaseCastsSingleStep() local 164 else if (auto *CE = dyn_cast<ChooseExpr>(E)) { in IgnoreParensSingleStep() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | IgnoreExpr.h | 76 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreCastsSingleStep() local 94 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreLValueCastsSingleStep() local 102 if (auto *CE = dyn_cast<CastExpr>(E)) in IgnoreBaseCastsSingleStep() local 164 else if (auto *CE = dyn_cast<ChooseExpr>(E)) { in IgnoreParensSingleStep() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 539 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() 577 BlockCall(const CallExpr *CE, ProgramStateRef St, const LocationContext *LCtx, in BlockCall() 678 CXXInstanceCall(const CallExpr *CE, ProgramStateRef St, in CXXInstanceCall() 719 CXXMemberCall(const CXXMemberCallExpr *CE, ProgramStateRef St, in CXXMemberCall() 733 if (const CallExpr *CE = getOriginExpr()) in getNumArgs() local 762 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() 922 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() 980 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *CE, in CXXInheritedConstructorCall() 1109 static bool classof(const CallEvent *CE) { in classof() 1157 static bool classof(const CallEvent *CE) { in classof()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 539 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() 577 BlockCall(const CallExpr *CE, ProgramStateRef St, const LocationContext *LCtx, in BlockCall() 678 CXXInstanceCall(const CallExpr *CE, ProgramStateRef St, in CXXInstanceCall() 719 CXXMemberCall(const CXXMemberCallExpr *CE, ProgramStateRef St, in CXXMemberCall() 733 if (const CallExpr *CE = getOriginExpr()) in getNumArgs() local 762 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() 922 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() 980 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *CE, in CXXInheritedConstructorCall() 1109 static bool classof(const CallEvent *CE) { in classof() 1157 static bool classof(const CallEvent *CE) { in classof()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 539 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() 577 BlockCall(const CallExpr *CE, ProgramStateRef St, const LocationContext *LCtx, in BlockCall() 678 CXXInstanceCall(const CallExpr *CE, ProgramStateRef St, in CXXInstanceCall() 719 CXXMemberCall(const CXXMemberCallExpr *CE, ProgramStateRef St, in CXXMemberCall() 733 if (const CallExpr *CE = getOriginExpr()) in getNumArgs() local 762 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() 922 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() 980 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *CE, in CXXInheritedConstructorCall() 1109 static bool classof(const CallEvent *CE) { in classof() 1157 static bool classof(const CallEvent *CE) { in classof()
|