Searched refs:BlockCall (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 556 class BlockCall : public CallEvent { 560 BlockCall(const CallExpr *CE, ProgramStateRef St, in BlockCall() function 563 BlockCall(const BlockCall &Other) = default; 565 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 882 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion() 889 ArrayRef<ParmVarDecl*> BlockCall::parameters() const { in parameters() 896 void BlockCall::getExtraInvalidatedValues(ValueList &Values, in getExtraInvalidatedValues() 903 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx, in getInitialStackFrameContents() 1421 return create<BlockCall>(CE, State, LCtx); in getSimpleCall()
|
| H A D | ExprEngineCallAndReturn.cpp | 440 !cast<BlockCall>(Call).isConversionFromLambda()) { in REGISTER_MAP_WITH_PROGRAMSTATE() 441 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in REGISTER_MAP_WITH_PROGRAMSTATE()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CallAndMessageChecker.cpp | 432 assert(isa<BlockCall>(Call)); in checkParameterCount()
|
| /freebsd-13.1/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 | 5637 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer() local 5638 ReplaceStmt(S, BlockCall); in RewriteFunctionBodyOrGlobalInitializer() 5639 return BlockCall; in RewriteFunctionBodyOrGlobalInitializer()
|