HomeSort by relevance Sort by last modified time
    Searched defs:Blocks (Results 226 - 233 of 233) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/
CFG.h 454 /// LoopTarget - Some blocks are used to represent the "loop edge" to
456 /// refer to the loop statement for such blocks (and be null otherwise).
519 /// CFG blocks.
526 /// control cannot technically ever proceed past this block. All such blocks
882 CFGBlock & front() { return *Blocks.front(); }
883 CFGBlock & back() { return *Blocks.back(); }
885 iterator begin() { return Blocks.begin(); }
886 iterator end() { return Blocks.end(); }
887 const_iterator begin() const { return Blocks.begin(); }
888 const_iterator end() const { return Blocks.end();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Comment.h 1098 ArrayRef<BlockContentComment *> Blocks;
1102 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
1104 Blocks(Blocks), ThisDeclInfo(D) {
1105 if (Blocks.empty())
1108 setSourceRange(SourceRange(Blocks.front()->getLocStart(),
1109 Blocks.back()->getLocEnd()));
1110 setLocation(Blocks.front()->getLocStart());
1118 return reinterpret_cast<child_iterator>(Blocks.begin());
1122 return reinterpret_cast<child_iterator>(Blocks.end());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
CFG.h 454 /// LoopTarget - Some blocks are used to represent the "loop edge" to
456 /// refer to the loop statement for such blocks (and be null otherwise).
519 /// CFG blocks.
526 /// control cannot technically ever proceed past this block. All such blocks
882 CFGBlock & front() { return *Blocks.front(); }
883 CFGBlock & back() { return *Blocks.back(); }
885 iterator begin() { return Blocks.begin(); }
886 iterator end() { return Blocks.end(); }
887 const_iterator begin() const { return Blocks.begin(); }
888 const_iterator end() const { return Blocks.end();
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 132 SmallVector<BlockExpr *, 32> Blocks;
    [all...]
RewriteObjC.cpp 123 SmallVector<BlockExpr *, 32> Blocks;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 276 milliseconds

1 2 3 4 5 6 7 8 910