Home
last modified time | relevance | path

Searched refs:Group (Results 1 – 25 of 275) sorted by relevance

1234567891011

/openbsd-src/gnu/llvm/lld/MachO/
H A DOptions.td9 Group<grp_lld>;
12 Group<grp_lld>;
14 Group<grp_lld>;
17 Group<grp_lld>;
20 Group<grp_lld>;
23 Group<grp_lld>;
27 Group<grp_lld>;
30 Group<grp_lld>;
32 Group<grp_lld>;
34 Group<grp_lld>;
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td106 Group<CompileOnly_Group>,
110 def IncludePath_Group : OptionGroup<"<I/i group>">, Group<Preprocessor_Group>,
115 def I_Group : OptionGroup<"<I group>">, Group<IncludePath_Group>, DocFlatten;
116 def i_Group : OptionGroup<"<i group>">, Group<IncludePath_Group>, DocFlatten;
117 def clang_i_Group : OptionGroup<"<clang i group>">, Group<i_Group>, DocFlatten;
119 def M_Group : OptionGroup<"<M group>">, Group<Preprocessor_Group>,
124 def d_Group : OptionGroup<"<d group>">, Group<Preprocessor_Group>,
128 def Diag_Group : OptionGroup<"<W/R group>">, Group<CompileOnly_Group>,
133 def R_Group : OptionGroup<"<R group>">, Group<Diag_Group>, DocFlatten;
134 def R_value_Group : OptionGroup<"<R (with value) group>">, Group<R_Group>,
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-mt/
H A DOpts.td5 …d<["/", "-"], "identity:">, HelpText<"Not supported">, MetaVarName<"identity">, Group<unsupported>;
6 def rgs : Joined<["/", "-"], "rgs:">, HelpText<"Not supported">, MetaVarName<"script">, Group<unsup…
7 def tlb : Joined<["/", "-"], "tlb:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsuppo…
8 def dll : Joined<["/", "-"], "dll:">, HelpText<"Not supported">, MetaVarName<"dll">, Group<unsuppor…
9 …d<["/", "-"], "replacements:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsupported>;
10 …], "managedassemblyname:">, HelpText<"Not supported">, MetaVarName<"assembly">, Group<unsupported>;
11 def no_dependency : Flag<["/", "-"], "nodependency">, HelpText<"Not supported">, Group<unsupported>;
12 def category : Flag<["/", "-"], "category">, HelpText<"Not supported">, Group<unsupported>;
15 …<["/", "-"], "inputresource:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsupported>;
16 …["/", "-"], "outputresource:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsupported>;
[all …]
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DOptions.td9 Group<grp_general>;
13 Group<grp_general>;
17 Group<grp_general>;
21 Group<grp_general>;
25 Group<grp_general>;
29 Group<grp_general>;
38 Group<grp_general>;
42 Group<grp_general>;
47 Group<grp_general>;
52 Group<grp_general>;
[all …]
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DOptions.td16 Group<grp_attach>;
20 Group<grp_attach>;
24 Group<grp_attach>;
28 Group<grp_attach>;
33 Group<grp_attach>;
37 Group<grp_attach>;
45 Group<grp_scripting>;
49 Group<grp_scripting>;
53 Group<grp_scripting>;
58 Group<grp_scripting>;
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DOpts.td50 def dynamic_table : FF<"dynamic-table", "Display the dynamic section table">, Group<grp_elf>;
51 def elf_linker_options : FF<"elf-linker-options", "Display the .linker-options section">, Group<grp…
52 defm elf_output_style : Eq<"elf-output-style", "Specify ELF dump style: LLVM, GNU, JSON">, Group<gr…
53 def histogram : FF<"histogram", "Display bucket list histogram for hash sections">, Group<grp_elf>;
54 def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>;
55 def gnu_hash_table : FF<"gnu-hash-table", "Display the GNU hash table for dynamic symbols">, Group<…
56 … : FF<"hash-symbols", "Display the dynamic symbols derived from the hash section">, Group<grp_elf>;
57 def hash_table : FF<"hash-table", "Display .hash section">, Group<grp_elf>;
58 def needed_libs : FF<"needed-libs", "Display the needed libraries">, Group<grp_elf>;
59 def notes : FF<"notes", "Display notes">, Group<grp_elf>;
[all …]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DOptions.td4 def tm_sort : Option<"sort", "s">, Group<1>,
7 def tm_smn : Option<"show-mangled-names", "m">, Group<1>,
54 def blist_brief : Option<"brief", "b">, Group<1>,
56 def blist_full : Option<"full", "f">, Group<2>,
58 def blist_verbose : Option<"verbose", "v">, Group<3>,
67 def breakpoint_modify_ignore_count : Option<"ignore-count", "i">, Group<1>,
70 def breakpoint_modify_one_shot : Option<"one-shot", "o">, Group<1>,
73 def breakpoint_modify_thread_index : Option<"thread-index", "x">, Group<1>,
76 def breakpoint_modify_thread_id : Option<"thread-id", "t">, Group<1>,
79 def breakpoint_modify_thread_name : Option<"thread-name", "T">, Group<1>,
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcvt1.C15 class Group
19 Group (GroupType type) : groupType (type), groupCount (0) { } in Group() function
20 ~Group () { } in ~Group()
30 inline Group& operator += (Group& g, Thing* const t)
39 Group g (Group::THIS_GROUP) ; in main()
42 std::cout << "Group type is " << (Group::GroupType) g << std::endl ; in main()
/openbsd-src/gnu/llvm/clang/tools/diagtool/
H A DTreeView.cpp39 static bool unimplemented(const GroupRecord &Group) { in unimplemented() argument
40 if (!Group.diagnostics().empty()) in unimplemented()
43 return llvm::all_of(Group.subgroups(), unimplemented); in unimplemented()
46 static bool enabledByDefault(const GroupRecord &Group) { in enabledByDefault() argument
47 for (const DiagnosticRecord &DR : Group.diagnostics()) { in enabledByDefault()
52 for (const GroupRecord &GR : Group.subgroups()) { in enabledByDefault()
60 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup() argument
63 if (unimplemented(Group)) in printGroup()
65 else if (enabledByDefault(Group)) in printGroup()
70 out << "-W" << Group.getName() << "\n" << Colors::RESET; in printGroup()
[all …]
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh4a.md59 ;; Group: BR
67 ;; Group: BR
75 ;; Group: CO
82 ;; EX Group Single
83 ;; Group: EX
91 ;; Group: LS
99 ;; Group: MT
107 ;; Group: LS
120 ;; Group: LS
130 ;; Group: LS
[all …]
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DLLGSOptions.td18 Group<grp_connect>;
22 Group<grp_connect>;
26 Group<grp_connect>;
30 Group<grp_connect>;
36 Group<grp_general>;
40 Group<grp_general>;
43 Group<grp_general>;
45 Group<grp_general>;
48 Group<grp_general>;
50 Group<grp_general>;
[all …]
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DCLWarnings.cpp19 std::optional<diag::Group>
22 case 4005: return diag::Group::MacroRedefined; in diagGroupFromCLWarningID()
23 case 4018: return diag::Group::SignCompare; in diagGroupFromCLWarningID()
24 case 4100: return diag::Group::UnusedParameter; in diagGroupFromCLWarningID()
25 case 4910: return diag::Group::DllexportExplicitInstantiationDecl; in diagGroupFromCLWarningID()
26 case 4996: return diag::Group::DeprecatedDeclarations; in diagGroupFromCLWarningID()
H A DDiagnosticIDs.cpp630 StringRef DiagnosticIDs::getWarningOptionDocumentation(diag::Group Group) { in getWarningOptionDocumentation() argument
631 return OptionTable[static_cast<int>(Group)].Documentation; in getWarningOptionDocumentation()
634 StringRef DiagnosticIDs::getWarningOptionForGroup(diag::Group Group) { in getWarningOptionForGroup() argument
635 return OptionTable[static_cast<int>(Group)].getName(); in getWarningOptionForGroup()
638 std::optional<diag::Group>
644 return static_cast<diag::Group>(Found - OptionTable); in getGroupForWarningOption()
647 std::optional<diag::Group> DiagnosticIDs::getGroupForDiag(unsigned DiagID) { in getGroupForDiag()
649 return static_cast<diag::Group>(Info->getOptionGroupIndex()); in getGroupForDiag()
677 const WarningOption *Group, in getDiagnosticsInGroup() argument
681 if (!Group->Members && !Group->SubGroups) in getDiagnosticsInGroup()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp37 IncludeDirGroup Group; member
41 DirectoryLookupInfo(IncludeDirGroup Group, DirectoryLookup Lookup, in DirectoryLookupInfo()
43 : Group(Group), Lookup(Lookup), UserEntryIdx(UserEntryIdx) {} in DirectoryLookupInfo()
65 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework,
71 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
123 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() argument
132 return AddUnmappedPath(IncludeSysroot + Path, Group, isFramework, in AddPath()
137 return AddUnmappedPath(Path, Group, isFramework, UserEntryIdx); in AddPath()
140 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath() argument
158 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) { in AddUnmappedPath()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp153 void convertCmovInstsToBranches(SmallVectorImpl<MachineInstr *> &Group) const;
197 for (auto &Group : AllCmovGroups) { in runOnMachineFunction() local
200 llvm::none_of(Group, [&](MachineInstr *I) { return I->mayLoad(); })) in runOnMachineFunction()
207 convertCmovInstsToBranches(Group); in runOnMachineFunction()
262 for (auto &Group : CmovInstGroups) in runOnMachineFunction() local
263 convertCmovInstsToBranches(Group); in runOnMachineFunction()
292 CmovGroup Group; in collectCmovCandidates() local
294 Group.clear(); in collectCmovCandidates()
311 if (Group.empty()) { in collectCmovCandidates()
320 Group.push_back(&I); in collectCmovCandidates()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h82 void addSuccessor(MemoryGroup *Group, bool IsDataDependent) { in addSuccessor() argument
89 Group->NumPredecessors++; in addSuccessor()
92 Group->onGroupIssued(CriticalMemoryInstruction, IsDataDependent); in addSuccessor()
95 DataSucc.emplace_back(Group); in addSuccessor()
97 OrderSucc.emplace_back(Group); in addSuccessor()
278 const MemoryGroup &Group = getGroup(GroupID); in isReady() local
279 return Group.isReady(); in isReady()
286 const MemoryGroup &Group = getGroup(GroupID); in isPending() local
287 return Group.isPending(); in isPending()
294 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() local
[all …]
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp36 Record *Group; member
71 Record *Group = nullptr; in extractDocumentation() local
73 Group = SkipFlattened(G->getDef()); in extractDocumentation()
74 GroupsInGroup[Group].push_back(R); in extractDocumentation()
96 Record *Group = nullptr; in extractDocumentation() local
98 Group = SkipFlattened(G->getDef()); in extractDocumentation()
99 OptionsInGroup[Group].push_back(R); in extractDocumentation()
124 D.Groups.back().Group = G; in extractDocumentation()
179 bool isGroupIncluded(const DocumentedGroup &Group, const Record *DocInfo) { in isGroupIncluded() argument
180 if (isIncluded(Group.Group, DocInfo)) in isGroupIncluded()
[all …]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp114 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportClones() local
118 *BT_Exact, "Duplicate code detected", makeLocation(Group.front(), Mgr)); in reportClones()
119 R->addRange(Group.front().getSourceRange()); in reportClones()
121 for (unsigned i = 1; i < Group.size(); ++i) in reportClones()
122 R->addNote("Similar code here", makeLocation(Group[i], Mgr), in reportClones()
123 Group[i].getSourceRange()); in reportClones()
133 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportSuspiciousClones() local
134 for (unsigned i = 0; i < Group.size(); ++i) { in reportSuspiciousClones()
135 VariablePattern PatternA(Group[i]); in reportSuspiciousClones()
137 for (unsigned j = i + 1; j < Group.size(); ++j) { in reportSuspiciousClones()
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DSecurity.rst2 LLVM Security Group
5 The LLVM Security Group has the following goals:
16 The LLVM Security Group is private. It is composed of trusted LLVM contributors. Its discussions re…
25 …ourse forums`_ asking to get in touch with someone from the LLVM Security Group. **The escalation …
28 Group Composition
31 Security Group Members
59 * Nominees for LLVM Security Group membership should fall in one of these groups:
77 … the following are necessary but not sufficient criteria for membership in the LLVM Security Group:
79 …- If already in the LLVM Security Group, has actively participated in one (if any) security issue …
80 …- If already in the LLVM Security Group, has actively participated in most membership discussions …
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DThreadPool.cpp135 bool ThreadPool::workCompletedUnlocked(ThreadPoolTaskGroup *Group) const { in workCompletedUnlocked()
136 if (Group == nullptr) in workCompletedUnlocked()
138 return ActiveGroups.count(Group) == 0 && in workCompletedUnlocked()
140 [Group](const auto &T) { return T.second == Group; }); in workCompletedUnlocked()
151 void ThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait() argument
156 [&] { return workCompletedUnlocked(&Group); }); in wait()
161 !llvm::is_contained(*CurrentThreadTaskGroups, &Group)); in wait()
165 processTasks(&Group); in wait()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td250 Group<grp_mach_o>;
254 Group<grp_mach_o>;
258 Group<grp_mach_o>;
262 Group<grp_mach_o>;
266 Group<grp_mach_o>;
270 Group<grp_mach_o>;
274 Group<grp_mach_o>;
278 Group<grp_mach_o>;
281 Group<grp_mach_o>;
285 Group<grp_mach_o>;
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionELF.h42 const PointerIntPair<const MCSymbolELF *, 1, bool> Group; variable
57 UniqueID(UniqueID), EntrySize(entrySize), Group(group, IsComdat), in MCSectionELF()
59 if (Group.getPointer()) in MCSectionELF()
60 Group.getPointer()->setIsSignature(); in MCSectionELF()
76 const MCSymbolELF *getGroup() const { return Group.getPointer(); } in getGroup()
77 bool isComdat() const { return Group.getInt(); } in isComdat()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DThreadPool.h74 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async() argument
77 return async(Group, std::move(Task)); in async()
89 auto async(ThreadPoolTaskGroup &Group, Func &&F)
92 &Group);
105 void wait(ThreadPoolTaskGroup &Group);
143 bool workCompletedUnlocked(ThreadPoolTaskGroup *Group) const;
149 ThreadPoolTaskGroup *Group) { in asyncImpl() argument
163 Tasks.emplace_back(std::make_pair(std::move(R.first), Group)); in asyncImpl()
176 Tasks.emplace_back(std::make_pair([Future]() { Future.get(); }, Group)); in asyncImpl()
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp35 for (const auto &Group : GroupedRanges) { in dump() local
36 OS << "Test selection group '" << Group.Name << "':\n"; in dump()
37 for (const auto &Range : Group.Ranges) { in dump()
54 for (const auto &Group : GroupedRanges) { in foreachRange() local
55 for (const TestSelectionRange &Range : Group.Ranges) { in foreachRange()
121 for (auto &Group : Results) { in ~TestRefactoringResultConsumer() local
122 for (auto &Result : Group) { in ~TestRefactoringResultConsumer()
179 for (auto &Group : llvm::enumerate(Results)) { in handleAllResults() local
183 for (auto &I : llvm::enumerate(Group.value())) { in handleAllResults()
221 TestRanges.GroupedRanges[Group.index()].Ranges[I.index()].Begin); in handleAllResults()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/yaml-bench/
H A DYAMLBench.cpp145 static void benchmark(llvm::TimerGroup &Group, llvm::StringRef Name, in benchmark() argument
148 Group); in benchmark()
158 (Description + ": Tokenizing").str(), Group); in benchmark()
166 (Description + ": Parsing").str(), Group); in benchmark()
220 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main() local
221 benchmark(Group, "Fast", "Fast", createJSONText(10, 500)); in main()
223 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main() local
224 benchmark(Group, "Small", "Small Values", createJSONText(MemoryLimitMB, 5)); in main()
225 benchmark(Group, "Medium", "Medium Values", in main()
227 benchmark(Group, "Large", "Large Values", in main()

1234567891011