Searched refs:isBlock (Results 1 - 21 of 21) 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::__anon7335
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.h246 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, argument
249 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/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp790 if (RI->end.isBlock())
905 if (Start.isBlock())
909 if (Stop.isBlock())
H A DRenderMachineFunction.cpp808 if (i.isBlock()) {
H A DMachineVerifier.cpp1231 if (I->end.isBlock()) {
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h229 /// isBlock - Returns true if this is a block boundary slot.
230 bool isBlock() const { return getSlot() == Slot_Block; } function in class:llvm::SlotIndex
/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.cpp1967 bool isBlock = type->isBlockPointerType(); local
1972 !isBlock &&
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp2009 if (singleStatement && singleStatement->isBlock()) {

Completed in 265 milliseconds