HomeSort by relevance Sort by last modified time
    Searched full:event_t (Results 1 - 24 of 24) sorted by null

  /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:__anon8596
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 {{'event_t' cannot be used as the type of a kernel parameter}}
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;
  /system/extras/perfprofd/quipper/
perf_utils.h 34 event_t* CallocMemoryForEvent(size_t size);
35 event_t* ReallocMemoryForEvent(event_t* event, size_t new_size);
87 uint64_t GetPerfSampleDataOffset(const event_t& event);
perf_utils.cc 31 event_t* CallocMemoryForEvent(size_t size) {
32 event_t* event = reinterpret_cast<event_t*>(calloc(1, size));
115 uint64_t GetPerfSampleDataOffset(const event_t& event) {
119 offset = offsetof(event_t, sample.array);
perf_internals.h 62 typedef perf_event event_t; typedef
perf_reader.h 149 bool ReadPerfSampleInfo(const event_t& event,
153 event_t* event) const;
160 const std::vector<malloced_unique_ptr<event_t>>& events() const {
240 bool ReadPerfEventBlock(const event_t& event);
264 std::vector<malloced_unique_ptr<event_t>> events_;
perf_parser.h 43 // Stores address of an event_t owned by the |PerfReader::events_| vector.
44 event_t* raw_event;
perf_reader.cc 743 const event_t& event = *events_[i];
782 bool PerfReader::ReadPerfSampleInfo(const event_t& event,
812 event_t* event) const {
    [all...]
perf_parser.cc 152 event_t& event = *parsed_event.raw_event;
434 const event_t* raw_event = parsed_event->raw_event;
  /external/clang/lib/CodeGen/
CGOpenCLRuntime.cpp 87 Ctx, "opencl.event_t"), 0);
  /external/clang/include/clang/AST/
BuiltinTypes.def 174 // 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 713 /// \brief Passing zero to a function where OpenCL event_t is expected.
    [all...]
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]
  /external/clang/lib/Sema/
Sema.cpp 213 addImplicitTypedef("event_t", Context.OCLEventTy);
    [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td     [all...]

Completed in 1314 milliseconds