Home
last modified time | relevance | path

Searched defs:Pod (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield-access-tail.cpp46 struct Pod { global() struct
50 bPod global() argument
H A Ddebug-info-composite-cc.cpp30 struct Pod { struct
31 int i;
H A Dhomogeneous-aggregates.cpp114 struct Pod { struct
134 // WOA64-LABEL: define dso_local %"struct.pr47611::Pod" @"?copy@pr47611@@YA?AUPod@1@PEAU21@@Z"(ptr …
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp24 template <class T> char *WriteBytes(const T &Pod, char *Buffer) { in WriteBytes()