HomeSort by relevance Sort by last modified time
    Searched refs:ptr_a (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
uninitialized.cpp 371 A* ptr_a; member in class:T
397 T(bool (*)[22]) : ptr_a(new A(ptr_a->count)) {}
398 T(bool (*)[23]) : ptr_a(new A(ptr_a->ONE)) {}
399 T(bool (*)[24]) : ptr_a(new A(ptr_a->TWO)) {}
400 T(bool (*)[25]) : ptr_a(new A(ptr_a->zero())) {}
402 T(bool (*)[26]) : ptr_a(new A(ptr_a->get())) {} // expected-warning {{field 'ptr_a' is uninitialized when used here}
    [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3504 struct kernel_old_sigaction oa, ooa, *ptr_a = &oa, *ptr_oa = &ooa; local
    [all...]

Completed in 566 milliseconds