Home
last modified time | relevance | path

Searched defs:n12 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dimplicit-widening-of-multiplication-result-int.cpp100 long n12(long a, int b) { in n12() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dconcat-nested-namespaces.cpp47 namespace n12 { namespace
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp243 constexpr int n12 = -2 - n3; // expected-error {{constant expression}} expected-note {{value -2147483649 is outside the range of }} global() variable
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp322 constexpr bool n12 = &x > (int*)0; // expected-error {{must be initialized by a constant expression}} expected-note {{unspecified}} global() variable