Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 25 of 231) sorted by relevance

12345678910

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dgetgrouplist.cpp10 gid_t *groups; in main() local
15 groups = (gid_t *)malloc(ngroups * sizeof(gid_t)); in main()
16 if (!groups) in main()
22 if (getgrouplist("nobody", nobody, groups, &ngroups)) in main()
25 if (groups && ngroups) { in main()
26 free(groups); in main()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dgetgroupmembership.cpp10 gid_t *groups; in main() local
16 groups = (gid_t *)malloc(maxgrp * sizeof(gid_t)); in main()
17 if (!groups) in main()
23 if (getgroupmembership("nobody", nobody, groups, maxgrp, &ngroups)) in main()
26 if (groups && ngroups) { in main()
27 free(groups); in main()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu_group.c1232 if (!groups[i]->write && !groups[j]->write) in group_writes()
1235 if (!overlap(groups[i], groups[j])) in group_writes()
1238 groups[i] = join_groups_and_free(groups[i], groups[j]); in group_writes()
1240 groups[j] = groups[n - 1]; in group_writes()
1244 if (!groups[i]) in group_writes()
1358 if (!depth_accesses_overlap(groups[i], groups[j])) in group_common_shared_memory_tile()
1361 group = join_groups(groups[i], groups[j]); in group_common_shared_memory_tile()
1381 groups[j] = groups[n - 1]; in group_common_shared_memory_tile()
1401 array->groups = groups; in set_array_groups()
1415 groups[0] = join_groups_and_free(groups[0], groups[i]); in join_all_groups()
[all …]
/llvm-project-15.0.7/clang/docs/tools/
H A Ddump_ast_matchers.py182 result, inner, name = m.groups()
195 inner, name = m.groups()
211 loc, name, results = m.groups()[0:3]
237 args = m.groups()[4:]
281 p, n, result, name = m.groups()[0:4]
282 args = m.groups()[4:]
301 args = m.groups()[4:]
347 name = m.groups()[0]
357 result, arg, name = m.groups()[:3]
368 results, trailing = m.groups()
[all …]
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dcatch-id-type.mm22 id groups;
25 groups = Groups(); // throws on errors.
38 groups = [ns_array array];
42 groups = [ns_array array];
44 return groups;
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp112 const RSScriptGroupList &groups = runtime->GetScriptGroups(); in DoExecute() local
114 stream.Printf("%" PRIu64 " script %s", uint64_t(groups.size()), in DoExecute()
115 (groups.size() == 1) ? "group" : "groups"); in DoExecute()
119 for (const RSScriptGroupDescriptorSP &g : groups) { in DoExecute()
/llvm-project-15.0.7/lld/test/ELF/
H A Dcomdat-local-signature.s2 ## COMDAT groups are deduplicated by the name of the signature symbol.
16 ## Non-GRP_COMDAT groups are never deduplicated.
20 ## GRP_COMDAT groups are deduplicated.
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Ddemangle.test2 ## (including dynamic symbols), relocations (including dynamic relocations), and groups.
8 # RUN: --section-groups --cg-profile --addrsig \
11 # RUN: --section-groups --cg-profile --addrsig \
18 # RUN: --section-groups --cg-profile --addrsig \
21 # RUN: --section-groups --cg-profile --addrsig \
71 # RUN: --section-groups --addrsig --demangle %t.so > %t.gnu.long
73 # RUN: --section-groups --addrsig -C %t.so > %t.gnu.short
79 # RUN: --section-groups --addrsig %t.so > %t.gnu.default
81 # RUN: --section-groups --addrsig --no-demangle %t.so > %t.gnu.nodemangle
H A Dgroups.test6 # RUN: llvm-readobj --elf-section-groups %t.o | FileCheck %s
146 # RUN: llvm-readobj --section-groups %t.symtab.o 2>&1 | \
148 # RUN: llvm-readelf --section-groups %t.symtab.o 2>&1 | \
199 # RUN: llvm-readobj --section-groups %t.symtab2.o 2>&1 | \
201 # RUN: llvm-readelf --section-groups %t.symtab2.o 2>&1 | \
250 # RUN: llvm-readobj --section-groups %t.secsize.o 2>&1 | \
252 # RUN: llvm-readelf --section-groups %t.secsize.o 2>&1 | \
292 # RUN: llvm-readobj --section-groups %t.name.o 2>&1 | \
294 # RUN: llvm-readelf --section-groups %t.name.o 2>&1 | \
394 # RUN: llvm-readobj --section-groups %t.signame.o 2>&1 | \
[all …]
/llvm-project-15.0.7/lldb/examples/python/
H A Ddiagnose_unwind.py174 if len(lldb_versions_match.groups()
175 ) >= 1 and lldb_versions_match.groups()[0]:
176 lldb_major = int(lldb_versions_match.groups()[0])
177 if len(lldb_versions_match.groups()
178 ) >= 5 and lldb_versions_match.groups()[4]:
179 lldb_minor = int(lldb_versions_match.groups()[4])
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dmain.py305 groups = [(c.label, len(tests_by_code[c])) for c in codes]
306 groups = [(label, count) for label, count in groups if count]
307 if not groups:
310 max_label_len = max(len(label) for label, _ in groups)
311 max_count_len = max(len(str(count)) for _, count in groups)
313 for (label, count) in groups:
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-format-verify.td71 // Test attribute followed by two optional groups and then a colon.
79 // Test attribute followed by two optional groups and then a colon in the else
88 // Test attribute followed by two optional groups with guarded colons but then a
97 // Test optional attribute followed by optional groups with a colon along one
107 // Test optional attribute followed by optional groups with a colon along one
143 // Test attribute followed by two optional groups with guarded colons.
150 // Test optional attribute followed by two optional groups with guarded colons.
/llvm-project-15.0.7/llvm/utils/
H A Dconvert-constraint-log-to-z3.py46 groups = content.split('---')
50 for group in groups:
H A Dupdate_llc_test_checks.py54 triple_in_ir = m.groups()[0]
75 triple_in_cmd = m.groups()[0]
80 march_in_cmd = m.groups()[0]
83 if m and m.groups()[0] == 'isel':
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dgroup.test3 # RUN: llvm-readobj --section-groups %t1 | FileCheck %s
85 # RUN: llvm-readelf -s --section-groups %t5 | FileCheck %s --check-prefix=LOCAL-SIG
91 # RUN: llvm-readelf -s --section-groups %t1 | FileCheck %s --check-prefix=WEAK-SIG
97 # RUN: llvm-readelf -s --section-groups %t6 | FileCheck %s --check-prefix=GLOBAL-SIG
108 # RUN: llvm-readelf -s --section-groups %t.localsig.out | FileCheck %s --check-prefix=LOCAL-SIG
H A Dcompress-debug-sections-groups.test10 # RUN: llvm-readobj -S --section-groups %t-compressed.o | \
15 # RUN: llvm-readobj --section-groups %t-decompressed.o | \
/llvm-project-15.0.7/lldb/source/Commands/
H A DOptionsBase.td6 // Default value: LLDB_OPT_SET_ALL (Option allowed in all groups)
12 // - `GroupRange`: Sets an interval of groups. Start and end are inclusive.
113 // Moves the option into a list of option groups.
114 class Groups<list<int> groups> {
115 list<int> Groups = groups;
118 // Moves the option in all option groups in a range.
/llvm-project-15.0.7/bolt/test/
H A Dlink_fdata.py55 src_dst, execnt, mispred = fdata_match.groups()
63 exprs.append(('PREAGG', preagg_match.groups()))
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dsection-group.yaml1 ## Checks that the tool is able to read section groups from ELF.
3 ## Check how groups sections are dumped.
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DOpts.td19 "--section-groups and --histogram">;
54 def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>;
110 def : FF<"elf-section-groups", "Alias for --section-groups">, Alias<section_groups>, Flags<[HelpHid…
122 def : F<"g", "Alias for --section-groups">, Alias<section_groups>, Group<grp_elf>;
/llvm-project-15.0.7/polly/lib/External/isl/
H A DREADME24 New releases are announced on http://groups.google.com/group/isl-announce
30 contact http://groups.google.com/group/isl-development
/llvm-project-15.0.7/lldb/test/API/macosx/nslog/
H A DTestDarwinNSLogOutput.py127 self.assertGreater(len(self.child.match.groups()), 0)
150 self.assertEqual(len(self.child.match.groups()), 0)
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.td51 // Diagnostic Categories. These can be applied to groups or individual
67 // This defines documentation for diagnostic groups.
73 // This defines all of the named diagnostic groups.
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/AArch64/
H A Dmax-vf-for-interleaved.ll8 ; Check vectorization of interleaved access groups with positive dependence
11 ; However, for interleaved groups, the effective VF is VF * IF, where IF is the
/llvm-project-15.0.7/llvm/test/Instrumentation/SanitizerCoverage/
H A Dcoff-comdat.ll3 ; Make sure we use the right comdat groups for COFF to avoid relocations
41 ; 'foo' and 'bar' should be in their new comdat groups.

12345678910