Home
last modified time | relevance | path

Searched refs:tarray (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Danon_aggr.ll10 %tarray = type { i64, i8* }
51 define i8* @func2({ i64, i8* } %array1, %tarray* byval %array2) {
54 %tmp = getelementptr inbounds %tarray* %array2, i32 0, i32 1
96 define i8* @func3({ i64, i8* }* byval %array1, %tarray* byval %array2) {
100 %tmp2 = getelementptr inbounds %tarray* %array2, i32 0, i32 1
146 { i64, i8* } %array1, %tarray* byval %array2) {
149 %tmp = getelementptr inbounds %tarray* %array2, i32 0, i32 1
/external/clang/test/SemaCXX/
Ddecltype-pr4448.cpp9 Convoluted< int *, test_array, nullptr > tarray; variable
/external/chromium_org/third_party/icu/source/test/intltest/
Djamotest.cpp393 Transliterator* tarray[4] = in TestRealText() local
395 CompoundTransliterator rt(tarray, 4); in TestRealText()
/external/icu/icu4c/source/test/intltest/
Djamotest.cpp393 Transliterator* tarray[4] = in TestRealText() local
395 CompoundTransliterator rt(tarray, 4); in TestRealText()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c4540 uint32_t *tarray; local
4541 SCTP_MALLOC(tarray, uint32_t *,
4544 if (tarray == NULL) {
4550 memcpy(tarray, inp->m_vrf_ids, (sizeof(uint32_t) * inp->vrf_size));
4552 inp->m_vrf_ids = tarray;