Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dresolve103.f9042 common /b5/ n5 local
44 double precision n5 local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp5.cpp7 alignas(1) alignas(2) int n5 alignas(4); // ok variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dimplicit-widening-of-multiplication-result-array-subscript-expression.cpp55 char *n5(char *base, int a, int b, int c) { in n5() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp266 const Clazz *const n5 = new Clazz(); variable
/llvm-project/clang/test/Headers/
H A Dstddefneeds.c143 nullptr_t n5; // 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.cpp236 constexpr int n5 = -65536 * 32768; // ok global() variable
/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp288 uint64_t n5 = AfterColon.find_first_of(':'); ParseLine() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg0xx.cpp988 int n5 = convert_to<const volatile int&>(); global() variable
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp88 constexpr const int * const *n5 = const_cast<const int* const*>(&n3); global() variable
314 constexpr bool n5 = (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.cpp196 MDNode *n5 = MDNode::getIfExists(Context, c1); in TEST_F() local