| /llvm-project-15.0.7/lldb/test/API/python_api/file_handle/ |
| H A D | TestFileHandle.py | 21 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 D | enum-attr.c | 7 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 D | closed-issues.yml | 1 name: Labeling closed issues 4 types: ['closed']
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | afl-driver-close-fd-mask.test | 11 ; 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 D | enum-attr.cpp | 7 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 D | selector-fixit.m | 10 - (void)closed; method 17 - (void)closed { } method
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | fdpexpect.py | 59 self.closed = False 75 self.closed = True
|
| H A D | pty_spawn.py | 225 s.append('closed: ' + str(self.closed)) 310 self.closed = False 330 self.closed = True 436 if self.closed:
|
| H A D | popen_spawn.py | 55 self.closed = False
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_transitive_closure.c | 26 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 D | summarizeStats.py | 33 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 D | CycleTerminology.rst | 190 .. _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 D | BugLifeCycle.rst | 14 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 D | language-configuration.json | 12 // symbols that are auto closed when typing
|
| H A D | language-configuration-tablegen.json | 14 // symbols that are auto closed when typing
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | cfi-scope-errors2.s | 2 # without the first one being closed.
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | symbol-variants-errors.s | 10 @ check for missing closed paren
|
| H A D | eh-directive-fnstart-diagnostics.s | 6 @ 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 D | cloexec-pipe2.rst | 7 adds the O_CLOEXEC flag that marks the file descriptor to be closed in child processes.
|
| H A D | cloexec-pipe.rst | 8 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 D | ptyprocess.py | 165 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 D | writing-to-stdout.ll | 6 ; closed STDOUT_FILENO. The exact options used in this test are unimportant, as
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 534 bool closed = !T.consumeClose(); in ParseBraceInitializer() local 536 if (InitExprsOk && closed) in ParseBraceInitializer()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | memset-06.ll | 4 ; section is closed).
|
| /llvm-project-15.0.7/llvm/test/MC/X86/AlignedBundling/ |
| H A D | nesting.s | 71 # inner nest is closed.
|