Searched refs:proc1 (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_proc.cpp | 46 CHECK_EQ(thr->proc1, nullptr); in ProcWire() 48 thr->proc1 = proc; in ProcWire() 53 CHECK_EQ(thr->proc1, proc); in ProcUnwire() 55 thr->proc1 = nullptr; in ProcUnwire()
|
| H A D | tsan_rtl.h | 213 Processor *proc1; member 215 Processor *proc() { return proc1; } in proc()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_proc.cpp | 47 CHECK_EQ(thr->proc1, nullptr); in ProcWire() 49 thr->proc1 = proc; in ProcWire() 54 CHECK_EQ(thr->proc1, proc); in ProcUnwire() 56 thr->proc1 = nullptr; in ProcUnwire()
|
| H A D | tsan_rtl.h | 191 Processor *proc1; member 193 Processor *proc() { return proc1; } in proc()
|
| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | weak-alias-labels.s | 10 .globl proc1 11 proc1: label 27 t1 = proc1
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/go/ |
| H A D | test.c | 95 void *proc1 = 0; in main() local 96 __tsan_proc_create(&proc1); in main() 97 current_proc = proc1; in main() 103 __tsan_proc_destroy(proc1); in main()
|
| H A D | tsan_go.cpp | 154 *procp = thr->proc1; in __tsan_init()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ml/ |
| H A D | alias.asm | 5 proc1 PROC label 7 proc1 ENDP 13 alias <t1> = <proc1> 23 ; CHECK-NEXT: Linked: proc1
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | bind-c03.f90 | 10 subroutine proc1() bind(c) 16 procedure(proc1), bind(c) :: pc1 ! no error
|
| H A D | resolve82.f90 | 18 procedure(procFunc), public, pointer, public :: proc1 variable
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-declarations.cpp | 2243 if (!proc1 || !proc2) { in Check() 2246 if (proc1->attrs.test(Procedure::Attr::Pure) != in Check() 2251 if (proc1->attrs.test(Procedure::Attr::Elemental) != in Check() 2256 if (proc1->attrs.test(Procedure::Attr::BindC) != in Check() 2261 if (proc1->functionResult && proc2->functionResult && in Check() 2262 *proc1->functionResult != *proc2->functionResult) { in Check() 2344 const Symbol &symbol2, const DummyProcedure &proc1, in CheckDummyProcedure() argument 2348 } else if (proc1 != proc2) { in CheckDummyProcedure() 2446 std::string name1{proc1.name().ToString()}; in SayNotDistinguishable() 2450 if (proc1.owner().IsDerivedType()) { in SayNotDistinguishable() [all …]
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | characteristics.cpp | 1149 const Procedure &proc1, const Procedure &proc2) const { in DistinguishableOpOrAssign() argument 1150 auto &args1{proc1.dummyArguments}; in DistinguishableOpOrAssign() 1164 const Procedure &proc1, const Procedure &proc2) const { in Distinguishable() argument 1165 auto &args1{proc1.dummyArguments}; in Distinguishable() 1172 if (Rule3Distinguishable(proc1, proc2)) { in Distinguishable() 1194 const Procedure &proc1, const Procedure &proc2) const { in Rule3Distinguishable() argument 1195 const DummyArgument *pass1{GetPassArg(proc1)}; in Rule3Distinguishable()
|