Searched defs:np2 (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1-11.cpp | 60 NP<np> *np2; global() member 64 NP<np> np2; global() variable
|
/llvm-project/clang/test/AST/Interp/ |
H A D | cxx11.cpp |
|
/llvm-project/clang/test/Analysis/ |
H A D | nullptr.cpp | 15 char *np2 = np1; in foo2() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx1y-generic-lambdas.cpp | 466 int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no viable conversion}} in test() local 579 int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no viable conversion}} variable 705 int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no viable conversion}} variable 747 int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no viable conversion}} variable
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p2-0x.cpp | 208 constexpr const int *np2 = &(*(int(*)[4])nullptr)[0]; // ok global() variable
|