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

  /external/clang/test/Analysis/
malloc-sizeof.c 26 struct A *ap5 = calloc(4, sizeof(struct B)); // expected-warning {{Result of 'calloc' is converted to a pointer of type 'struct A', which is incompatible with sizeof operand type 'struct B'}} local
27 struct A *ap6 = realloc(ap5, sizeof(struct A));
28 struct A *ap7 = realloc(ap5, sizeof(struct B)); // expected-warning {{Result of 'realloc' is converted to a pointer of type 'struct A', which is incompatible with sizeof operand type 'struct B'}}
  /bionic/tests/
math_exp_test.cpp 922 -0x1.ap5
982 0x1.ap5
    [all...]
math_expf_test.cpp 430 0x1.89689ap5

Completed in 331 milliseconds