HomeSort by relevance Sort by last modified time
    Searched refs:np1 (Results 1 - 25 of 46) sorted by null

1 2

  /external/clang/test/Analysis/
nullptr.cpp 11 char *np1 = nullptr; local
12 char *np2 = np1;
14 if (np1 == np2)
15 np1 = &c;
16 *np1 = 0; // no-warning
  /external/clang/test/PCH/
types.c 49 noproto np1; variable
50 int np1(x, y) function