Home
last modified time | relevance | path

Searched refs:event_t (Results 1 – 25 of 43) sorted by relevance

12

/external/clang/test/SemaOpenCL/
Devent_t.cl3 event_t glb_evt; // expected-error {{the event_t type cannot be used to declare a program scope var…
6event_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'}}
Devent_t_overload.cl3 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/
Devent_t.cl3 event_t glb_evt; // expected-error {{the '__private event_t' type cannot be used to declare a progr…
6event_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'}}
Darray-init.cl14 event_t create_event();
16 event_t e1 = create_event();
17 event_t e2 = create_event();
18 event_t e[] = {e1, e2};
Devent_t_overload.cl3 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;
Dclk_event_t.cl10 event_t e;
15 …if (e == ce1) { // expected-error {{invalid operands to binary expression ('__private event_t' and…
/external/clang/test/CodeGenOpenCL/
Devent_t.cl3 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)
Dopencl_types.cl30 event_t evt;
31 // CHECK: alloca %opencl.event_t*
/external/llvm-project/clang/test/CodeGenOpenCL/
Devent_t.cl3 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)
Dopencl_types.cl44 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/
Dasync_work_group_copy.inc1 _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) {
Dasync_work_group_strided_copy.inc14 _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/
D2003-08-18-StructAsValue.c6 } 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/
D2003-08-18-StructAsValue.c6 } 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/
Dasync_work_group_copy.inc1 _CLC_OVERLOAD _CLC_DECL event_t async_work_group_copy(
5 event_t event);
Dasync_work_group_strided_copy.inc1 _CLC_OVERLOAD _CLC_DECL event_t async_work_group_strided_copy(
6 event_t event);
Dwait_group_events.h2 event_t *event_list);
/external/bcc/examples/cpp/
DLLCStat.cc63 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()
DRandomRead.cc60 struct event_t { struct
68 auto event = static_cast<event_t*>(data); in handle_output() argument
DFollyRequestContextSwitch.cc49 struct event_t { struct
57 auto event = static_cast<event_t*>(data); in handle_output() argument
/external/llvm-project/clang/lib/Headers/
Dopencl-c.h12627 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/
Dopencl-c.h14039 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/
Dinotify08.c53 struct event_t { struct
61 static struct event_t event_set[EVENT_MAX]; argument
Dinotify04.c39 struct event_t { struct
47 struct event_t event_set[EVENT_MAX]; argument
Dinotify07.c52 struct event_t { struct
63 static struct event_t event_set[EVENT_MAX]; argument

12