HomeSort by relevance Sort by last modified time
    Searched refs:BlockExpr (Results 1 - 25 of 48) 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 165 check::PostStmt<BlockExpr>,
204 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
    [all...]
  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 42 void VisitBlockExpr(BlockExpr *E) { }
ASTContext.h 52 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 207 void VisitBlockExpr(BlockExpr *BE);
358 void TransferFunctions::VisitBlockExpr(BlockExpr *BE) {
UninitializedValues.cpp 511 void VisitBlockExpr(BlockExpr *be);
692 void TransferFunctions::VisitBlockExpr(BlockExpr *be) {
AnalysisDeclContext.cpp 490 void VisitBlockExpr(BlockExpr *BR) {
  /external/clang/lib/CodeGen/
CGBlocks.h 211 const BlockExpr *BlockExpression;
244 const BlockExpr *getBlockExpr() const {
CGDecl.cpp 573 if (const BlockExpr *be = dyn_cast<BlockExpr>(e)) {
    [all...]
CodeGenModule.h 60 class BlockExpr;
782 llvm::Constant *GetAddrOfGlobalBlock(const BlockExpr *BE, const char *);
    [all...]
CodeGenPGO.cpp 159 bool TraverseBlockExpr(BlockExpr *BE) { return true; }
CGBlocks.cpp 684 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) {
687 if (!blockExpr->getBlockDecl()->hasCaptures()) {
688 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName());
690 blockInfo.BlockExpression = blockExpr;
697 blockExpr->getBlockDecl()));
699 blockInfo->BlockExpression = blockExpr;
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 145 bool TraverseBlockExpr(BlockExpr *block) { return true; }
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 132 SmallVector<BlockExpr *, 32> Blocks;
148 llvm::DenseMap<BlockExpr *, std::string> RewrittenBlockExprs;
471 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
473 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
475 std::string SynthesizeBlockImpl(BlockExpr *CE,
485 Stmt *SynthBlockInitExpr(BlockExpr *Exp,
496 void CollectBlockDeclRefInfo(BlockExpr *Exp);
    [all...]
RewriteObjC.cpp 124 SmallVector<BlockExpr *, 32> Blocks;
139 llvm::DenseMap<BlockExpr *, std::string> RewrittenBlockExprs;
375 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
377 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
379 std::string SynthesizeBlockImpl(BlockExpr *CE,
389 Stmt *SynthBlockInitExpr(BlockExpr *Exp,
401 void CollectBlockDeclRefInfo(BlockExpr *Exp);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 503 const BlockExpr *blkExpr,
868 const BlockExpr *BE = cast<BlockExpr>(Use.getUser());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 341 void VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred,
  /external/clang/lib/AST/
ASTDumper.cpp 501 void VisitBlockExpr(const BlockExpr *Node);
    [all...]
Expr.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 539 VISIT(BlockExpr);
602 IGNORE_EXPR(BlockExpr);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred,
    [all...]

Completed in 526 milliseconds

1 2