Home
last modified time | relevance | path

Searched defs:n4 (Results 1 – 16 of 16) sorted by relevance

/llvm-project/flang/test/Lower/
H A Dio-statement-big-unit-checks.f9013 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 Dsection-size.s53 n4: .byte 1 label
/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp5.cpp6 alignas(1) alignas(2) alignas(0) int n4; // expected-error {{less than minimum alignment}} variable
/llvm-project/flang/test/Semantics/
H A Dresolve103.f9035 common /b4/ n4 local
H A Dmodfile17.f9018 integer(kind=4), kind :: n4 = 2 * n2 component
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dconcat-nested-namespaces.cpp18 namespace n4 { namespace
/llvm-project/clang/test/SemaObjC/
H A Dattr-swift-error.m71 extern Undeclared n4(CFErrorRef *) __attribute__((__swift_error__(zero_result))); function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp265 Clazz *const n4 = new Clazz(); variable
H A Dsimplify-boolean-expr.cpp29 bool n4 = true != a1; variable
/llvm-project/clang/test/Headers/
H A Dstddefneeds.c123 nullptr_t n4; // c99-error{{unknown type}} c23-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.cpp235 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 DSampleProfReader.cpp274 uint64_t count, n4; ParseLine() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg0xx.cpp987 int n4 = convert_to<const volatile int>(); global() variable
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp87 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 DMetadataTest.cpp195 MDNode *n4 = MDNode::getIfExists(Context, V); in TEST_F() local