| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 170 std::vector<USHORT> Groups; 171 Groups.resize(Count); 175 return Groups; 186 G.ID = Groups.size(); 191 Groups.push_back(G); 226 return std::vector<ProcessorGroup>(Groups.begin(), Groups.end()); 237 Groups.clear(); 238 Groups.push_back(NewG); 241 return std::vector<ProcessorGroup>(Groups.begin(), Groups.end()); 277 if (Groups.size() <= 1) [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | NamespaceEndCommentsFixer.cpp | 180 SmallVector<StringRef, 8> Groups; in validEndComment() local 182 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment() 183 StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : ""; in validEndComment() 188 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment() 192 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5].rtrim() : ""; in validEndComment() 196 StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : ""; in validEndComment() 213 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) in validEndComment() 215 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOptionDocEmitter.cpp | 32 std::vector<DocumentedGroup> Groups; member 36 return Groups.empty() && Options.empty(); in empty() 147 auto &Groups = GroupsInGroup[R]; in extractDocumentation() local 148 llvm::sort(Groups, CompareByLocation); in extractDocumentation() 149 for (Record *G : Groups) { in extractDocumentation() 150 D.Groups.emplace_back(); in extractDocumentation() 151 D.Groups.back().Group = G; in extractDocumentation() 152 Documentation &Base = D.Groups.back(); in extractDocumentation() 155 D.Groups.pop_back(); in extractDocumentation() 410 for (auto &G : Doc.Groups) in emitDocumentation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | LSUnit.h | 218 DenseMap<unsigned, std::unique_ptr<MemoryGroup>> Groups; variable 269 return Index && Groups.contains(Index); in isValidGroupID() 303 return *Groups.find(Index)->second; in getGroup() 308 return *Groups.find(Index)->second; in getGroup() 312 Groups.insert( in createMemoryGroup() 327 Groups[GroupID]->onInstructionIssued(IR); in onInstructionIssued()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | LSUnit.cpp | 45 for (const std::pair<unsigned, std::unique_ptr<MemoryGroup>> &G : Groups) in cycleEvent() 56 for (const auto &GroupIt : Groups) { in dump() 207 auto It = Groups.find(GroupID); in onInstructionExecuted() 208 assert(It != Groups.end() && "Instruction not dispatched to the LS unit"); in onInstructionExecuted() 211 Groups.erase(It); in onInstructionExecuted()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | OptRSTEmitter.cpp | 28 const std::vector<Record *> &Groups = in EmitOptRST() local 30 for (unsigned i = 0, e = Groups.size(); i != e; ++i) { in EmitOptRST() 31 const Record &R = *Groups[i]; in EmitOptRST()
|
| H A D | CodeGenSchedule.h | 382 std::vector<OpcodeGroup> Groups; variable 397 if (Groups.empty() || in addOpcode() 398 Groups.back().getOpcodeInfo().getPredicates() != Info.getPredicates()) in addOpcode() 399 Groups.emplace_back(std::move(Info)); in addOpcode() 400 Groups.back().addOpcode(OpcodeRec); in addOpcode() 412 ArrayRef<OpcodeGroup> getGroups() const { return Groups; } in getGroups()
|
| H A D | OptParserEmitter.cpp | 199 const std::vector<Record*> &Groups = in EmitOptParser() local 281 for (const Record &R : llvm::make_pointee_range(Groups)) { in EmitOptParser()
|
| /freebsd-14.2/crypto/openssl/test/ssl-tests/ |
| H A D | 20-cert-select.cnf.in | 88 "Groups" => "P-384" 93 "Groups" => "P-256:P-384", 110 "Groups" => "P-256:P-384" 117 "Groups" => "P-384", 398 "Groups" => "brainpoolP256r1", 404 "Groups" => "brainpoolP256r1", 836 "Groups" => "X25519" 845 name => "TLS 1.3 Ed448 CipherString and Groups Selection", 852 "Groups" => "X448" 901 "Groups" => "brainpoolP256r1", [all …]
|
| H A D | 20-cert-select.cnf | 111 Groups = P-384 117 Groups = P-256:P-384 144 Groups = P-256:P-384 150 Groups = P-384 711 Groups = brainpoolP256r1 716 Groups = brainpoolP256r1 1600 Groups = X25519 1613 [49-TLS 1.3 Ed448 CipherString and Groups Selection] 1635 Groups = X448 1720 Groups = brainpoolP256r1 [all …]
|
| /freebsd-14.2/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | messages.subr | 58 msg_enter_groups_manually="Enter Groups manually" 77 msg_groups="Groups" 89 msg_member_of_groups="Member of Groups" 108 msg_select_groups_from_list="Select Groups from a list"
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFMA3Info.cpp | 73 static const X86InstrFMA3Group Groups[] = { variable 131 assert(llvm::is_sorted(Groups) && llvm::is_sorted(RoundGroups) && in verifyTables() 165 Table = ArrayRef(Groups); in getFMA3Group()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | OptionsBase.td | 10 // - `Groups`: Sets a given list of group numbers. 11 // Example: def foo : Option<"foo", "f">, Groups<[1,4,6]>; 114 class Groups<list<int> groups> { 115 list<int> Groups = groups;
|
| H A D | Options.td | 123 Completion<"SourceFile">, Groups<[1,3,4,5,6,7,8,9,11]>, 198 Arg<"Boolean">, Groups<[1,3,4,5,6,7,8,12]>, 205 Arg<"Address">, Groups<[1,3,4,5,6,7,8,12]>, 210 Groups<[1,9,12]>, Arg<"Boolean">, 330 Groups<[1,2]>, Arg<"AddressOrExpression">, Required, 363 Groups<[1,2]>, Arg<"Boolean">, 369 Groups<[1,2]>, Arg<"Boolean">, 373 def expression_options_debug : Option<"debug", "g">, Groups<[1,2]>, 500 def memory_read_force : Option<"force", "r">, Groups<[1,2,3]>, 812 def script_add_overwrite : Option<"overwrite", "o">, Groups<[1,2]>, [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Multilib.cpp | 199 std::vector<MultilibGroupSerialization> Groups; member 252 io.mapOptional("Groups", M.Groups); in mapping() 267 for (const MultilibGroupSerialization &Group : M.Groups) in validate()
|
| /freebsd-14.2/contrib/llvm-project/lldb/utils/TableGen/ |
| H A D | LLDBOptionDefEmitter.cpp | 41 auto Groups = Option->getValueAsListOfInts("Groups"); in CommandOption() local 42 for (int Group : Groups) in CommandOption()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 174 CsectGroups Groups; member 177 CsectGroups Groups) in CsectSectionEntry() 178 : SectionEntry(N, Flags), IsVirtual(IsVirtual), Groups(Groups) { in CsectSectionEntry() 186 for (auto *Group : Groups) in reset() 1090 for (const auto *Group : Section->Groups) { in writeRelocations() 1157 for (const auto *Group : Section->Groups) { in writeSymbolTable() 1244 for (const auto *Group : Section->Groups) { in finalizeSectionInfo() 1381 llvm::all_of(Section->Groups, in assignAddressesAndIndices() 1402 for (auto *Group : Section->Groups) { in assignAddressesAndIndices() 1555 for (const auto &Group : CsectEntry.Groups) { in writeSectionForControlSectionEntry()
|
| /freebsd-14.2/stand/efi/include/ |
| H A D | efiudp.h | 151 EFI_UDP4_GROUPS Groups; member 265 EFI_UDP6_GROUPS Groups; member
|
| H A D | efiip.h | 202 EFI_IP4_GROUPS Groups; member 450 EFI_IP6_GROUPS Groups; member
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/opal/ |
| H A D | sensor-groups.txt | 1 IBM OPAL Sensor Groups Binding
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | AUTHORS.md | 10 Groups section in Authors
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | samsung,s2mpa01.yaml | 54 Groups sharing ramp rate:
|
| H A D | samsung,s2mpa01.txt | 37 Groups sharing ramp rate:
|
| H A D | samsung,s2mps11.txt | 46 Groups sharing ramp rate:
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 2618 const std::vector<VarGrpTy> Groups; member in VariableGroupsManagerImpl 2624 const std::vector<VarGrpTy> &Groups, in VariableGroupsManagerImpl() argument 2627 : Groups(Groups), VarGrpMap(VarGrpMap), in VariableGroupsManagerImpl() 2643 return Groups[It->second]; in getGroupOfVar() 2836 std::vector<VarGrpTy> Groups; in checkUnsafeBufferUsage() local 2850 VarGrpTy &VarGroup = Groups.emplace_back(); in checkUnsafeBufferUsage() 2868 unsigned GrpIdx = Groups.size() - 1; in checkUnsafeBufferUsage() 2915 VariableGroupsManagerImpl VarGrpMgr(Groups, VarGrpMap, GrpsUnionForParms); in checkUnsafeBufferUsage()
|