/llvm-project/flang/test/Lower/ |
H A D | equivalence-with-host-assoc.f90 | 47 subroutine host subroutine 55 end subroutine host argument
|
H A D | dummy-procedure-character.f90 | 208 subroutine host(f) subroutine 213 fhost global() argument 233 internhost global() argument
|
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
H A D | TestPlatformMacOSX.py | 10 def __init__(self, host): argument 31 def platform_test(self, host, expected_triple, expected_platform): argument
|
H A D | TestIOSSimulator.py | 15 def __init__(self, host, process): argument 40 def platform_test(self, host, process, expected_triple): argument
|
/llvm-project/clang/test/Parser/ |
H A D | cuda-force-host-device.cu | 15 void host() { in host() function
|
/llvm-project/offload/test/api/ |
H A D | is_initial_device.c | 15 int host = omp_is_initial_device(); in main() local
|
H A D | omp_host_pinned_memory.c | 13 const int host = omp_get_initial_device(); in main() local
|
/llvm-project/offload/test/ompt/ |
H A D | target_memcpy.c | 18 int host = omp_get_initial_device(); in main() local
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | profile-coverage-mapping.cu | 18 void host(void) { in host() function
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_offload_mandatory_codegen.cpp | 11 void host() { in host() function
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | exceptions.cu | 6 void host() { in host() function
|
H A D | vla.cu | 10 void host(int n) { in host() function
|
/llvm-project/flang/lib/Evaluate/ |
H A D | host.cpp | 18 namespace Fortran::evaluate::host { namespace [all...] |
/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.cpp | 127 Environment host) { in ComputeLaunchEnvironment() argument [all...] |
/llvm-project/openmp/runtime/test/affinity/format/ |
H A D | fields_values.c | 124 char* host = get_string(); in check_host() local
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | RNBSocket.cpp | 189 rnb_err_t RNBSocket::Connect(const char *host, uint16_t port) { in Connect()
|
H A D | debugserver.cpp | 725 static int ConnectRemote(RNBRemote *remote, const char *host, int port, in ConnectRemote() argument 1359 std::string host; main() local [all...] |
/llvm-project/lldb/source/Host/common/ |
H A D | SocketAddress.cpp | 210 bool SocketAddress::getaddrinfo(const char *host, const char *service, in getaddrinfo()
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertProcedureDesignator.cpp | 176 if (auto host = Fortran::lower::argumentHostAssocs(converter, funcAddr)) in convertProcedureDesignatorToHLFIR() local
|
H A D | ConvertCall.cpp | 501 if (mlir::Value host = argumentHostAssocs(converter, fst)) { in genCallOpAndResult() local
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-internal-inl.h | 1082 SocketWriter(const std::string& host, const std::string& port) in SocketWriter() 1127 StreamingListener(const std::string& host, const std::string& port) in StreamingListener()
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFUnit.cpp | 848 llvm::StringRef host, path; removeHostnameFromPathname() local
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | gdbclientutils.py | 335 def qLaunchGDBServer(self, host): argument
|
/llvm-project/clang/test/Analysis/ |
H A D | taint-generic.c | 578 testGetnameinfo(const struct sockaddr * restrict addr,socklen_t addrlen,char * restrict host,socklen_t hostlen,char * restrict serv,socklen_t servlen,int flags) testGetnameinfo() argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-declarations.cpp | 1446 host{symbol.owner().parent().FindSymbol(symbol.name())}) { CheckSubprogram() local
|