Searched defs:np1 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/PCH/
H A Dtypes.c49 noproto np1; variable
50 int np1(x, y) function
/external/clang/test/Analysis/
H A Dnullptr.cpp13 char *np1 = nullptr; local
14 char *np2 = np1;
16 if (np1 == np2)
17 np1 = &c;
18 *np1 = 0; // no-warning
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp62 NP<nullptr> np1; variable
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp205 constexpr const int *np1 = (int*)nullptr + 0; // ok member in namespace:UndefinedBehavior::Ptr

Completed in 105 milliseconds