Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py21 def closed(self): member in BadIO
301 self.assertTrue(f.closed)
491 self.assertTrue(f.closed)
519 self.assertTrue(f.closed)
617 self.assertFalse(closed)
620 self.assertFalse(closed)
623 self.assertTrue(closed)
624 self.assertTrue(f.closed)
630 self.assertFalse(closed)
633 self.assertFalse(closed)
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Denum-attr.c7 enum __attribute__((enum_extensibility(closed))) EnumClosed {
19 enum __attribute__((flag_enum,enum_extensibility(closed))) EnumFlagClosed {
32 enum __attribute__((enum_extensibility(closed,open))) EnumTooManyArgs { // expected-error{{use of u…
/llvm-project-15.0.7/.github/workflows/
H A Dclosed-issues.yml1 name: Labeling closed issues
4 types: ['closed']
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dafl-driver-close-fd-mask.test11 ; Test that stdout is closed properly.
15 ; Test that stderr is closed properly.
19 ; Test that both are closed properly.
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Denum-attr.cpp7 enum __attribute__((enum_extensibility(closed))) EnumClosed {
19 enum __attribute__((flag_enum,enum_extensibility(closed))) EnumFlagClosed {
/llvm-project-15.0.7/clang/test/FixIt/
H A Dselector-fixit.m10 - (void)closed; method
17 - (void)closed { } method
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dfdpexpect.py59 self.closed = False
75 self.closed = True
H A Dpty_spawn.py225 s.append('closed: ' + str(self.closed))
310 self.closed = False
330 self.closed = True
436 if self.closed:
H A Dpopen_spawn.py55 self.closed = False
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_transitive_closure.c26 isl_bool closed; in isl_map_is_transitively_closed() local
32 return closed; in isl_map_is_transitively_closed()
38 isl_bool closed; in isl_union_map_is_transitively_closed() local
45 return closed; in isl_union_map_is_transitively_closed()
1939 if (closed < 0) in construct_power_components()
1941 if (!closed) { in construct_power_components()
2561 isl_bool closed; in isl_map_transitive_closure() local
2572 if (closed < 0) in isl_map_transitive_closure()
2574 if (closed) { in isl_map_transitive_closure()
2869 if (closed < 0) in isl_union_map_transitive_closure()
[all …]
/llvm-project-15.0.7/openmp/runtime/tools/
H A DsummarizeStats.py33 return plt.Polygon(verts, closed=True, edgecolor='k')
56 closed = kwargs.pop('closed', True)
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
/llvm-project-15.0.7/llvm/docs/
H A DCycleTerminology.rst190 .. _cycle-closed-path:
195 A *closed path* in a CFG is a connected sequence of nodes and edges in
198 1. If a node D dominates one or more nodes in a closed path P and P
206 2. If a node D dominates one or more nodes in a closed path P and P
219 3. If a closed path P contains nodes U1 and U2 but not their
H A DBugLifeCycle.rst14 being reported, to being worked on, and finally getting closed out. The
56 unless the issue is being :ref:`closed<Closing>`.
/llvm-project-15.0.7/llvm/utils/vscode/llvm/
H A Dlanguage-configuration.json12 // symbols that are auto closed when typing
H A Dlanguage-configuration-tablegen.json14 // symbols that are auto closed when typing
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dcfi-scope-errors2.s2 # without the first one being closed.
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dsymbol-variants-errors.s10 @ check for missing closed paren
H A Deh-directive-fnstart-diagnostics.s6 @ There should be some diagnostics when the previous .fnstart is not closed
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/android/
H A Dcloexec-pipe2.rst7 adds the O_CLOEXEC flag that marks the file descriptor to be closed in child processes.
H A Dcloexec-pipe.rst8 be closed in child processes. Without this flag a sensitive file descriptor can be leaked to a
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py165 self.closed = False
371 if not self.closed:
393 if not self.closed:
402 self.closed = True
/llvm-project-15.0.7/llvm/test/Other/
H A Dwriting-to-stdout.ll6 ; closed STDOUT_FILENO. The exact options used in this test are unimportant, as
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseInit.cpp534 bool closed = !T.consumeClose(); in ParseBraceInitializer() local
536 if (InitExprsOk && closed) in ParseBraceInitializer()
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dmemset-06.ll4 ; section is closed).
/llvm-project-15.0.7/llvm/test/MC/X86/AlignedBundling/
H A Dnesting.s71 # inner nest is closed.

12