HomeSort by relevance Sort by last modified time
    Searched defs:isBlock (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 119 bool isBlock = Abbrev.getTag() == 0;
121 if (!isBlock) {
142 if (!isBlock)
159 if (!isBlock) O << "\n";
DIE.h 196 isBlock
361 : DIEValue(isBlock), DIE(0), Size(0) {}
387 static bool classof(const DIEValue *E) { return E->getType() == isBlock; }
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 202 /// isBlock - Returns true if this is a block boundary slot.
203 bool isBlock() const { return getSlot() == Slot_Block; }
  /external/webkit/Source/WebCore/editing/
htmlediting.cpp 322 bool isBlock(const Node* node)
333 return static_cast<Element*>(enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule));
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 187 virtual bool isBlock() const { return false; }
    [all...]

Completed in 151 milliseconds