/llvm-project/flang/test/Lower/ |
H A D | io-statement-big-unit-checks.f90 | 13 subroutine open_4(n4) argument 14 integer(4) :: n4 local 21 subroutine write_4(n4) argument 22 integer(4) :: n4 local 29 subroutine write_4_recovery(n4, ios) argument 30 integer(4) :: n4, ios local
|
/llvm-project/llvm/test/MC/Mips/ |
H A D | section-size.s | 53 n4: .byte 1 label
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
H A D | p5.cpp | 6 alignas(1) alignas(2) alignas(0) int n4; // expected-error {{less than minimum alignment}} variable
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve103.f90 | 35 common /b4/ n4 local
|
H A D | modfile17.f90 | 18 integer(kind=4), kind :: n4 = 2 * n2 component
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | concat-nested-namespaces.cpp | 18 namespace n4 { namespace
|
/llvm-project/clang/test/SemaObjC/ |
H A D | attr-swift-error.m | 71 extern Undeclared n4(CFErrorRef *) __attribute__((__swift_error__(zero_result))); function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | const-return-type.cpp | 265 Clazz *const n4 = new Clazz(); variable
|
H A D | simplify-boolean-expr.cpp | 29 bool n4 = true != a1; variable
|
/llvm-project/clang/test/Headers/ |
H A D | stddefneeds.c | 123 nullptr_t n4; // c99-error{{unknown type}} c23-error{{unknown type}} \ variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | prefer-member-initializer.cpp | 427 int n4, n5, n6; member in VeryComplex1
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p2-0x.cpp | 235 constexpr int n4 = n3 + 1; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range of }} global() variable
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 274 uint64_t count, n4; ParseLine() local
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg0xx.cpp | 987 int n4 = convert_to<const volatile int>(); global() variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constant-expression-cxx11.cpp | 87 constexpr int n4 = *const_cast<int*>(&n1); global() variable 313 constexpr bool n4 = (int*)0 >= &y; // expected-error {{must be initialized by a constant expression}} expected-note {{unspecified}} global() variable
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 195 MDNode *n4 = MDNode::getIfExists(Context, V); in TEST_F() local
|