Home
last modified time | relevance | path

Searched refs:sizeof_empty (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/c/sizeof/
H A Dmain.c14 const unsigned sizeof_empty = sizeof(struct Empty); variable
25 return sizeof_empty + sizeof_empty_member + sizeof_single + sizeof_padding; in main()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/sizeof/
H A Dmain.cpp24 const unsigned sizeof_empty = sizeof(Empty); variable
43 return sizeof_empty + sizeof_empty_class + sizeof_class_empty_member + in main()