HomeSort by: relevance | last modified time | path
    Searched defs:isBlock (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Remarks/
BitstreamRemarkParser.cpp 248 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) {
273 return isBlock(Stream, META_BLOCK_ID);
277 return isBlock(Stream, META_BLOCK_ID);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PseudoProbe.h 136 bool isBlock() const { return Type == PseudoProbeType::Block; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SlotIndexes.h 225 /// isBlock - Returns true if this is a block boundary slot.
226 bool isBlock() const { return getSlot() == Slot_Block; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 2470 bool isBlock = type->isBlockPointerType();
2475 !isBlock &&

Completed in 19 milliseconds