Home
last modified time | relevance | path

Searched defs:ce (Results 1 – 7 of 7) sorted by relevance

/system/tools/hidl/
DAST.cpp132 [](ConstantExpression* ce) { in postParse()
150 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass() local
167 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass() local
242 for (auto* ce : type->getConstantExpressions()) { in lookupConstantExpressions() local
244 [&](ConstantExpression* ce) { in lookupConstantExpressions()
297 [](const ConstantExpression* ce) { return ce->validate(); }, in validateConstantExpressions()
303 [](ConstantExpression* ce) { in evaluateConstantExpressions()
339 for (auto* ce : type->getConstantExpressions()) { in checkAcyclicConstantExpressions() local
DAnnotation.cpp37 [](const auto* ce) { return const_cast<ConstantExpression*>(ce); }); in getConstantExpressions()
132 [](const auto* ce) { return const_cast<ConstantExpression*>(ce); }); in getConstantExpressions()
DConstantExpression.cpp522 [](const auto* ce) { return const_cast<ConstantExpression*>(ce); }); in getConstantExpressions()
530 [](const auto* ce) { return const_cast<Reference<LocalIdentifier>*>(ce); }); in getReferences()
542 [](const auto* ce) { return const_cast<Reference<Type>*>(ce); }); in getTypeReferences()
DMethod.cpp109 [](const auto* ce) { return const_cast<ConstantExpression*>(ce); }); in getConstantExpressions()
DType.cpp131 [](const auto* ce) { return const_cast<ConstantExpression*>(ce); }); in getConstantExpressions()
/system/tools/aidl/
Dast_java_unittest.cpp60 LiteralClassElement ce(literal); in TEST() local
/system/nfc/src/nfa/include/
Dnfa_dta_int.h123 tNFA_DTA_CE_DATA ce; member