HomeSort by: relevance | last modified time | path
    Searched refs:IsLeaf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
DeltaTree.cpp 78 /// IsLeaf - This is true if this is a leaf of the btree. If false, this is
80 bool IsLeaf;
87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {}
89 bool isLeaf() const { return IsLeaf; }
121 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers.
155 static bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
162 if (isLeaf())
    [all...]
RewriteRope.cpp 90 /// IsLeaf - True if this is an instance of RopePieceBTreeLeaf, false if it
92 bool IsLeaf;
94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {}
98 bool isLeaf() const { return IsLeaf; }
224 return N->isLeaf();
465 return !N->isLeaf();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PerfReader.cpp 200 bool IsLeaf = true;
210 if (!IsLeaf) {
213 IsLeaf = false;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 407 int16_t &MulOpIdx, bool IsLeaf) {
423 if (IsLeaf)
436 return IsLeaf ? true : MRI->hasOneNonDBGUse(OpAdd.getReg());

Completed in 43 milliseconds