/llvm-project/clang/test/CodeGen/X86/ |
H A D | ms-x86-intrinsics.c | 67 unsigned char test_inbyte(unsigned short port) { in test_inbyte() argument 75 unsigned short test_inword(unsigned short port) { in test_inword() argument 83 unsigned long test_indword(unsigned short port) { in test_indword() argument 91 void test_outbyte(unsigned short port, unsigned char data) { in test_outbyte() argument 99 void test_outword(unsigned short port, unsigned short data) { in test_outword() argument 107 test_outdword(unsigned short port,unsigned long data) test_outdword() argument [all...] |
/llvm-project/clang/tools/scan-view/bin/ |
H A D | scan-view | 41 def start_browser(port, options): argument 65 def run(port, options, root): argument 85 def port_is_open(port): argument
|
/llvm-project/clang/lib/Headers/ |
H A D | intrin.h | 333 static __inline__ unsigned char __inbyte(unsigned short port) { in __inbyte() argument 339 static __inline__ unsigned short __inword(unsigned short port) { in __inword() argument 345 static __inline__ unsigned long __indword(unsigned short port) { in __indword() argument 351 static __inline__ void __outbyte(unsigned short port, unsigned char data) { in __outbyte() argument 355 static __inline__ void __outword(unsigned short port, unsigned short data) { in __outword() argument 359 __outdword(unsigned short port,unsigned long data) __outdword() argument [all...] |
/llvm-project/llvm/test/Transforms/Inline/ML/Inputs/ |
H A D | test_output_spec.json | 6 "port": 0, number 17 "port": 0, number
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/ |
H A D | runtime-int.c | 9 unsigned short port; in bar() local 26 short port; in qux() local
|
/llvm-project/libc/test/integration/startup/gpu/ |
H A D | rpc_test.cpp | 21 LIBC_NAMESPACE::rpc::Client::Port port = in test_add_simple() local 36 rpc::Client::Port port = rpc::client.open<RPC_NOOP>(); test_noop() local
|
H A D | rpc_stream_test.cpp | 37 LIBC_NAMESPACE::rpc::Client::Port port = in test_stream() local 80 rpc::Client::Port port = rpc::client.open<RPC_TEST_STREAM>(); test_divergent() local
|
/llvm-project/libc/src/__support/GPU/ |
H A D | allocator.cpp | 19 rpc::Client::Port port = rpc::client.open<RPC_MALLOC>(); rpc_allocate() local 29 rpc::Client::Port port = rpc::client.open<RPC_FREE>(); rpc_free() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | warn-strict-selector-match.m | 63 - (unsigned)port; method 67 - (Object *)port; method 68 + (Protocol *)port; class
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerPlatform.cpp | 53 AllowPort(uint16_t port) AllowPort() argument 75 AssociatePortWithProcess(uint16_t port,lldb::pid_t pid) AssociatePortWithProcess() argument 84 FreePort(uint16_t port) FreePort() argument 162 LaunchGDBServer(const lldb_private::Args & args,std::string hostname,lldb::pid_t & pid,std::optional<uint16_t> & port,std::string & socket_name) LaunchGDBServer() argument 240 std::optional<uint16_t> port; Handle_qLaunchGDBServer() local 600 SetPendingGdbServer(lldb::pid_t pid,uint16_t port,const std::string & socket_name) SetPendingGdbServer() argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | pr41027.c | 18 void f(unsigned port) { in f()
|
/llvm-project/libc/src/stdio/gpu/ |
H A D | remove.cpp | 18 rpc::Client::Port port = rpc::client.open<RPC_REMOVE>(); global() variable
|
H A D | file.h | 53 rpc::Client::Port port = rpc::client.open<opcode>(); write_impl() local 81 rpc::Client::Port port = rpc::client.open<RPC_READ_FROM_STREAM>(); read_from_stream() local [all...] |
H A D | clearerr.cpp | 17 rpc::Client::Port port = rpc::client.open<RPC_CLEARERR>(); global() variable
|
H A D | ftell.cpp | 18 rpc::Client::Port port = rpc::client.open<RPC_FSEEK>(); global() variable
|
H A D | feof.cpp | 18 rpc::Client::Port port = rpc::client.open<RPC_FEOF>(); global() variable
|
H A D | ferror.cpp | 18 rpc::Client::Port port = rpc::client.open<RPC_FERROR>(); global() variable
|
H A D | ungetc.cpp | 18 rpc::Client::Port port = rpc::client.open<RPC_UNGETC>(); global() variable
|
H A D | fflush.cpp | 18 rpc::Client::Port port = rpc::client.open<RPC_FFLUSH>(); global() variable
|
H A D | fopen.cpp | 20 rpc::Client::Port port = rpc::client.open<RPC_OPEN_FILE>(); global() variable
|
H A D | fseek.cpp | 18 rpc::Client::Port port = rpc::client.open<RPC_FSEEK>(); global() variable
|
H A D | fclose.cpp | 19 rpc::Client::Port port = rpc::client.open<RPC_CLOSE_FILE>(); global() variable
|
/llvm-project/libc/src/__support/OSUtil/gpu/ |
H A D | io.cpp | 17 rpc::Client::Port port = rpc::client.open<RPC_WRITE_TO_STDERR>(); write_to_stderr() local
|
/llvm-project/libc/src/gpu/ |
H A D | rpc_host_call.cpp |
|
/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | NSMachPort.py | 60 def port(self): member in NSMachPortKnown_SummaryProvider 82 def port(self): member in NSMachPortUnknown_SummaryProvider
|