Home
last modified time | relevance | path

Searched defs:r3 (Results 1 – 22 of 22) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Dverify.c12 struct s r3; // expected-error-re {{tentative definition has type '{{(.*)[[:space:]]*(.*)}}' that i… variable
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DRegexTest.cpp33 Regex r3("[0-9]+([a-f])?:([0-9]+)"); in TEST_F() local
77 Regex r3("a([0-9])([a-z])b\\1\\2"); in TEST_F() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dbuiltin-assume-aligned.cpp36 constexpr void *r3 = __builtin_assume_aligned(&ar2[2], 16, 2); variable
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dvector-cast.c28 char *r3 = (char *)v1; // expected-error {{invalid conversion between vector\ local
H A Darray-init.c181 char r3[][5] = {1,2,3,4,5,6}; variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
H A Dp6-0x.cpp23 typedef const LRI&& r3; CHECK_EQUAL_TYPES(r3, int&); // expected-warning {{'const' qualifier on ref… typedef
/minix3/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_gen.c105 BIGNUM *r0 = NULL, *r1 = NULL, *r2 = NULL, *r3 = NULL, *tmp; in rsa_builtin_keygen() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dbitfield-1.m24 int r3: 8; field
H A Dencode-test.m32 int r3: 8; field
/minix3/minix/include/arch/earm/include/
H A Dstackframe.h12 reg_t r3; member
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dcxx0x-decl.cpp69 and r3 = s(); variable
/minix3/external/bsd/llvm/dist/clang/test/Rewriter/
H A Dmodern-write-bf-abi.mm113 int r3: 8; field
/minix3/lib/libm/noieee_src/
H A Dn_lgamma.c102 #define r3 -1.126814387531706041e-001 macro
/minix3/lib/libm/src/
H A De_lgamma_r.c144 r3 = 1.71933865632803078993e-01, /* 0x3FC601ED, 0xCCFBDF27 */ variable
H A De_lgammaf_r.c80 r3 = 1.7193385959e-01, /* 0x3e300f6e */ variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp3-0x.cpp82 …S& r3 = { 1, 2, 3 }; // expected-error {{non-const lvalue reference to type 'bullet6::S' cannot b… variable
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dvtable-layout.cpp217 struct R3 : R1, R2 { int r3; }; member
264 struct V3 : virtual R3 { int r3; }; member
/minix3/games/rogue/
H A Dlevel.c210 make_room(short rn, short r1, short r2, short r3) in make_room()
/minix3/external/bsd/bzip2/dist/
H A Dblocksort.c102 UInt32 med, r, r3; in fallbackQSort3() local
/minix3/minix/kernel/
H A Dproc.c599 int do_ipc(reg_t r1, reg_t r2, reg_t r3) in do_ipc()
H A Dproc.h132 struct { reg_t r1, r2, r3; } p_defer; member
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1103 SDValue r3 = DAG.getNode(ISD::SELECT, SL, MVT::f32, r2, K1, One); in LowerFDIV32() local