Home
last modified time | relevance | path

Searched refs:isLeaf (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/Rewrite/Core/
DDeltaTree.cpp85 DeltaTreeNode(bool isLeaf = true) in DeltaTreeNode() argument
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode()
88 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon23af5ea50111::DeltaTreeNode
153 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); } in classof()
160 if (isLeaf()) in Destroy()
205 if (isLeaf()) { in DoInsertion()
DRewriteRope.cpp91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode() argument
95 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon96d63f430111::RopePieceBTreeNode
226 return N->isLeaf(); in classof()
463 return !N->isLeaf(); in classof()
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp203 assert(N->isLeaf() && "Not a leaf?"); in EmitLeafMatchCode()
269 assert(!N->isLeaf() && "Not an operator?"); in EmitOperatorMatchCode()
284 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() && in EmitOperatorMatchCode()
441 if (N->isLeaf()) in EmitMatchCode()
559 if (!N->isLeaf()) { in EmitResultOfNamedOperand()
573 assert(N->isLeaf() && "Must be a leaf"); in EmitResultLeafAsOperand()
637 if (InstPatNode && !InstPatNode->isLeaf() && in GetInstPatternNode()
656 if (N->isLeaf()) in numNodesThatMayLoadOrStore()
751 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction")) in EmitResultInstructionAsOperand()
870 if (N->isLeaf()) in EmitResultOperand()
[all …]
DCodeGenDAGPatterns.cpp588 if (N->isLeaf()) { in FindDepVarsOf()
670 if (PatFragRec->getOnlyTree()->isLeaf()) in getCodeToRunOnSDNode()
698 if (P->isLeaf() && dynamic_cast<IntInit*>(P->getLeafValue())) in getPatternSize()
718 if (!Child->isLeaf() && Child->getNumTypes() && in getPatternSize()
721 else if (Child->isLeaf()) { in getPatternSize()
870 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint()
1055 if (isLeaf()) in print()
1063 if (!isLeaf()) { in print()
1097 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
1102 if (isLeaf()) { in isIsomorphicTo()
[all …]
DFastISelEmitter.cpp177 if (InstPatNode->isLeaf()) in initialize()
196 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") { in initialize()
231 if (!Op->isLeaf()) { in initialize()
406 if (!Op->isLeaf()) in PhyRegForNode()
436 if (Dst->isLeaf()) continue; in collectPatterns()
448 if (ChildOp->isLeaf()) in collectPatterns()
474 if (!Dst->getChild(1)->isLeaf()) continue; in collectPatterns()
486 if (InstPatNode->isLeaf()) continue; in collectPatterns()
DDAGISelEmitter.cpp41 if (P->isLeaf()) return 0; in getResultPatternCost()
60 if (P->isLeaf()) return 0; in getResultPatternSize()
DCodeGenDAGPatterns.h340 bool isLeaf() const { return Val != 0; } in isLeaf() function
362 Init *getLeafValue() const { assert(isLeaf()); return Val; } in getLeafValue()
363 Record *getOperator() const { assert(!isLeaf()); return Operator; } in getOperator()
/external/webkit/Source/WebCore/platform/text/
DSuffixTree.h71 Node(bool isLeaf = false)
75 m_isLeaf = isLeaf;
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcookie_tree_node.h33 - (BOOL)isLeaf;
Dcookie_tree_node.mm58 - (BOOL)isLeaf { method
/external/webkit/Source/WebCore/rendering/
DInlineBox.cpp248 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->firstLeafChild(); in nextLeafChild()
258 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->lastLeafChild(); in prevLeafChild()
DInlineBox.h207 virtual bool isLeaf() const { return true; } in isLeaf() function
DInlineFlowBox.h74 virtual bool isLeaf() const { return false; } in isLeaf() function
DInlineFlowBox.cpp1244 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->firstLeafChild(); in firstLeafChild()
1252 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->lastLeafChild(); in lastLeafChild()
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DTextureAtlas.java572 public boolean isLeaf() { in isLeaf() method in TextureAtlas.Node
578 if (!isLeaf()) { in insert()
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-0314962 isLeaf with bookmarkType.
14965 (-[IFBookmark bookmarkType]): New method, replaces isLeaf.
14976 Update callers of isLeaf, and don't require concrete implementations
15006 Update callers of isLeaf to use bookmarkType instead.
15399 (-[IFBookmarkGroup addNewBookmarkToBookmark:withTitle:image:URLString:isLeaf:]):
15400 (-[IFBookmarkGroup insertNewBookmarkAtIndex:ofBookmark:withTitle:image:URLString:isLeaf:]):
15716 (-[IFBookmarkGroup insertNewBookmarkAtIndex:ofBookmark:withTitle:image:URLString:isLeaf:]):
15761 (-[IFBookmarkGroup addNewBookmarkToBookmark:withTitle:image:URLString:isLeaf:]):
15762 (-[IFBookmarkGroup insertNewBookmarkAtIndex:ofBookmark:withTitle:image:URLString:isLeaf:]):
15792 (-[IFBookmark isLeaf]):
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2988387 added InlineBox::isLeaf()
88401 (WebCore::InlineBox::isLeaf):
88408 (WebCore::InlineFlowBox::isLeaf):