Home
last modified time | relevance | path

Searched defs:n8 (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/Modules/Inputs/merge-friends/
H A Dfriend.h1 namespace N { struct n8 { friend struct foo; }; } struct
/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp6.cpp25 int n8; // expected-error {{'alignas' must be specified on definition if it is specified on any dec… variable
H A Dp5.cpp10 n8 alignas(4); // ok variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dimplicit-widening-of-multiplication-result-array-subscript-expression.cpp68 char *n8(char *base, int a, int b, int c) { in n8() function
H A Dimplicit-widening-of-multiplication-result-pointer-offset.cpp74 char *n8(char *base, int a, int b, int c) { in n8() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dconcat-nested-namespaces.cpp32 namespace n8 { namespace
/llvm-project/flang/test/Semantics/
H A Dmodfile17.f9019 integer(kind=8), kind :: n8 = 12 - n4 component
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp270 constexpr const int* n8() { return &eight; } in n8() function
/llvm-project/clang/test/Headers/
H A Dstddefneeds.c202 nullptr_t n8; // c99-error{{unknown type}} c99-modules-error{{unknown type}} variable
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp239 constexpr int n8 = -1 + n7; // 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.cpp91 constexpr int n8 = **n6; global() variable