Searched refs:BlockCall (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 573 class BlockCall : public CallEvent { 577 BlockCall(const CallExpr *CE, ProgramStateRef St, const LocationContext *LCtx, in BlockCall() function 580 BlockCall(const BlockCall &Other) = default; 582 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 876 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion() 883 ArrayRef<ParmVarDecl*> BlockCall::parameters() const { in parameters() 890 void BlockCall::getExtraInvalidatedValues(ValueList &Values, in getExtraInvalidatedValues() 897 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx, in getInitialStackFrameContents() 1416 return create<BlockCall>(CE, State, LCtx, ElemRef); in getSimpleCall()
|
| H A D | ExprEngineCallAndReturn.cpp | 539 !cast<BlockCall>(Call).isConversionFromLambda()) { in inlineCall() 540 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in inlineCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CallAndMessageChecker.cpp | 431 assert(isa<BlockCall>(Call)); in checkParameterCount()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4740 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer() local 4741 ReplaceStmt(S, BlockCall); in RewriteFunctionBodyOrGlobalInitializer() 4742 return BlockCall; in RewriteFunctionBodyOrGlobalInitializer()
|
| H A D | RewriteModernObjC.cpp | 5636 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer() local 5637 ReplaceStmt(S, BlockCall); in RewriteFunctionBodyOrGlobalInitializer() 5638 return BlockCall; in RewriteFunctionBodyOrGlobalInitializer()
|