Home
last modified time | relevance | path

Searched defs:req (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dmpichecker.cpp90 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 DMemRegion.cpp24 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 Dmacro-required-argument.s3 .macro required parameter:req
10 .macro required_with_default parameter:req=0
H A Dmacro-vararg-err.s11 .macro one a:req:vararg
16 .macro pointless_default a:req=default
H A Dmacro-required-argument-err.s21 .macro pointless_default parameter:req=default
27 .macro missing_required parameter:req
/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S45 .macro COMPARESF2_FUNCTION_BODY handle_nan:req
/llvm-project/clang/test/Rewriter/
H A Drewrite-modern-protocol.mm21 - (id) req; method
/llvm-project/clang/test/SemaTemplate/
H A Dnested-implicit-deduction-guides.cpp60 requires_clause<int>::B req(1, 2); variable
/llvm-project/bolt/runtime/
H A Dsys_aarch64.h243 uint64_t __nanosleep(const timespec *req, timespec *rem) { in __nanosleep()
H A Dsys_x86_64.h259 uint64_t __nanosleep(const timespec *req, timespec *rem) { in __nanosleep()
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp148 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 DNVGPUDialect.cpp109 int64_t req = 16 * 8 / dstMemref.getElementTypeBitWidth(); in verify() local
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp403 PtraceWrapper(int req,lldb::pid_t pid,void * addr,int data,int * result) PtraceWrapper() argument
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp405 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 Dp3-2a.cpp102 bool req = x2 == x1; // expected-error {{selected deleted operator '=='}} variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp796 int req[2]; GetNumberOfCPUs() local
H A Dsanitizer_platform_limits_netbsd.cpp171 scsireq_t req; /* from <sys/scsiio.h> */ member
/llvm-project/compiler-rt/test/dfsan/
H A Dcustom.cpp1832 struct timespec req, rem; in test_nanosleep() local
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1883 __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 Dtsan_interceptors_posix.cpp397 TSAN_INTERCEPTOR(int,nanosleep,void * req,void * rem) TSAN_INTERCEPTOR() argument
/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h161 #define __sanitizer_syscall_pre_ptrace(req, pid, addr, data) \ argument
164 #define __sanitizer_syscall_post_ptrace(res, req, pid, addr, data) \ argument