Home
last modified time | relevance | path

Searched defs:data_t (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp100 struct data_t { in parseModuleId() struct
101 using uuid_t = uint8_t[16]; in parseModuleId()
102 uuid_t uuid; in parseModuleId()
103 llvm::support::ubig32_t age; in parseModuleId()
/llvm-project/clang/test/OpenMP/
H A Dtile_codegen.cpp94 typedef struct { double array[12]; } data_t; typedef
/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp1860 struct data_t { in __GOMP_taskloop() struct
1861 T a, b; in __GOMP_taskloop()
1862 uintptr_t *d; in __GOMP_taskloop()