Searched defs:E1 (Results 51 - 53 of 53) sorted by relevance

123

/external/svox/pico/lib/
H A Dpicopam.c204 picoos_int8 e1_syllable_word_start; /* E1 */
301 #define E1 32 macro
1696 case E1:
1799 outVect[T_E1] = inVect[E1];
3545 case E1:/*processor for E1*/
3564 pam->sSyllFeats[nI].phoneV[E1]
/external/clang/include/clang/Sema/
H A DSema.h7785 QualType FindCompositePointerType(SourceLocation Loc, Expr *&E1, Expr *&E2,
7788 ExprResult &E1, ExprResult &E2,
7790 Expr *E1Tmp = E1.get(), *E2Tmp = E2.get();
7793 E1 = E1Tmp;
7787 FindCompositePointerType(SourceLocation Loc, ExprResult &E1, ExprResult &E2, bool *NonStandardCompositeType = nullptr) argument
/external/clang/lib/Sema/
H A DSemaChecking.cpp4317 static bool referToTheSameDecl(const Expr *E1, const Expr *E2) { argument
4318 if (const DeclRefExpr *D1 = dyn_cast_or_null<DeclRefExpr>(E1))
6717 // E1 op= E2 is equivalent to E1 = E1 op E2, except that E1 is evaluated
6721 // everywhere except within the evaluation of E1 itself.

Completed in 535 milliseconds

123