| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_proc.cpp | 24 proc->thr = nullptr; in ProcCreate() 26 AllocatorProcStart(proc); in ProcCreate() 30 return proc; in ProcCreate() 36 AllocatorProcFinish(proc); in ProcDestroy() 42 proc->~Processor(); in ProcDestroy() 43 InternalFree(proc); in ProcDestroy() 49 thr->proc1 = proc; in ProcWire() 50 proc->thr = thr; in ProcWire() 54 CHECK_EQ(thr->proc1, proc); in ProcUnwire() 55 CHECK_EQ(proc->thr, thr); in ProcUnwire() [all …]
|
| H A D | tsan_sync.cpp | 36 void SyncVar::Reset(Processor *proc) { in Reset() argument 44 if (proc == 0) { in Reset() 48 clock.Reset(&proc->clock_cache); in Reset() 49 read_clock.Reset(&proc->clock_cache); in Reset() 76 FreeRange(proc, p, sz); in FreeBlock() 102 s->Reset(proc); in FreeRange() 123 FreeRange(proc, p, sz); in ResetRange() 130 FreeRange(proc, p, sz); in ResetRange() 136 FreeRange(proc, p, diff); in ResetRange() 142 FreeRange(proc, p + sz - diff, diff); in ResetRange() [all …]
|
| H A D | tsan_mman.cpp | 59 Processor *proc; member 69 proc(ProcCreate()), in GlobalProc() 86 if (thr->proc()) in ScopedGlobalProcessor() 103 ProcWire(gp->proc, thr); in ScopedGlobalProcessor() 109 if (thr->proc() != gp->proc) in ~ScopedGlobalProcessor() 111 ProcUnwire(gp->proc, thr); in ~ScopedGlobalProcessor() 143 void AllocatorProcStart(Processor *proc) { in AllocatorProcStart() argument 144 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart() 148 void AllocatorProcFinish(Processor *proc) { in AllocatorProcFinish() argument 149 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish() [all …]
|
| H A D | tsan_sync.h | 70 void Reset(Processor *proc); 113 uptr FreeBlock(Processor *proc, uptr p); 114 bool FreeRange(Processor *proc, uptr p, uptr sz); 115 void ResetRange(Processor *proc, uptr p, uptr sz); 128 void OnProcIdle(Processor *proc);
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_proc.cpp | 24 proc->thr = nullptr; in ProcCreate() 26 AllocatorProcStart(proc); in ProcCreate() 30 return proc; in ProcCreate() 36 AllocatorProcFinish(proc); in ProcDestroy() 41 proc->~Processor(); in ProcDestroy() 42 InternalFree(proc); in ProcDestroy() 48 thr->proc1 = proc; in ProcWire() 49 proc->thr = thr; in ProcWire() 53 CHECK_EQ(thr->proc1, proc); in ProcUnwire() 54 CHECK_EQ(proc->thr, thr); in ProcUnwire() [all …]
|
| H A D | tsan_sync.cpp | 48 u32 idx = block_alloc_.Alloc(&thr->proc()->block_cache); in AllocBlock() 59 uptr MetaMap::FreeBlock(Processor *proc, uptr p, bool reset) { in FreeBlock() argument 64 FreeRange(proc, p, sz, reset); in FreeBlock() 112 FreeRange(proc, p, sz, reset); in ResetRange() 119 FreeRange(proc, p, sz, reset); in ResetRange() 125 FreeRange(proc, p, diff, reset); in ResetRange() 131 FreeRange(proc, p + sz - diff, diff, reset); in ResetRange() 232 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache); in GetSync() 277 void MetaMap::OnProcIdle(Processor *proc) { in OnProcIdle() argument 278 block_alloc_.FlushCache(&proc->block_cache); in OnProcIdle() [all …]
|
| H A D | tsan_mman.cpp | 59 Processor *proc; member 69 proc(ProcCreate()), in GlobalProc() 86 if (thr->proc()) in ScopedGlobalProcessor() 103 ProcWire(gp->proc, thr); in ScopedGlobalProcessor() 109 if (thr->proc() != gp->proc) in ~ScopedGlobalProcessor() 111 ProcUnwire(gp->proc, thr); in ~ScopedGlobalProcessor() 149 void AllocatorProcStart(Processor *proc) { in AllocatorProcStart() argument 150 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart() 154 void AllocatorProcFinish(Processor *proc) { in AllocatorProcFinish() argument 155 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish() [all …]
|
| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/omega/ |
| H A D | ts1d-mp-i_ts-m_b-0.in | 1 …proc, t + i, t - 500tb, 0] : 4000proc >= 3000 + t + i - 1000tb and 500tb <= t and 4000proc <= 3999…
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | bind-c04.f90 | 10 subroutine proc() bind(c) 15 procedure(proc), bind(c, name="aaa") :: pc1, pc2 18 procedure(proc), bind(c, name="bbb"), pointer :: pc3 21 procedure(proc), bind(c, name="ccc") :: x 23 procedure(proc), bind(c) :: pc4, pc5 26 procedure(proc), bind(c, name="pc6"), pointer :: pc6 28 procedure(proc), bind(c), pointer :: pc7 30 procedure(proc), bind(c) :: y 34 procedure(proc), bind(c, name="pc8"), bind(c), pointer :: pc8
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/thread_crash/ |
| H A D | make-core.sh | 5 if grep -q '^|' </proc/sys/kernel/core_pattern; then 7 Your system uses a crash report tool ($(cat /proc/sys/kernel/core_pattern)). Core files 8 will not be generated. Please reset /proc/sys/kernel/core_pattern (requires root 21 core_pattern=$(cat /proc/sys/kernel/core_pattern) 57 core_dump_filter=`cat /proc/self/coredump_filter` 58 echo 0 > /proc/self/coredump_filter 63 echo core_dump_filter > /proc/self/coredump_filter
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/runInTerminal/ |
| H A D | TestVSCode_runInTerminal.py | 103 proc = subprocess.run([self.lldbVSCodeExec, "--launch-target", "INVALIDPROGRAM"], 105 self.assertTrue(proc.returncode != 0) 106 self.assertIn('"--launch-target" requires "--comm-file" to be specified', proc.stderr) 117 proc = subprocess.Popen( 125 _, stderr = proc.communicate() 137 proc = subprocess.Popen( 144 stdout, _ = proc.communicate() 156 proc = subprocess.Popen( 164 stdout, _ = proc.communicate() 176 proc = subprocess.Popen( [all …]
|
| /llvm-project-15.0.7/llvm/test/Support/ |
| H A D | interrupts.test | 13 proc = subprocess.Popen([sys.argv[2]], stdout=subprocess.PIPE, stdin=subprocess.PIPE) 15 proc.stdin.write(b'foo\n') 16 proc.stdin.flush() 17 proc.stdout.readline() 22 proc.send_signal(signal.SIGINT) 32 proc = subprocess.Popen(args, 37 proc = subprocess.Popen(args,
|
| /llvm-project-15.0.7/lldb/test/Shell/Minidump/ |
| H A D | dump-all.test | 71 # CHECKCPU: /proc/cpuinfo: 75 /proc/<pid>/status output 77 # CHECKSTATUS: /proc/PID/status: 87 /proc/<pid>/cmdline output 89 # CHECKCMD: /proc/PID/cmdline: 93 # CHECKENV: /proc/PID/environ: 97 # CHECKAUX: /proc/PID/auxv: 106 # CHECKMAP: /proc/PID/maps: 112 /proc/<pid>/stat output 114 # CHECKSTAT: /proc/PID/stat: [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | trampoline_setup_test.c | 22 nested_func_t proc; variable 34 proc = bar; in main() 38 if ( (*proc)(3) != 43 ) in main() 41 if ( (*proc)(4) != 40 ) in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/gcore/ |
| H A D | make-core.sh | 5 if grep -q '1' </proc/sys/kernel/yama/ptrace_scope; then 8 cannot be generated. Please reset /proc/sys/kernel/yama/ptrace_scope to 0 (requires root 36 core_dump_filter=`cat /proc/self/coredump_filter` 37 echo 0 > /proc/self/coredump_filter 43 echo $core_dump_filter > /proc/self/coredump_filter
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | objc-try-catch-1.m | 3 void * proc(void); function 17 return proc(); 23 @throw proc(); 27 return proc(); 37 @throw (4,3,proc()); // expected-warning 2{{left operand of comma operator has no effect}} 42 return proc();
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | popen_spawn.py | 53 self.proc = subprocess.Popen(cmd, **kwargs) 54 self.pid = self.proc.pid 102 fileno = self.proc.stdout.fileno() 142 return self.proc.stdin.write(b) 146 self.proc.stdin.write(b) 161 status = self.proc.wait() 184 os.kill(self.proc.pid, sig) 188 self.proc.stdin.close()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-declarations.cpp | 130 const Symbol &proc; member 652 if (proc->init() && *proc->init()) { in CheckPointerInitialization() 1033 if (!proc) { in CheckFinal() 1036 if (!proc->IsSubroutine()) { in CheckFinal() 1361 } else if (!proc.IsSubroutine()) { in CheckDefinedAssignment() 1520 const auto &name{proc.name()}; in CheckPassArg() 1539 proc.has<ProcEntityDetails>() in CheckPassArg() 1910 if (!proc->interface().symbol() || in CheckBindC() 1944 proc != definedIoType.proc && in CheckAlreadySeenDefinedIo() 1947 SayWithDeclaration(proc, definedIoType.proc.name(), in CheckAlreadySeenDefinedIo() [all …]
|
| H A D | check-call.cpp | 567 const characteristics::Procedure &proc, in CheckProcedureArg() argument 614 } else if (proc.IsPure()) { in CheckProcedureArg() 789 CHECK(proc.HasExplicitInterface()); in RearrangeArguments() 790 if (actuals.size() < proc.dummyArguments.size()) { in RearrangeArguments() 791 actuals.resize(proc.dummyArguments.size()); in RearrangeArguments() 795 actuals.size(), proc.dummyArguments.size()); in RearrangeArguments() 812 for (const auto &dummy : proc.dummyArguments) { in RearrangeArguments() 856 const auto &dummy{proc.dummyArguments.at(index++)}; in CheckElementalConformance() 896 RearrangeArguments(proc, actuals, messages); in CheckExplicitInterface() 930 proc, actuals, context, &scope, intrinsic, true); in CheckExplicitInterface() [all …]
|
| /llvm-project-15.0.7/lldb/scripts/ |
| H A D | reproducer-replay.py | 13 proc = subprocess.Popen([LLDB, '--replay', path], 18 outs, errs = proc.communicate(timeout=TIMEOUT) 19 success = proc.returncode == 0 38 proc.kill() 40 outs, errs = proc.communicate()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/ |
| H A D | lldb-minimize-processes.patch | 19 for (lldb::addr_t proc = 21 proc != 0 && proc != LLDB_INVALID_ADDRESS; 24 ReadCStringFromMemory(proc + offset_p_comm, comm, sizeof(comm), error); 54 + printf("will link %d to %d\n", prev, proc); 55 + if (!WritePointerToMemory(prev + offset_p_list, proc, error)) 58 + prev = proc;
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | CallInterface.cpp | 70 const Fortran::evaluate::ProcedureDesignator &proc = procRef.proc(); in getMangledName() local 74 assert(proc.GetSpecificIntrinsic() && in getMangledName() 76 return proc.GetName(); in getMangledName() 81 return procRef.proc().GetSymbol(); in getProcedureSymbol() 101 const Fortran::evaluate::ProcedureDesignator &proc = procRef.proc(); in getCalleeLocation() local 485 return proc.arguments(); in getEntityContainer() 903 if (proc.attrs.test( in handleImplicitDummy() 909 proc.procedure.value(); in handleImplicitDummy() 1120 proc.dummyArguments) in hasAlternateReturns() 1143 return proc; in characterize() [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/ |
| H A D | make-core.sh | 5 if grep -q '^|' </proc/sys/kernel/core_pattern; then 7 Your system uses a crash report tool ($(cat /proc/sys/kernel/core_pattern)). Core files 8 will not be generated. Please reset /proc/sys/kernel/core_pattern (requires root 21 core_pattern=$(cat /proc/sys/kernel/core_pattern)
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MinidumpConstants.def | 64 HANDLE_MDMP_STREAM_TYPE(0x47670003, LinuxCPUInfo) // /proc/cpuinfo 65 HANDLE_MDMP_STREAM_TYPE(0x47670004, LinuxProcStatus) // /proc/$x/status 67 HANDLE_MDMP_STREAM_TYPE(0x47670006, LinuxCMDLine) // /proc/$x/cmdline 68 HANDLE_MDMP_STREAM_TYPE(0x47670007, LinuxEnviron) // /proc/$x/environ 69 HANDLE_MDMP_STREAM_TYPE(0x47670008, LinuxAuxv) // /proc/$x/auxv 70 HANDLE_MDMP_STREAM_TYPE(0x47670009, LinuxMaps) // /proc/$x/maps 72 HANDLE_MDMP_STREAM_TYPE(0x4767000B, LinuxProcStat) // /proc/$x/stat 74 HANDLE_MDMP_STREAM_TYPE(0x4767000D, LinuxProcFD) // /proc/$x/fd
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | ProcessFreeBSDKernel.cpp | 188 for (lldb::addr_t proc = in DoUpdateThreadList() local 190 proc != 0 && proc != LLDB_INVALID_ADDRESS; in DoUpdateThreadList() 191 proc = ReadPointerFromMemory(proc + offset_p_list, error)) { in DoUpdateThreadList() 193 ReadSignedIntegerFromMemory(proc + offset_p_pid, 4, -1, error); in DoUpdateThreadList() 196 ReadCStringFromMemory(proc + offset_p_comm, comm, sizeof(comm), error); in DoUpdateThreadList() 202 ReadPointerFromMemory(proc + offset_p_threads, error); in DoUpdateThreadList()
|