Searched refs:isBlock (Results 1 - 23 of 23) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp119 bool isBlock = Abbrev.getTag() == 0; local
121 if (!isBlock) {
142 if (!isBlock)
159 if (!isBlock) O << "\n";
H A DDIE.h196 isBlock enumerator in enum:llvm::DIEValue::__anon8646
361 : DIEValue(isBlock), DIE(0), Size(0) {}
387 static bool classof(const DIEValue *E) { return E->getType() == isBlock; }
/external/clang/include/clang/Sema/
H A DScopeInfo.h256 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, argument
259 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
/external/webkit/Source/WebCore/editing/
H A DFormatBlockCommand.cpp155 if (isBlock(n))
H A Dmarkup.cpp129 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) argument
169 append(openTag, isBlock ? divStyle : styleSpanOpen);
174 appendString(isBlock ? divClose : styleSpanClose);
337 if (isBlock(n) && canHaveChildrenForEditing(n) && next == pastEnd)
H A Dhtmlediting.h84 bool isBlock(const Node*);
H A DVisibleSelection.cpp308 if (isBlock(table))
358 if (isBlock(table))
H A DCompositeEditCommand.cpp722 if (isBlock(upstreamStart.deprecatedNode())) {
730 } else if (isBlock(upstreamEnd.deprecatedNode())) {
847 else if (isBlock(node))
1174 if (enclosingAnchor && !isBlock(enclosingAnchor)) {
H A DReplaceSelectionCommand.cpp468 !isBlock(sourceNode) && !isBlock(destinationNode);
485 if (isBlock(e))
694 if (childNode->isTextNode() || !isBlock(childNode) || childNode->hasTagName(preTag)) {
H A DInsertListCommand.cpp354 if (start == end && isBlock(start.deepEquivalent().deprecatedNode())) {
H A DDeleteSelectionCommand.cpp267 m_startBlock = enclosingNodeOfType(m_downstreamStart.parentAnchoredEquivalent(), &isBlock, CanCrossEditingBoundary);
268 m_endBlock = enclosingNodeOfType(m_upstreamEnd.parentAnchoredEquivalent(), &isBlock, CanCrossEditingBoundary);
H A Dhtmlediting.cpp322 bool isBlock(const Node* node) function in namespace:WebCore
333 return static_cast<Element*>(enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule));
H A DApplyStyleCommand.cpp731 if (isBlock(node))
747 && (!isBlock(sibling) || sibling->hasTagName(brTag))
H A Dvisible_units.cpp782 if (r->isBR() || isBlock(n))
855 if (r->isBR() || isBlock(n))
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h72 bool isPHIDef() const { return def.isBlock(); }
H A DSlotIndexes.h202 /// isBlock - Returns true if this is a block boundary slot.
203 bool isBlock() const { return getSlot() == Slot_Block; } function in class:llvm::SlotIndex
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp766 if (RI->end.isBlock())
811 if (Start.isBlock())
815 if (Stop.isBlock())
H A DRegisterCoalescer.cpp1374 if (!I->end.isBlock() && I->end < J->end)
1377 if (!J->end.isBlock() && J->end < I->end)
H A DLiveInterval.cpp171 if (Def.isBlock() ||
H A DMachineVerifier.cpp1457 if (I->end.isBlock()) {
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h187 virtual bool isBlock() const { return false; } function in class:JSC::StatementNode
1162 virtual bool isBlock() const { return true; } function in class:JSC::BlockNode
/external/clang/lib/CodeGen/
H A DCGObjC.cpp1989 bool isBlock = type->isBlockPointerType(); local
1994 !isBlock &&
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp2009 if (singleStatement && singleStatement->isBlock()) {

Completed in 1004 milliseconds