Home
last modified time | relevance | path

Searched defs:n15 (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.cpp110 long n15(int a, int b, int c) { in n15() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dconcat-nested-namespaces.cpp60 namespace n15 { namespace
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp38 typename std::add_const<T>::type n15(T v) { return v; } in n15() function
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp246 constexpr int n15 = n5 * n5; // expected-error {{constant expression}} expected-note {{value 4611686018427387904 is outside the range of }} global() variable