Home
last modified time | relevance | path

Searched defs:np2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp60 NP<np> *np2; global() member
64 NP<np> np2; global() variable
/llvm-project/clang/test/AST/Interp/
H A Dcxx11.cpp
/llvm-project/clang/test/Analysis/
H A Dnullptr.cpp15 char *np2 = np1; in foo2() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp466 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 Dp2-0x.cpp208 constexpr const int *np2 = &(*(int(*)[4])nullptr)[0]; // ok global() variable