HomeSort by relevance Sort by last modified time
    Searched refs:BlockExpr (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 21 class BlockExpr;
94 const Decl *D, const BlockExpr *blkExpr);
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 29 : public Checker< check::PostStmt<BlockExpr> > {
33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
55 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE,
ObjCUnusedIVarsChecker.cpp 46 if (const BlockExpr *BE = dyn_cast<BlockExpr>(S)) {
MallocChecker.cpp 154 check::PostStmt<BlockExpr>,
184 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
    [all...]
  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 42 void VisitBlockExpr(BlockExpr *E) { }
ASTContext.h 51 class BlockExpr;
    [all...]
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 212 const BlockExpr *B = cast<BlockExpr>(Head);
CallGraph.cpp 47 if (BlockExpr *Block = dyn_cast<BlockExpr>(CEE)) {
LiveVariables.cpp 208 void VisitBlockExpr(BlockExpr *BE);
359 void TransferFunctions::VisitBlockExpr(BlockExpr *BE) {
UninitializedValues.cpp 452 void VisitBlockExpr(BlockExpr *be);
633 void TransferFunctions::VisitBlockExpr(BlockExpr *be) {
AnalysisDeclContext.cpp 483 void VisitBlockExpr(BlockExpr *BR) {
  /external/clang/lib/CodeGen/
CGBlocks.h 211 const BlockExpr *BlockExpression;
244 const BlockExpr *getBlockExpr() const {
CGDecl.cpp 535 if (const BlockExpr *be = dyn_cast<BlockExpr>(e)) {
    [all...]
CodeGenModule.h 59 class BlockExpr;
749 llvm::Constant *GetAddrOfGlobalBlock(const BlockExpr *BE, const char *);
    [all...]
CodeGenPGO.cpp 280 bool TraverseBlockExpr(BlockExpr *BE) { return true; }
    [all...]
CGBlocks.cpp 668 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) {
671 if (!blockExpr->getBlockDecl()->hasCaptures()) {
672 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName());
674 blockInfo.BlockExpression = blockExpr;
681 blockExpr->getBlockDecl()));
683 blockInfo->BlockExpression = blockExpr;
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 145 bool TraverseBlockExpr(BlockExpr *block) { return true; }
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 130 SmallVector<BlockExpr *, 32> Blocks;
146 llvm::DenseMap<BlockExpr *, std::string> RewrittenBlockExprs;
480 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
482 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
484 std::string SynthesizeBlockImpl(BlockExpr *CE,
494 Stmt *SynthBlockInitExpr(BlockExpr *Exp,
505 void CollectBlockDeclRefInfo(BlockExpr *Exp);
    [all...]
RewriteObjC.cpp 122 SmallVector<BlockExpr *, 32> Blocks;
137 llvm::DenseMap<BlockExpr *, std::string> RewrittenBlockExprs;
384 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
386 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
388 std::string SynthesizeBlockImpl(BlockExpr *CE,
398 Stmt *SynthBlockInitExpr(BlockExpr *Exp,
410 void CollectBlockDeclRefInfo(BlockExpr *Exp);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 332 void VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred,
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 501 const BlockExpr *blkExpr,
873 const BlockExpr *BE = cast<BlockExpr>(Use.getUser());
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 326 void VisitBlockExpr(const BlockExpr *Node);
    [all...]
Expr.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 544 VISIT(BlockExpr);
608 IGNORE_EXPR(BlockExpr);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred,
    [all...]

Completed in 617 milliseconds

1 2