/llvm-project/clang/test/Analysis/ |
H A D | mpichecker.cpp | 90 MPI_Request req; in doubleNonblocking2() local 97 typedef struct { MPI_Request req; } ReqStruct; in doubleNonblocking3() member 114 MPI_Request req; in doubleNonblocking4() local 140 typedef struct { MPI_Request req[2][2]; } ReqStruct; in missingNonBlocking2() member 166 MPI_Request req[4]; in missingNonBlockingWaitall() local 182 MPI_Request req[4]; in missingNonBlockingWaitall2() local 196 MPI_Request req[4]; in missingNonBlockingWaitall3() local 209 MPI_Request req[4]; in missingNonBlockingWaitall4() local 215 MPI_Request req; in noDoubleRequestUsage() member 234 MPI_Request req[2]; in noDoubleRequestUsage2() member [all …]
|
H A D | MemRegion.cpp | 24 typedef struct { MPI_Request req; } ReqStruct; in testGetDescriptiveName3() member 33 typedef struct { MPI_Request req[2][2]; } ReqStruct; in testGetDescriptiveName4() member 42 typedef struct { MPI_Request req; } ReqStructInner; in testGetDescriptiveName5() member 43 typedef struct { ReqStructInner req; } ReqStruct; in testGetDescriptiveName5() member
|
/llvm-project/llvm/test/MC/AsmParser/ |
H A D | macro-required-argument.s | 3 .macro required parameter:req 10 .macro required_with_default parameter:req=0
|
H A D | macro-vararg-err.s | 11 .macro one a:req:vararg 16 .macro pointless_default a:req=default
|
H A D | macro-required-argument-err.s | 21 .macro pointless_default parameter:req=default 27 .macro missing_required parameter:req
|
/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | comparesf2.S | 45 .macro COMPARESF2_FUNCTION_BODY handle_nan:req
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-modern-protocol.mm | 21 - (id) req; method
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | nested-implicit-deduction-guides.cpp | 60 requires_clause<int>::B req(1, 2); variable
|
/llvm-project/bolt/runtime/ |
H A D | sys_aarch64.h | 243 uint64_t __nanosleep(const timespec *req, timespec *rem) { in __nanosleep()
|
H A D | sys_x86_64.h | 259 uint64_t __nanosleep(const timespec *req, timespec *rem) { in __nanosleep()
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.cpp | 148 static void PtraceDisplayBytes(int &req, void *data, size_t data_size) { in PtraceDisplayBytes() argument 1397 int req = SupportHardwareSingleStepping() ? PTRACE_SINGLESTEP : PTRACE_CONT; Syscall() local 1988 PtraceWrapper(int req,lldb::pid_t pid,void * addr,void * data,size_t data_size,long * result) PtraceWrapper() argument [all...] |
/llvm-project/mlir/lib/Dialect/NVGPU/IR/ |
H A D | NVGPUDialect.cpp | 109 int64_t req = 16 * 8 / dstMemref.getElementTypeBitWidth(); in verify() local
|
/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 403 PtraceWrapper(int req,lldb::pid_t pid,void * addr,int data,int * result) PtraceWrapper() argument
|
/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.cpp | 405 Status NativeProcessNetBSD::PtraceWrapper(int req, lldb::pid_t pid, void *addr, in PtraceWrapper() argument
|
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/ |
H A D | p3-2a.cpp | 102 bool req = x2 == x1; // expected-error {{selected deleted operator '=='}} variable
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 796 int req[2]; GetNumberOfCPUs() local
|
H A D | sanitizer_platform_limits_netbsd.cpp | 171 scsireq_t req; /* from <sys/scsiio.h> */ member
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | custom.cpp | 1832 struct timespec req, rem; in test_nanosleep() local
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 1883 __dfsw_nanosleep(const struct timespec * req,struct timespec * rem,dfsan_label req_label,dfsan_label rem_label,dfsan_label * ret_label) __dfsw_nanosleep() argument 1898 __dfso_nanosleep(const struct timespec * req,struct timespec * rem,dfsan_label req_label,dfsan_label rem_label,dfsan_label * ret_label,dfsan_origin req_origin,dfsan_origin rem_origin,dfsan_origin * ret_origin) __dfso_nanosleep() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 397 TSAN_INTERCEPTOR(int,nanosleep,void * req,void * rem) TSAN_INTERCEPTOR() argument
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 161 #define __sanitizer_syscall_pre_ptrace(req, pid, addr, data) \ argument 164 #define __sanitizer_syscall_post_ptrace(res, req, pid, addr, data) \ argument
|