Searched defs:POD (Results 1 – 12 of 12) sorted by relevance
3 struct POD { struct9 POD pod_array[2][3]; argument
14 struct POD { struct19 // We allow VLAs of POD types, only. argument
22 struct POD { struct39 // CHECK-NOT: CXXBindTemporaryExpr {{.*}} 'struct brace_initializers::POD' in test()
10 struct POD { struct15 // We allow VLAs of POD types, only. argument
9 struct POD { Enum e; int i; float f; NonPOD* p; }; argument
15 struct POD { struct29 POD pod_array[2][3]; argument
21 struct POD { struct31 POD pod_array[2][3]; argument
4 struct POD { struct28 POD p; argument
49 struct POD { struct63 struct NonZeroVBPtr : POD, Virtual { argument
289 struct POD { int b; }; struct298 …mem:[^ ]*]] = alloca inalloca [[argmem_ty:<{ %"struct.test2::NonTrivial", %"struct.test2::POD" }>]]
83 struct POD { struct84 int x, y;
54 POD := $(wildcard $(SRC_DOC_DIR)*.pod) macro