Home
last modified time | relevance | path

Searched defs:ti1 (Results 1 – 5 of 5) 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/speex/libspeex/
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/aac/libSBRenc/src/
Denv_est.cpp272 FIXP_DBL tr0,tr1,ti0,ti1; in FDKsbrEnc_getEnergyFromCplxQmfData() local
/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