Searched defs:E5 (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/ASTMerge/Inputs/
H A Denum1.c30 enum E5 { enum
H A Denum2.c29 enum E5 { enum
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
H A Dp2.cpp99 struct E5 { struct
100 E5() = default;
101 E5(const E5&) = default;
102 E5(E5&&) = default;
103 E5 &operator=(const E5&) = default;
104 E5 &operator=(E5
[all...]
/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp153 struct E5 : InaccessibleCopyAssign {}; // expected-note {{base class 'InaccessibleCopyAssign' has an inaccessible copy}} struct in inherits:InaccessibleCopyAssign
161 template struct CopyAssign<E5>; // expected-note {{here}}
/external/clang/test/SemaCXX/
H A Denum-scoped.cpp45 enum class E5 { class in class:E1::E2::E4
/external/svox/pico/lib/
H A Dpicopam.c211 picoos_uint8 e5_e6_content_word; /* E5,E6 */
305 #define E5 36 macro
1811 outVect[T_E5] = inVect[E5];
3647 case E5:/*processor for E5,E6*/
3650 sDest = E5;
3656 sDest = E5;
3675 case E6:/*processor for E6 : done in E5*/
4698 pam->sSyllFeats[pam->nCurrSyllable].phoneV[E5]
4699 = pam->sSyllFeats[pam->nCurrSyllable - 1].phoneV[E5];
[all...]

Completed in 134 milliseconds