Home
last modified time | relevance | path

Searched refs:PrivateAddr (Results 1 – 25 of 105) sorted by relevance

12345

/dports/net/storj/storj-1.45.3/cmd/storagenode/
H A Dgracefulexit_test.go33 address := planet.StorageNodes[0].Server.PrivateAddr().String()
64 address := planet.StorageNodes[0].Server.PrivateAddr().String()
/dports/net/storj/storj-1.45.3/satellite/
H A Dapi.go254 peer.Log.Info(fmt.Sprintf("Private server started on %s", peer.PrivateAddr()))
704 func (peer *API) PrivateAddr() string { return peer.Server.PrivateAddr().String() } func
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h146 Address PrivateAddr, LValue SharedLVal,
170 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
178 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
184 Address PrivateAddr);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h147 Address PrivateAddr, LValue SharedLVal,
171 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
179 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
185 Address PrivateAddr);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h146 Address PrivateAddr, LValue SharedLVal,
170 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
178 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
184 Address PrivateAddr);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h350 Value *PrivateAddr,
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h357 Value *PrivateAddr,
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h168 Address PrivateAddr, LValue SharedLVal,
192 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
200 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
206 Address PrivateAddr);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h168 Address PrivateAddr, LValue SharedLVal,
192 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
200 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
206 Address PrivateAddr);
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h148 Address PrivateAddr, LValue SharedLVal,
172 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
180 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
186 Address PrivateAddr);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h148 Address PrivateAddr, LValue SharedLVal,
172 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
180 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
186 Address PrivateAddr);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h414 Address PrivateAddr = Address::invalid();
H A DCGOpenMPRuntime.h168 Address PrivateAddr, LValue SharedLVal,
192 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
200 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
206 Address PrivateAddr);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h415 Address PrivateAddr = Address::invalid();
H A DCGOpenMPRuntime.h168 Address PrivateAddr, LValue SharedLVal,
192 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
200 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
206 Address PrivateAddr);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h415 Address PrivateAddr = Address::invalid();
H A DCGOpenMPRuntime.h168 Address PrivateAddr, LValue SharedLVal,
192 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
200 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
206 Address PrivateAddr);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h415 Address PrivateAddr = Address::invalid();
H A DCGOpenMPRuntime.h168 Address PrivateAddr, LValue SharedLVal,
192 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
200 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
206 Address PrivateAddr);
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h415 Address PrivateAddr = Address::invalid();
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h415 Address PrivateAddr = Address::invalid();
/dports/net/storj/storj-1.45.3/storagenode/
H A Dpeer.go370 peer.Log.Info(fmt.Sprintf("Private server started on %s", peer.PrivateAddr()))
877 func (peer *Peer) PrivateAddr() string { return peer.Server.PrivateAddr().String() } func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h169 Address PrivateAddr, LValue SharedLVal,
193 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
201 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
207 Address PrivateAddr);
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h169 Address PrivateAddr, LValue SharedLVal,
193 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
201 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
207 Address PrivateAddr);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h169 Address PrivateAddr, LValue SharedLVal,
193 emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr,
201 void emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr);
207 Address PrivateAddr);

12345