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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 130 bool isBlock = Abbrev.getTag() == 0;
132 if (!isBlock) {
153 if (!isBlock)
170 if (!isBlock) O << "\n";
DIE.h 199 isBlock
358 : DIEValue(isBlock), DIE(0), Size(0) {}
383 static bool classof(const DIEValue *E) { return E->getType() == isBlock; }
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 169 boolean isBlock = (timeout != 0);
175 if (isBlock) {
186 if (isBlock) {
  /external/webkit/Source/WebCore/editing/
FormatBlockCommand.cpp 155 if (isBlock(n))
markup.cpp 129 void wrapWithStyleNode(CSSStyleDeclaration*, Document*, bool isBlock = false);
150 appendElement(markup, static_cast<Element*>(node), convertBlocksToInlines && isBlock(const_cast<Node*>(node)), rangeFullySelectsNode);
159 void StyledMarkupAccumulator::wrapWithStyleNode(CSSStyleDeclaration* style, Document* document, bool isBlock)
169 append(openTag, isBlock ? divStyle : styleSpanOpen);
174 appendString(isBlock ? divClose : styleSpanClose);
337 if (isBlock(n) && canHaveChildrenForEditing(n) && next == pastEnd)
    [all...]
htmlediting.h 84 bool isBlock(const Node*);
VisibleSelection.cpp 308 if (isBlock(table))
358 if (isBlock(table))
CompositeEditCommand.cpp 722 if (isBlock(upstreamStart.deprecatedNode())) {
730 } else if (isBlock(upstreamEnd.deprecatedNode())) {
    [all...]
ReplaceSelectionCommand.cpp 468 !isBlock(sourceNode) && !isBlock(destinationNode);
485 if (isBlock(e))
694 if (childNode->isTextNode() || !isBlock(childNode) || childNode->hasTagName(preTag)) {
    [all...]
InsertListCommand.cpp 354 if (start == end && isBlock(start.deepEquivalent().deprecatedNode())) {
DeleteSelectionCommand.cpp 267 m_startBlock = enclosingNodeOfType(m_downstreamStart.parentAnchoredEquivalent(), &isBlock, CanCrossEditingBoundary);
268 m_endBlock = enclosingNodeOfType(m_upstreamEnd.parentAnchoredEquivalent(), &isBlock, CanCrossEditingBoundary);
    [all...]
htmlediting.cpp 322 bool isBlock(const Node* node)
333 return static_cast<Element*>(enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule));
    [all...]
ApplyStyleCommand.cpp 731 if (isBlock(node))
747 && (!isBlock(sibling) || sibling->hasTagName(brTag))
    [all...]
visible_units.cpp 782 if (r->isBR() || isBlock(n))
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 424 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested,
427 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 533 if (RI->end.isBlock())
578 if (Start.isBlock())
582 if (Stop.isBlock())
    [all...]
LiveInterval.cpp 164 if (Def.isBlock() ||
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp     [all...]
TwoAddressInstructionPass.cpp 372 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx);
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 72 bool isPHIDef() const { return def.isBlock(); }
SlotIndexes.h 203 /// isBlock - Returns true if this is a block boundary slot.
204 bool isBlock() const { return getSlot() == Slot_Block; }
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 187 virtual bool isBlock() const { return false; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
NodesCodegen.cpp     [all...]

Completed in 574 milliseconds