Home
last modified time | relevance | path

Searched refs:EType (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/public/interfaces/bindings/tests/
Dtest_structs.mojom96 enum EType {
103 EType f0 = E0; // 0
104 EType f1 = E1; // 1
105 EType f2 = E2; // 10
106 EType f3 = E3; // 10
107 EType f4 = E4; // 11
/external/clang/lib/Sema/
DSemaStmtAsm.cpp120 } EType = ExprSafeType; in checkExprMemoryConstraintCompat() local
125 EType = ExprBitfield; in checkExprMemoryConstraintCompat()
127 EType = ExprVectorElt; in checkExprMemoryConstraintCompat()
129 EType = ExprGlobalRegVar; in checkExprMemoryConstraintCompat()
131 if (EType != ExprSafeType) { in checkExprMemoryConstraintCompat()
133 << EType << is_input_expr << Info.getConstraintStr() in checkExprMemoryConstraintCompat()