/external/clang/test/CodeGenObjCXX/ |
D | implicit-copy-assign-operator.mm | 17 struct POD { 32 POD pod_array[2][3]; 65 struct POD { 81 struct DerivedPOD: POD { 86 POD a; 87 POD b; 115 POD b; 119 (POD&) a = b;
|
D | copyable-property-object.mm | 3 struct POD { struct 9 POD pod_array[2][3]; argument
|
D | implicit-copy-constructor.mm | 21 struct POD { 32 POD pod_array[2][3];
|
/external/clang/test/Analysis/ |
D | ctor.mm | 131 class POD { 138 POD p; 203 POD p; 205 POD p2 = p; // no-warning 207 POD p3 = move(p); // no-warning 211 clang_analyzer_eval(POD(p3).x == 1); // expected-warning{{TRUE}} 252 POD p; 254 POD p2; 257 POD p3; 272 POD p; [all …]
|
D | temporaries.cpp | 83 struct POD { struct 101 clang_analyzer_eval(((POD){1, 42}).y == 42); // expected-warning{{TRUE}} in test()
|
/external/clang/test/SemaCXX/ |
D | c99-variable-length-array-cxx11.cpp | 14 struct POD { struct 22 POD array2[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla()
|
D | compound-literal.cpp | 22 struct POD { struct 38 (void)(POD){1, 2}; in test()
|
D | type-traits.cpp | 9 struct POD { Enum e; int i; float f; NonPOD* p; }; argument 36 struct Derives : POD {}; 52 const HasThrowMoveAssign&&) throw(POD); }; 170 { int arr[T(__is_pod(POD))]; } in is_pod() 219 struct DerivesVirt : virtual POD {}; 237 { int arr[F(__is_empty(POD))]; } in is_empty() 1289 { int arr[T(__has_trivial_constructor(POD))]; } in has_trivial_default_constructor() 1327 { int arr[T(__has_trivial_move_constructor(POD))]; } in has_trivial_move_constructor() 1345 { int arr[T(__has_trivial_copy(POD))]; } in has_trivial_copy_constructor() 1377 { int arr[T(__has_trivial_assign(POD))]; } in has_trivial_copy_assignment() [all …]
|
D | c99-variable-length-array.cpp | 10 struct POD { struct 18 POD array2[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla()
|
/external/clang/test/CodeGenCXX/ |
D | implicit-copy-assign-operator.cpp | 15 struct POD { struct 29 POD pod_array[2][3]; argument
|
D | microsoft-abi-member-pointers.cpp | 62 struct POD { struct 76 struct NonZeroVBPtr : POD, Virtual { argument 218 int POD::*memptr; in podMemPtrs() 219 memptr = &POD::a; in podMemPtrs() 220 memptr = &POD::b; in podMemPtrs()
|
D | microsoft-abi-sret-and-byval.cpp | 332 struct POD { int b; }; struct 334 int foo(NonTrivial a, POD b); 336 POD b; in bar()
|
D | implicit-copy-constructor.cpp | 21 struct POD { struct 31 POD pod_array[2][3]; argument
|
D | pod-member-memcpys.cpp | 4 struct POD { struct 28 POD p; argument
|
D | assign-construct-memcpy.cpp | 13 #ifndef POD
|
/external/clang/test/SemaObjCXX/ |
D | unknown-anytype.mm | 18 struct POD { 23 POD v;
|
D | vararg-non-pod.mm | 24 …// expected-warning@-2{{cannot pass object of non-POD type 'C' through variadic method; call will …
|
/external/deqp-deps/amber/src/ |
D | pipeline_test.cc | 495 entry1.kind = Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD; in TEST_F() 505 entry2.kind = Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD; in TEST_F() 515 entry3.kind = Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD; in TEST_F() 581 entry1.kind = Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD; in TEST_F() 624 entry1.kind = Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD; in TEST_F() 665 entry1.kind = Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD; in TEST_F() 675 entry2.kind = Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD; in TEST_F() 685 entry3.kind = Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD; in TEST_F()
|
D | pipeline.cc | 432 case Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD: in UpdateOpenCLBufferBindings() 450 Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD) { in UpdateOpenCLBufferBindings() 493 Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD; in GenerateOpenCLPodBuffers() 495 if (entry.kind != Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD && in GenerateOpenCLPodBuffers() 549 kind == Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD in GenerateOpenCLPodBuffers()
|
D | clspv_helper.cc | 60 Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD; in Compile()
|
/external/antlr/runtime/Perl5/t/author/ |
D | pod.t | 8 plan skip_all => "Test::Pod required for testing POD: $@";
|
D | pod-coverage.t | 8 plan skip_all => "Test::Pod::Coverage required for testing POD coverage: $@";
|
/external/ImageMagick/api_examples/ |
D | magick_script.mgk | 18 If you want you can put uncommented documentation such as Perl POD
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | bindings_internal.h | 196 POD = 1 << 9, enumerator 219 static const MojomTypeCategory category = MojomTypeCategory::POD;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | pass-by-value.ll | 9 ; // T is a POD.
|