Home
last modified time | relevance | path

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

/third_party/skia/infra/bots/gen_tasks_logic/
H A Dcompile_cas.go103 isLeaf bool
111 isLeaf: false,
131 n.isLeaf = true
137 if !n.isLeaf {
150 if child.isLeaf {
154 n.isLeaf = true
169 if n.isLeaf {
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dfilterrb.cpp107 // isLeaf is whether the filter tree can provide no additional information in match()
109 bool isLeaf = false; in match() local
119 isLeaf = true; in match()
131 if (node->isLeaf()) { in match()
132 isLeaf = true; in match()
136 if (!isLeaf) { in match()
157 bool SimpleRuleBasedPathFilter::Tree::isLeaf() const { in isLeaf() function in SimpleRuleBasedPathFilter::Tree
169 if (isVerbose() && (fIncluded != PARTIAL || !isLeaf())) { in applyRule()
H A Dfilterrb.h169 bool isLeaf() const;
/third_party/icu/icu4c/source/tools/genrb/
H A Dfilterrb.cpp107 // isLeaf is whether the filter tree can provide no additional information in match()
109 bool isLeaf = false; in match() local
119 isLeaf = true; in match()
131 if (node->isLeaf()) { in match()
132 isLeaf = true; in match()
136 if (!isLeaf) { in match()
157 bool SimpleRuleBasedPathFilter::Tree::isLeaf() const { in isLeaf() function in SimpleRuleBasedPathFilter::Tree
169 if (isVerbose() && (fIncluded != PARTIAL || !isLeaf())) { in applyRule()
H A Dfilterrb.h169 bool isLeaf() const;
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dfilterrb.cpp107 // isLeaf is whether the filter tree can provide no additional information in match()
109 bool isLeaf = false; in match() local
119 isLeaf = true; in match()
131 if (node->isLeaf()) { in match()
132 isLeaf = true; in match()
136 if (!isLeaf) { in match()
157 bool SimpleRuleBasedPathFilter::Tree::isLeaf() const { in isLeaf() function in SimpleRuleBasedPathFilter::Tree
169 if (isVerbose() && (fIncluded != PARTIAL || !isLeaf())) { in applyRule()
H A Dfilterrb.h169 bool isLeaf() const;
/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyIterator.cpp170 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in next() local
179 if (!(isLeaf ? (m_caseListFilter.checkRunnerType(node->getRunnerType()) && m_caseListFilter.checkTestCaseName(nodePath.c_str())) in next()
193 if (isLeaf) in next()
247 if (!isLeaf) in next()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DDistanceTable.java218 if (key.isLeaf()) { in addExplicitMapping()
228 if (key.isLeaf()) { in addWildcardMappings()
506 boolean isLeaf() { in isLeaf() method in DistanceTable.MappingKey
543 checkState(!isLeaf(), "cannot get 'next' for an empty key"); in getSuffix()
549 return isLeaf() in toString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIntrinsics.h71 bool isLeaf(ID id);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DIntrinsics.h69 bool isLeaf(ID id);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp248 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID())) in DeleteBasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCallGraph.cpp78 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID())) in addToCallGraph()
81 // Intrinsic::isLeaf. in addToCallGraph()
H A DCallGraphSCCPass.cpp246 Intrinsic::isLeaf(Call->getCalledFunction()->getIntrinsicID()))) { in RefreshCallGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCallGraph.h235 !Intrinsic::isLeaf(Call->getCalledFunction()->getIntrinsicID())); in addCalledFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp169 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf() function
540 if (!ChildPair.second->isLeaf()) in advance()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp196 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID())) in buildCGN()
199 // Intrinsic::isLeaf. in buildCGN()
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource11.js35 public isLeaf() { return this.isStatementOrExpression() && (!this.isCompoundStatement()); }
284 public isLeaf() { return true; }
2413 AST.prototype.isLeaf = function () { return this.isStatementOrExpression() && (!this.isCompoundStatement()); };
2653 Identifier.prototype.isLeaf = function () { return true; };
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DFunction.cpp1095 bool Intrinsic::isLeaf(ID id) { in isLeaf() function in Intrinsic
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
/third_party/sqlite/src/
H A Dsqlite3.c214581 int isLeaf; global() local
[all...]

Completed in 195 milliseconds