Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/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
/minix3/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_smpl.c659 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; in ec_GFp_simple_add() local
/minix3/external/bsd/top/dist/machine/
H A Dm_aix5.c86 uint n0,n1,n2,n3,n4,n5,n6,n7,n8; member
H A Dm_aix43.c79 uint n0,n1,n2,n3,n4,n5,n6,n7,n8; member
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DMetadataTest.cpp102 MDNode *n4 = MDNode::getIfExists(Context, V); in TEST_F() local
/minix3/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-der.c158 int i, n1, n2, n3, n4, n5, n6; in test_integer_more() local
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp233 …constexpr int n4 = n3 + 1; // expected-error {{constant expression}} expected-note {{value 2147483… variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/drs/
H A Ddr0xx.cpp668 int n4 = convert_to<const volatile int>(); variable
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp76 constexpr int n4 = *const_cast<int*>(&n1); variable
283 constexpr bool n4 = 0 >= &y; // expected-error {{must be initialized by a constant expression}} variable