/external/clang/test/CodeGenOpenCL/ |
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)
|
opencl_types.cl | 30 event_t evt; 31 // CHECK: alloca %opencl.event_t*
|
/external/clang/test/CodeGen/ |
2003-08-18-StructAsValue.c | 6 } event_t; typedef in typeref:struct:__anon6248 8 event_t test(int X) { 9 event_t foo = { 1 }, bar = { 2 };
|
/external/clang/test/SemaOpenCL/ |
event_t.cl | 3 event_t glb_evt; // expected-error {{the event_t type cannot be used to declare a program scope variable}} 6 event_t evt; // expected-error {{the event_t type cannot be used to declare a structure or union field}} 9 void foo(event_t evt); // expected-note {{passing argument to parameter 'evt' here}} 11 void kernel ker(event_t argevt) { // expected-error {{the event_t type cannot be used to declare a kernel function argument}} 12 event_t e; 13 constant event_t const_evt; // expected-error {{the event_t type can only be used with __private address space qualifier} [all...] |
event_t_overload.cl | 3 void __attribute__((overloadable)) foo(event_t, __local char *); // expected-note {{candidate function not viable: no known conversion from '__global int *' to '__local char *' for 2nd argument}} 4 void __attribute__((overloadable)) foo(event_t, __local float *); // expected-note {{candidate function not viable: no known conversion from '__global int *' to '__local float *' for 2nd argument}} 7 event_t evt;
|
/external/clang/test/PCH/ |
ocl_types.h | 24 // event_t 25 typedef event_t evt_t;
|
/external/clang/lib/CodeGen/ |
CGOpenCLRuntime.cpp | 62 CGM.getLLVMContext(), "opencl.event_t"), 0);
|
/external/linux-tools-perf/scripts/python/ |
netdev-times.py | 123 (diff_msec(base_t, event['event_t']), event['dev']) 130 (diff_msec(base_t, event['event_t']), event['skbaddr'], 361 'dev':dev_name, 'event_t':time} 387 'event_t':time, 'skbaddr':skbaddr, 'len':skblen}
|
/external/clang/include/clang/Basic/ |
Specifiers.h | 72 TST_event_t, // OpenCL event_t
|
TokenKinds.def | 459 KEYWORD(event_t , KEYOPENCL)
|
DiagnosticSemaKinds.td | [all...] |
/external/clang/include/clang/AST/ |
BuiltinTypes.def | 168 // OpenCL event_t.
|
OperationKinds.h | 297 // Convert a zero value for OpenCL event_t initialization.
|
Type.h | [all...] |
/external/clang/include/clang/Sema/ |
Initialization.h | 634 /// \brief Passing zero to a function where OpenCL event_t is expected. [all...] |
/external/quake/quake/src/QW/scitech/include/ |
mgraph.h | 870 } event_t;
typedef in typeref:struct:__anon14351 [all...] |
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
MGRAPH.H | 870 } event_t;
typedef in typeref:struct:__anon14650 [all...] |
/external/clang/lib/Sema/ |
DeclSpec.cpp | 433 case DeclSpec::TST_event_t: return "event_t"; [all...] |
SemaInit.cpp | [all...] |
SemaDecl.cpp | [all...] |
/external/clang/lib/AST/ |
Type.cpp | [all...] |
/prebuilts/sdk/tools/linux/ |
libclang.so | |