/external/clang/lib/Rewrite/Core/ |
D | DeltaTree.cpp | 85 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()
|
D | RewriteRope.cpp | 91 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/ |
D | DAGISelMatcherGen.cpp | 199 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 …]
|
D | CodeGenDAGPatterns.cpp | 622 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 …]
|
D | FastISelEmitter.cpp | 177 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()
|
D | DAGISelEmitter.cpp | 41 if (P->isLeaf()) return 0; in getResultPatternCost() 60 if (P->isLeaf()) return 0; in getResultPatternSize()
|
D | CodeGenDAGPatterns.h | 340 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/ |
D | SuffixTree.h | 71 Node(bool isLeaf = false) 75 m_isLeaf = isLeaf;
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | cookie_tree_node.h | 33 - (BOOL)isLeaf;
|
D | cookie_tree_node.mm | 58 - (BOOL)isLeaf { method
|
/external/skia/src/core/ |
D | SkRTree.cpp | 179 SkASSERT(!root->isLeaf()); in chooseSubtree() 310 if (root->isLeaf()) { in search() 410 if (root->isLeaf()) { in validateSubtree() 423 if (root->isLeaf()) { in validateSubtree()
|
D | SkRTree.h | 111 bool isLeaf() { return 0 == fLevel; } in isLeaf() function
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineBox.cpp | 248 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->firstLeafChild(); in nextLeafChild() 258 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->lastLeafChild(); in prevLeafChild()
|
D | InlineBox.h | 207 virtual bool isLeaf() const { return true; } in isLeaf() function
|
D | InlineFlowBox.h | 74 virtual bool isLeaf() const { return false; } in isLeaf() function
|
D | InlineFlowBox.cpp | 1244 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/ |
D | TextureAtlas.java | 572 public boolean isLeaf() { in isLeaf() method in TextureAtlas.Node 578 if (!isLeaf()) { in insert()
|
/external/smack/asmack-master/jingle/ |
D | 60-remove-jingle_mediaimpl.patch | 2017 - 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/ |
D | ChangeLog-2002-12-03 | 14962 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/ |
D | ChangeLog-2010-01-29 | 88387 added InlineBox::isLeaf() 88401 (WebCore::InlineBox::isLeaf): 88408 (WebCore::InlineFlowBox::isLeaf):
|