/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | SuffixTree.h | 93 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 D | SuffixTree.cpp | 92 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 D | DAGISelMatcherGen.cpp | 792 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 D | MCPseudoProbe.h | 116 bool isRoot() { return Guid == 0; } in isRoot() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dmodule.d | 398 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 D | module.h | 136 bool isRoot() { return this->importedFrom == this; } in isRoot() function
|
H A D | dstruct.d | 142 if (ti.minst && !ti.minst.isRoot()) in semanticTypeInfo()
|
H A D | dtemplate.d | 6241 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 D | json.d | 965 propertyBool("isRoot", m.isRoot()); in generateSemantics()
|
H A D | dsymbolsem.d | 3929 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 D | InterpFrame.h | 100 bool isRoot() const { return !Func; } in isRoot() function
|
H A D | InterpFrame.cpp | 92 for (Pointer F = P; !F.isRoot(); ) { in print()
|
H A D | Pointer.h | 216 bool isRoot() const { in isRoot() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | module.h | 144 bool isRoot() { return this->importedFrom == this; } in isRoot() function
|
H A D | nogc.c | 31 if (m && m->isRoot() && !inUnittest()) in printGCUsage()
|
H A D | dmodule.c | 619 else if (isRoot() && mprev->isRoot()) in parse() 1089 if (m->isRoot() && imports(m)) in rootImports()
|
H A D | escape.c | 449 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 D | dtemplate.c | 6089 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 D | dstruct.c | 140 if (ti->minst && !ti->minst->isRoot()) in semanticTypeInfo()
|
H A D | dsymbol.c | 924 if (!m->isRoot()) in inNonRoot()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | imports.cc | 78 if (!m->isRoot ()) in visit()
|
H A D | d-lang.cc | 192 if (d_option.deps_phony && !depmod->isRoot ()) in deps_write()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | imports.cc | 87 if (!m->isRoot ()) in visit()
|
H A D | ChangeLog | 224 function_defined_in_root_p with test for outer module `isRoot'.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCPseudoProbe.cpp | 92 assert(isRoot() && "Should not be called on root"); in addPseudoProbe()
|