Searched refs:isLeaf (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp85 DeltaTreeNode(bool isLeaf = true)
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {}
88 bool isLeaf() const { return IsLeaf; } function in class:__anon3336::DeltaTreeNode
120 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers.
150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
157 if (isLeaf())
202 if (isLeaf()) {
H A DRewriteRope.cpp91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} argument
95 bool isLeaf() const { return IsLeaf; } function in class:__anon3338::RopePieceBTreeNode
223 return N->isLeaf();
459 return !N->isLeaf();
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp41 if (P->isLeaf()) return 0;
60 if (P->isLeaf()) return 0;
H A DDAGISelMatcherGen.cpp199 assert(N->isLeaf() && "Not a leaf?");
279 assert(!N->isLeaf() && "Not an operator?");
294 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
451 if (N->isLeaf())
569 if (!N->isLeaf()) {
583 assert(N->isLeaf() && "Must be a leaf");
647 if (InstPatNode && !InstPatNode->isLeaf() &&
666 if (N->isLeaf())
773 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction"))
893 if (N->isLeaf())
[all...]
H A DCodeGenDAGPatterns.cpp619 if (N->isLeaf()) {
701 if (PatFragRec->getOnlyTree()->isLeaf())
729 if (P->isLeaf() && isa<IntInit>(P->getLeafValue()))
749 if (!Child->isLeaf() && Child->getNumTypes() &&
752 else if (Child->isLeaf()) {
903 if (!NodeToApply->isLeaf() ||
1125 if (isLeaf())
1133 if (!isLeaf()) {
1167 if (N->isLeaf() != isLeaf() || getExtType
[all...]
H A DFastISelEmitter.cpp178 if (InstPatNode->isLeaf())
197 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") {
232 if (!Op->isLeaf()) {
409 if (!Op->isLeaf())
438 if (Dst->isLeaf()) continue;
450 if (ChildOp->isLeaf())
476 if (!Dst->getChild(1)->isLeaf()) continue;
488 if (InstPatNode->isLeaf()) continue;
H A DCodeGenDAGPatterns.h341 bool isLeaf() const { return Val != 0; }
363 Init *getLeafValue() const { assert(isLeaf()); return Val; }
364 Record *getOperator() const { assert(!isLeaf()); return Operator; }
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c169959 int isLeaf; local
[all...]

Completed in 560 milliseconds