Home
last modified time | relevance | path

Searched refs:Components (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Support/
H A DTriple.cpp778 Str.split(Components, '-'); in normalize()
786 if (Components.size() > 0) in normalize()
789 if (Components.size() > 1) in normalize()
798 if (Components.size() > 3) in normalize()
801 if (Components.size() > 4) in normalize()
902 assert(Pos < Components.size() && Components[Pos] == Comp && in normalize()
933 Components.resize(4); in normalize()
942 Components.resize(4); in normalize()
944 Components[3] = "gnu"; in normalize()
946 Components.resize(4); in normalize()
[all …]
H A DVirtualFileSystem.cpp1793 SmallVector<StringRef, 8> Components; in collectVFSFromYAML() local
1794 Components.push_back("/"); in collectVFSFromYAML()
1795 getVFSEntries(*RootE, Components, CollectedEntries); in collectVFSFromYAML()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp553 VTableComponentVectorTy Components; member in __anon6d6223050111::VCallAndVBaseOffsetBuilder
716 Components.push_back( in AddVCallOffsets()
761 Components.push_back( in AddVBaseOffsets()
1110 if (Components[VTableIndex].getKind() == in ComputeThisAdjustments()
1571 Components.size()); in AddMethods()
1628 unsigned VTableIndex = Components.size(); in LayoutPrimaryAndSecondaryVTables()
1657 uint64_t AddressPoint = Components.size(); in LayoutPrimaryAndSecondaryVTables()
2472 VTableThunks[Components.size()] = TI; in AddMethod()
2498 assert((HasRTTIComponent ? Components.size() - 1 : Components.size()) && in LayoutVFTable()
3017 HasRTTIComponent ? Components.size() - 1 : Components.size(), in AddMethods()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp337 Components.emplace_back(*Dir, I); in FileIndex()
341 llvm::sort(Components); in FileIndex()
407 Award(1, indexLookup</*Prefix=*/false>(Dir, Components)); in scoreCandidates()
499 std::vector<SubstringAndIndex> Components; // Last path components. member in clang::tooling::__anonad4080680111::FileIndex
/freebsd-12.1/usr.sbin/freebsd-update/
H A Dfreebsd-update.conf15 Components src world kernel
/freebsd-12.1/contrib/llvm/lib/IR/
H A DProfileSummary.cpp72 Metadata *Components[] = { in getMD() local
82 return MDTuple::get(Context, Components); in getMD()
H A DDebugInfoMetadata.cpp119 SmallVector<unsigned, 3> Components = {BD, DF, CI}; in encodeDiscriminator() local
126 RemainingWork = std::accumulate(Components.begin(), Components.end(), RemainingWork); in encodeDiscriminator()
132 unsigned C = Components[I++]; in encodeDiscriminator()
H A DAutoUpgrade.cpp3744 SmallVector<StringRef, 5> Components; in UpgradeSectionAttributes() local
3745 Section.split(Components, ','); in UpgradeSectionAttributes()
3750 for (auto Component : Components) in UpgradeSectionAttributes()
/freebsd-12.1/usr.sbin/pc-sysinstall/examples/
H A Dpcinstall.cfg.geli35 # Optional Components
H A Dpcinstall.cfg.zfs44 # Optional Components
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h506 NodeArrayNode *Components = nullptr; member
509 Node *LastComponent = Components->Nodes[Components->Count - 1]; in getUnqualifiedIdentifier()
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp319 QN->Components = Arena.alloc<NodeArrayNode>(); in synthesizeQualifiedName()
320 QN->Components->Count = 1; in synthesizeQualifiedName()
321 QN->Components->Nodes = Arena.allocArray<Node *>(1); in synthesizeQualifiedName()
322 QN->Components->Nodes[0] = Identifier; in synthesizeQualifiedName()
1386 assert(QN->Components->Count >= 2); in demangleFullyQualifiedSymbolName()
1387 Node *ClassNode = QN->Components->Nodes[QN->Components->Count - 2]; in demangleFullyQualifiedSymbolName()
1477 QN->Components = nodeListToNodeArray(Arena, Head, Count); in demangleNameScopeChain()
H A DMicrosoftDemangleNodes.cpp605 Components->output(OS, Flags, "::"); in output()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp386 SmallVector<StringRef, 16> Components; in collectModuleHeaderIncludes() local
389 Components.push_back(*PathIt); in collectModuleHeaderIncludes()
391 for (auto It = Components.rbegin(), End = Components.rend(); It != End; in collectModuleHeaderIncludes()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h3734 void setComponents(ArrayRef<MappableComponent> Components, in setComponents() argument
3736 assert(Components.size() == NumComponents && in setComponents()
3740 std::copy(Components.begin(), Components.end(), getComponentsRef().begin()); in setComponents()
3783 auto Components = getComponentsRef(); in setClauseInfo() local
3784 auto CI = Components.begin(); in setClauseInfo()
3864 MappableExprComponentListRef Components) in const_component_lists_iterator() argument
3866 Components.begin()), in const_component_lists_iterator()
3869 ListSizeEnd(CumulativeListSizes.end()), End(Components.end()) { in const_component_lists_iterator()
3881 MappableExprComponentListRef Components) in const_component_lists_iterator() argument
3883 CumulativeListSizes, Components) { in const_component_lists_iterator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1587 static bool trySimplifyPath(SmallVectorImpl<StringRef> &Components, in trySimplifyPath() argument
1595 for (auto &Component : llvm::reverse(Components)) { in trySimplifyPath()
1986 SmallVector<StringRef, 16> Components(llvm::sys::path::begin(Name), in HandleIncludeDirective() local
1989 if (trySimplifyPath(Components, RealPathName)) { in HandleIncludeDirective()
1994 for (auto Component : Components) { in HandleIncludeDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6670 : Components(Components), MapType(MapType), MapModifiers(MapModifiers), in MapInfo()
6999 auto CI = Components.rbegin(); in generateInfoForComponentList()
7000 auto CE = Components.rend(); in generateInfoForComponentList()
7519 assert(!L.Components.empty() && in generateAllInfo()
7537 L.Components.back().getAssociatedDeclaration(); in generateAllInfo()
7713 std::tie(Components, MapType, MapModifiers, IsImplicit) = L; in generateInfoForCapture()
7718 auto CI = Components.rbegin(); in generateInfoForCapture()
7719 auto CE = Components.rend(); in generateInfoForCapture()
7737 SI == SE ? Components : Components1; in generateInfoForCapture()
7803 std::tie(Components, MapType, MapModifiers, IsImplicit) = L; in generateInfoForCapture()
[all …]
H A DItaniumCXXABI.cpp1588 auto Components = Builder.beginStruct(); in emitVTableDefinitions() local
1589 CGVT.createVTableInitializer(Components, VTLayout, RTTI); in emitVTableDefinitions()
1590 Components.finishAndSetAsInitializer(VTable); in emitVTableDefinitions()
H A DMicrosoftCXXABI.cpp1649 auto Components = Builder.beginStruct(); in emitVTableDefinitions() local
1650 CGVT.createVTableInitializer(Components, VTLayout, RTTI); in emitVTableDefinitions()
1651 Components.finishAndSetAsInitializer(VTable); in emitVTableDefinitions()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp187 TarjanSCC() : Components(1) {} in TarjanSCC()
199 return Components[ComponentID]; in getComponentFor()
220 unsigned ComponentID = Components.size(); in FindSCC()
221 Components.resize(Components.size() + 1); in FindSCC()
222 auto &Component = Components.back(); in FindSCC()
249 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp234 ttn->QualifiedName->Components; in CreateDeclInfoForType()
549 node->Name->Components->Nodes, node->Name->Components->Count - 1}; in GetParentDeclContextForSymbol()
/freebsd-12.1/usr.sbin/pc-sysinstall/conf/licenses/
H A Dnvidia-en.txt27 No Separation of Components. The SOFTWARE is licensed as a single product. Its component parts may …
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp12326 Components.reserve(TotalComponents); in VisitOMPMapClause()
12330 Components.push_back(OMPClauseMappableExprCommon::MappableComponent( in VisitOMPMapClause()
12333 C->setComponents(Components, ListSizes); in VisitOMPMapClause()
12420 Components.reserve(TotalComponents); in VisitOMPToClause()
12427 C->setComponents(Components, ListSizes); in VisitOMPToClause()
12462 Components.reserve(TotalComponents); in VisitOMPFromClause()
12469 C->setComponents(Components, ListSizes); in VisitOMPFromClause()
12512 Components.reserve(TotalComponents); in VisitOMPUseDevicePtrClause()
12519 C->setComponents(Components, ListSizes); in VisitOMPUseDevicePtrClause()
12555 Components.reserve(TotalComponents); in VisitOMPIsDevicePtrClause()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A DREADME179 Text and Property Components
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp96 OMPClauseMappableExprCommon::MappableExprComponentLists Components; member
594 MI->second.Components) in checkMappableExprComponentListsForDecl()
621 MI->second.Components) in checkMappableExprComponentListsForDeclAtLevel()
631 OMPClauseMappableExprCommon::MappableExprComponentListRef Components, in addMappableExpressionComponents() argument
638 MEC.Components.resize(MEC.Components.size() + 1); in addMappableExpressionComponents()
639 MEC.Components.back().append(Components.begin(), Components.end()); in addMappableExpressionComponents()

12