Home
last modified time | relevance | path

Searched defs:ti1 (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp2.cpp19 const std::type_info &ti1 = typeid([&]() -> P& { return p; }()); in unevaluated_operand() local
34 const std::type_info &ti1 in odr_used() local
Dp2-generic-lambda-1y.cpp21 …const std::type_info &ti1 = typeid([](auto &a) -> P& { static P p; return p; }(i)); // expected-wa… in unevaluated_operand() local
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp2.cpp19 const std::type_info &ti1 = typeid([&]() -> P& { return p; }()); in unevaluated_operand() local
34 const std::type_info &ti1 in odr_used() local
Dp2-generic-lambda-1y.cpp21 …const std::type_info &ti1 = typeid([](auto &a) -> P& { static P p; return p; }(i)); // expected-wa… in unevaluated_operand() local
/external/speex/libspeexdsp/
Dsmallft.c175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; in dradf4() local
755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; in dradb4() local
/external/pffft/
Dpffft_priv_impl.h148 v4sf ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in passf4_ps() local
456 v4sf tr1, ti1, tr2, ti2, tr3, ti3, tr4, ti4; in radf4_ps() local
501 v4sf ti1 = SVMUL(minus_hsqt2, VADD(a, b)); in radf4_ps() local
517 v4sf ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in radb4_ps() local
Dfftpack.c360 real ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in passb4() local
658 real ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in passf4() local
859 real ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in radb4() local
1375 real ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in radf4() local
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DManagedChannelImplTest.java1115 MockClientTransportInfo ti1 = transports.poll(); in subchannelsWhenChannelShutdownNow() local
1276 MockClientTransportInfo ti1 = transports.poll(); in oobChannelsWhenChannelShutdownNow() local
/external/aac/libSBRdec/src/
Dhbe.cpp1696 int tr, ti1, ti2, mTr = 0, ts1 = 0, ts2 = 0, mVal_e = 0, temp_e = 0; in QmfTransposerApply() local
/external/aac/libSBRenc/src/
Denv_est.cpp290 FIXP_DBL tr0, tr1, ti0, ti1; in FDKsbrEnc_getEnergyFromCplxQmfData() local
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx2a.cpp303 const std::type_info &ti1 = typeid(*this); member
1326 auto &ti1 = typeid(a); variable
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp435 …constexpr const std::type_info &ti1 = typeid(*p); // expected-error {{must be initialized by a con… variable
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp477 …constexpr const std::type_info &ti1 = typeid(*p); // expected-error {{must be initialized by a con… variable