Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dresolve103.f9051 common /b6/ n6 local
52 integer n6 local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp6.cpp18 int n6; // expected-error {{'alignas' must be specified on definition if it is specified on any dec… variable
H A Dp5.cpp8 alignas(1) alignas(4) int n6 alignas(2); // ok variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dimplicit-widening-of-multiplication-result-array-subscript-expression.cpp58 char *n6(char *base, int a, int b, int c) { in n6() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dconcat-nested-namespaces.cpp23 namespace n6 { namespace
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp267 constexpr int n6 = 6; variable
/llvm-project/clang/test/Headers/
H A Dstddefneeds.c165 nullptr_t n6; // c99-error{{unknown type}} c99-modules-error{{unknown type}} variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dprefer-member-initializer.cpp427 int n4, n5, n6; member in VeryComplex1
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp237 constexpr int n6 = 3 * -715827883; // 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.cpp89 constexpr int **n6 = const_cast<int**>(&n3); global() variable
315 constexpr bool n6 = (int*)0 > &y; // expected-error {{must be initialized by a constant expression}} expected-note {{unspecified}} global() variable
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp197 MDNode *n6 = MDNode::getIfExists(Context, c2); in TEST_F() local