/external/clang/test/SemaOpenCL/ |
D | event_t.cl | 3 event_t glb_evt; // expected-error {{the event_t type cannot be used to declare a program scope var… 6 …event_t evt; // expected-error {{the 'event_t' type cannot be used to declare a structure or union… 9 void foo(event_t evt); // expected-note {{passing argument to parameter 'evt' here}} 11 void kernel ker(event_t argevt) { // expected-error {{'event_t' cannot be used as the type of a ker… 12 event_t e; 13 …constant event_t const_evt; // expected-error {{the event_t type can only be used with __private a… 16 foo(5); // expected-error {{passing 'int' to parameter of incompatible type 'event_t'}} 17 foo((event_t)1); // expected-error {{cannot cast non-zero value '1' to 'event_t'}}
|
D | event_t_overload.cl | 3 void __attribute__((overloadable)) foo(event_t, __local char *); // expected-note {{candidate funct… 4 void __attribute__((overloadable)) foo(event_t, __local float *); // expected-note {{candidate func… 7 event_t evt;
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | event_t.cl | 3 event_t glb_evt; // expected-error {{the '__private event_t' type cannot be used to declare a progr… 6 …event_t evt; // expected-error {{the 'event_t' type cannot be used to declare a structure or union… 9 void foo(event_t evt); // expected-note {{passing argument to parameter 'evt' here}} 11 void kernel ker(event_t argevt) { // expected-error {{'__private event_t' cannot be used as the typ… 12 event_t e; 13 …constant event_t const_evt; // expected-error {{the event_t type can only be used with __private a… 16 foo(5); // expected-error {{passing 'int' to parameter of incompatible type 'event_t'}} 17 foo((event_t)1); // expected-error {{cannot cast non-zero value '1' to 'event_t'}}
|
D | array-init.cl | 14 event_t create_event(); 16 event_t e1 = create_event(); 17 event_t e2 = create_event(); 18 event_t e[] = {e1, e2};
|
D | event_t_overload.cl | 3 void __attribute__((overloadable)) foo(event_t, __local char *); // expected-note {{candidate funct… 4 void __attribute__((overloadable)) foo(event_t, __local float *); // expected-note {{candidate func… 7 event_t evt;
|
D | clk_event_t.cl | 10 event_t e; 15 …if (e == ce1) { // expected-error {{invalid operands to binary expression ('__private event_t' and…
|
/external/clang/test/CodeGenOpenCL/ |
D | event_t.cl | 3 void foo(event_t evt); 6 event_t e; 7 // CHECK: alloca %opencl.event_t*, 9 // CHECK: call {{.*}}void @foo(%opencl.event_t* % 11 // CHECK: call {{.*}}void @foo(%opencl.event_t* null) 12 foo((event_t)0); 13 // CHECK: call {{.*}}void @foo(%opencl.event_t* null)
|
D | opencl_types.cl | 30 event_t evt; 31 // CHECK: alloca %opencl.event_t*
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | event_t.cl | 3 void foo(event_t evt); 6 event_t e; 7 // CHECK: alloca %opencl.event_t*, 9 // CHECK: call {{.*}}void @foo(%opencl.event_t* % 11 // CHECK: call {{.*}}void @foo(%opencl.event_t* null) 12 foo((event_t)0); 13 // CHECK: call {{.*}}void @foo(%opencl.event_t* null)
|
D | opencl_types.cl | 44 event_t evt; 45 // CHECK-SPIR: alloca %opencl.event_t* 46 // CHECK-AMDGCN: alloca %opencl.event_t addrspace(5)*
|
/external/llvm-project/libclc/generic/lib/async/ |
D | async_work_group_copy.inc | 1 _CLC_OVERLOAD _CLC_DEF event_t async_work_group_copy( 5 event_t event) { 10 _CLC_OVERLOAD _CLC_DEF event_t async_work_group_copy( 14 event_t event) {
|
D | async_work_group_strided_copy.inc | 14 _CLC_OVERLOAD _CLC_DEF event_t async_work_group_strided_copy( 19 event_t event) { 25 _CLC_OVERLOAD _CLC_DEF event_t async_work_group_strided_copy( 30 event_t event) {
|
/external/clang/test/CodeGen/ |
D | 2003-08-18-StructAsValue.c | 6 } event_t; typedef 8 event_t test(int X) { in test() 9 event_t foo = { 1 }, bar = { 2 }; in test()
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2003-08-18-StructAsValue.c | 6 } event_t; typedef 8 event_t test(int X) { in test() 9 event_t foo = { 1 }, bar = { 2 }; in test()
|
/external/llvm-project/libclc/generic/include/clc/async/ |
D | async_work_group_copy.inc | 1 _CLC_OVERLOAD _CLC_DECL event_t async_work_group_copy( 5 event_t event);
|
D | async_work_group_strided_copy.inc | 1 _CLC_OVERLOAD _CLC_DECL event_t async_work_group_strided_copy( 6 event_t event);
|
D | wait_group_events.h | 2 event_t *event_list);
|
/external/bcc/examples/cpp/ |
D | LLCStat.cc | 63 struct event_t { struct 100 auto refs = bpf.get_hash_table<event_t, uint64_t>("ref_count"); in main() 101 auto misses = bpf.get_hash_table<event_t, uint64_t>("miss_count"); in main()
|
D | RandomRead.cc | 60 struct event_t { struct 68 auto event = static_cast<event_t*>(data); in handle_output() argument
|
D | FollyRequestContextSwitch.cc | 49 struct event_t { struct 57 auto event = static_cast<event_t*>(data); in handle_output() argument
|
/external/llvm-project/clang/lib/Headers/ |
D | opencl-c.h | 12627 event_t __ovld async_work_group_copy(__local char *dst, const __global char *src, size_t num_elemen… 12628 event_t __ovld async_work_group_copy(__local uchar *dst, const __global uchar *src, size_t num_elem… 12629 event_t __ovld async_work_group_copy(__local short *dst, const __global short *src, size_t num_elem… 12630 event_t __ovld async_work_group_copy(__local ushort *dst, const __global ushort *src, size_t num_el… 12631 event_t __ovld async_work_group_copy(__local int *dst, const __global int *src, size_t num_elements… 12632 event_t __ovld async_work_group_copy(__local uint *dst, const __global uint *src, size_t num_elemen… 12633 event_t __ovld async_work_group_copy(__local long *dst, const __global long *src, size_t num_elemen… 12634 event_t __ovld async_work_group_copy(__local ulong *dst, const __global ulong *src, size_t num_elem… 12635 event_t __ovld async_work_group_copy(__local float *dst, const __global float *src, size_t num_elem… 12636 event_t __ovld async_work_group_copy(__local char2 *dst, const __global char2 *src, size_t num_elem… [all …]
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 14039 event_t __ovld async_work_group_copy(__local char *dst, const __global char *src, size_t num_elemen… 14040 event_t __ovld async_work_group_copy(__local uchar *dst, const __global uchar *src, size_t num_elem… 14041 event_t __ovld async_work_group_copy(__local short *dst, const __global short *src, size_t num_elem… 14042 event_t __ovld async_work_group_copy(__local ushort *dst, const __global ushort *src, size_t num_el… 14043 event_t __ovld async_work_group_copy(__local int *dst, const __global int *src, size_t num_elements… 14044 event_t __ovld async_work_group_copy(__local uint *dst, const __global uint *src, size_t num_elemen… 14045 event_t __ovld async_work_group_copy(__local long *dst, const __global long *src, size_t num_elemen… 14046 event_t __ovld async_work_group_copy(__local ulong *dst, const __global ulong *src, size_t num_elem… 14047 event_t __ovld async_work_group_copy(__local float *dst, const __global float *src, size_t num_elem… 14048 event_t __ovld async_work_group_copy(__local char2 *dst, const __global char2 *src, size_t num_elem… [all …]
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify08.c | 53 struct event_t { struct 61 static struct event_t event_set[EVENT_MAX]; argument
|
D | inotify04.c | 39 struct event_t { struct 47 struct event_t event_set[EVENT_MAX]; argument
|
D | inotify07.c | 52 struct event_t { struct 63 static struct event_t event_set[EVENT_MAX]; argument
|