Home
last modified time | relevance | path

Searched defs:n10 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dimplicit-widening-of-multiplication-result-int.cpp93 long n10(int a, int b) { in n10() function
H A Dimplicit-widening-of-multiplication-result-array-subscript-expression.cpp75 char *n10(char *base, int a, int b) { in n10() function
H A Dimplicit-widening-of-multiplication-result-pointer-offset.cpp84 char *n10(char *base, int a, int b) { in n10() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dconcat-nested-namespaces.cpp38 namespace n10 { namespace
/llvm-project/clang/test/Headers/
H A Dstddefneeds.c235 nullptr_t n10; // c99-error{{unknown type}} c99-modules-error{{unknown type}} variable
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp241 constexpr int n10 = n3 - -1; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range of }} global() variable
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp320 constexpr bool n10 = &x >= (int*)0; // expected-error {{must be initialized by a constant expression}} expected-note {{unspecified}} global() variable