Home
last modified time | relevance | path

Searched refs:isLeaf (Results 1 – 20 of 20) 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 __anone8147bc50111::DeltaTreeNode
150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); } in classof()
157 if (isLeaf()) in Destroy()
202 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 __anon08f724630111::RopePieceBTreeNode
223 return N->isLeaf(); in classof()
459 return !N->isLeaf(); in classof()
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp199 assert(N->isLeaf() && "Not a leaf?"); in EmitLeafMatchCode()
265 assert(!N->isLeaf() && "Not an operator?"); in EmitOperatorMatchCode()
280 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() && in EmitOperatorMatchCode()
437 if (N->isLeaf()) in EmitMatchCode()
555 if (!N->isLeaf()) { in EmitResultOfNamedOperand()
569 assert(N->isLeaf() && "Must be a leaf"); in EmitResultLeafAsOperand()
633 if (InstPatNode && !InstPatNode->isLeaf() && in GetInstPatternNode()
652 if (N->isLeaf()) in numNodesThatMayLoadOrStore()
747 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction")) in EmitResultInstructionAsOperand()
866 if (N->isLeaf()) in EmitResultOperand()
[all …]
DCodeGenDAGPatterns.cpp622 if (N->isLeaf()) { in FindDepVarsOf()
704 if (PatFragRec->getOnlyTree()->isLeaf()) in getCodeToRunOnSDNode()
732 if (P->isLeaf() && isa<IntInit>(P->getLeafValue())) in getPatternSize()
752 if (!Child->isLeaf() && Child->getNumTypes() && in getPatternSize()
755 else if (Child->isLeaf()) { in getPatternSize()
906 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint()
1128 if (isLeaf()) in print()
1136 if (!isLeaf()) { in print()
1170 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
1175 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()
435 if (Dst->isLeaf()) continue; in collectPatterns()
447 if (ChildOp->isLeaf()) in collectPatterns()
473 if (!Dst->getChild(1)->isLeaf()) continue; in collectPatterns()
485 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/skia/src/core/
DSkRTree.cpp179 SkASSERT(!root->isLeaf()); in chooseSubtree()
310 if (root->isLeaf()) { in search()
410 if (root->isLeaf()) { in validateSubtree()
423 if (root->isLeaf()) { in validateSubtree()
DSkRTree.h111 bool isLeaf() { return 0 == fLevel; } in isLeaf() function
/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/smack/asmack-master/jingle/
D60-remove-jingle_mediaimpl.patch2017 - boolean isLeaf;
2107 - else if (child.isLeaf)
2144 - node.isLeaf = false;
2149 - child.isLeaf = true;
2160 - } else if (child.isLeaf) {
2182 - if (!child.isLeaf)
2195 - node.isLeaf = true;
2239 - if (node.isLeaf) {
/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):