Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSuffixTree.h93 bool isRoot() const { return StartIdx == EmptyIdx; } in isRoot() function
99 if (isRoot()) in size()
291 if (Curr->isRoot()) in advance()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSuffixTree.cpp92 if (CurrNode->Children.size() == 0 && !CurrNode->isRoot()) in setSuffixIndices()
151 if (NeedsLink && !Active.Node->isRoot()) { in extend()
198 if (Active.Node->isRoot()) { in extend()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp792 bool isRoot = N == Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local
796 if (isRoot) { in EmitResultInstructionAsOperand()
893 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()
920 if (isRoot && !Pattern.getDstRegs().empty()) { in EmitResultInstructionAsOperand()
937 if (isRoot && in EmitResultInstructionAsOperand()
958 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) || in EmitResultInstructionAsOperand()
974 NodeHasChain = isRoot; in EmitResultInstructionAsOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCPseudoProbe.h116 bool isRoot() { return Guid == 0; } in isRoot() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.d398 if (m.isRoot() && imports(m)) in rootImports()
946 if (!this.isRoot() && Compiler.onImport(this)) in parseModule()
1083 else if (isRoot() && mprev.isRoot()) in parseModule()
1419 bool isRoot() nothrow in isRoot() function
H A Dmodule.h136 bool isRoot() { return this->importedFrom == this; } in isRoot() function
H A Ddstruct.d142 if (ti.minst && !ti.minst.isRoot()) in semanticTypeInfo()
H A Ddtemplate.d6241 if (minst && minst.isRoot()) in needsCodegen()
6249 assert(minst.isRoot()); in needsCodegen()
6260 assert(minst.isRoot()); in needsCodegen()
6307 if (minst && !minst.isRoot() && !minst.rootImports()) in needsCodegen()
6319 assert(!minst.isRoot() && !minst.rootImports()); in needsCodegen()
7350 if (global.params.allInst || !mi || mi.isRoot()) in appendToModuleMember()
7372 if (!mi.isRoot()) in appendToModuleMember()
7377 assert(mi.isRoot()); in appendToModuleMember()
7397 …assert(!memberOf || (!memberOf.isRoot() && mi.isRoot()), "can only re-append from non-root to root… in appendToModuleMember()
7402 if (mi.semanticRun >= PASS.semantic2done && mi.isRoot()) in appendToModuleMember()
[all …]
H A Djson.d965 propertyBool("isRoot", m.isRoot()); in generateSemantics()
H A Ddsymbolsem.d3929 if (funcdecl.fbody && sc._module.isRoot() && in funcDeclarationSemantic()
3933 if (funcdecl.fbody && funcdecl.isMain() && sc._module.isRoot()) in funcDeclarationSemantic()
5885 …if (tempinst.minst && tempinst.minst.isRoot() && !(tempinst.inst.minst && tempinst.inst.minst.isRo… in templateInstanceSemantic()
5958 … assert(!tempinst.minst.isRoot()); // ... it was previously appended to a non-root module in templateInstanceSemantic()
5964 assert(tempinst.inst.memberOf && tempinst.inst.memberOf.isRoot(), "no codegen chances"); in templateInstanceSemantic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpFrame.h100 bool isRoot() const { return !Func; } in isRoot() function
H A DInterpFrame.cpp92 for (Pointer F = P; !F.isRoot(); ) { in print()
H A DPointer.h216 bool isRoot() const { in isRoot() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmodule.h144 bool isRoot() { return this->importedFrom == this; } in isRoot() function
H A Dnogc.c31 if (m && m->isRoot() && !inUnittest()) in printGCUsage()
H A Ddmodule.c619 else if (isRoot() && mprev->isRoot()) in parse()
1089 if (m->isRoot() && imports(m)) in rootImports()
H A Descape.c449 if (sc->_module && sc->_module->isRoot()) in checkThrowEscape()
559 if (sc->_module && sc->_module->isRoot() && in checkReturnEscapeImpl()
640 sc->_module && sc->_module->isRoot()) in checkReturnEscapeImpl()
H A Ddtemplate.c6089 if (minst && minst->isRoot() && !(inst->minst && inst->minst->isRoot())) in semantic()
7477 if (mi && !mi->isRoot()) in appendToModuleMember()
7485 if (!mi || mi->isRoot()) in appendToModuleMember()
7512 if (!mi->isRoot()) in appendToModuleMember()
7514 assert(mi->isRoot()); in appendToModuleMember()
7534 if (mi->semanticRun >= PASSsemantic2done && mi->isRoot()) in appendToModuleMember()
7536 if (mi->semanticRun >= PASSsemantic3done && mi->isRoot()) in appendToModuleMember()
8137 assert(minst->isRoot() || minst->rootImports()); in needsCodegen()
8144 return minst->isRoot() || minst->rootImports(); in needsCodegen()
8182 if (minst->isRoot()) in needsCodegen()
[all …]
H A Ddstruct.c140 if (ti->minst && !ti->minst->isRoot()) in semanticTypeInfo()
H A Ddsymbol.c924 if (!m->isRoot()) in inNonRoot()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dimports.cc78 if (!m->isRoot ()) in visit()
H A Dd-lang.cc192 if (d_option.deps_phony && !depmod->isRoot ()) in deps_write()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dimports.cc87 if (!m->isRoot ()) in visit()
H A DChangeLog224 function_defined_in_root_p with test for outer module `isRoot'.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCPseudoProbe.cpp92 assert(isRoot() && "Should not be called on root"); in addPseudoProbe()

12