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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 128 bool isBlock = Abbrev.getTag() == 0;
130 if (!isBlock) {
151 if (!isBlock)
168 if (!isBlock) O << "\n";
DIE.h 206 isBlock
398 : DIEValue(isBlock), DIE(0), Size(0) {}
424 static bool classof(const DIEValue *E) { return E->getType() == isBlock; }
  /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 337 milliseconds