HomeSort by relevance Sort by last modified time
    Searched full:ptrderef (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Analysis/
taint-tester.c 36 int ptrDeref = *ptr; // expected-warning + {{tainted}}
37 int _ptrDeref = ptrDeref + 13; // expected-warning + {{tainted}}

Completed in 56 milliseconds