Home
last modified time | relevance | path

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

/system/tools/hidl/
DAST.cpp145 [](ConstantExpression* ce) { in postParse()
163 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass() local
180 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass() local
256 for (auto* ce : type->getConstantExpressions()) { in lookupConstantExpressions() local
258 [&](ConstantExpression* ce) { in lookupConstantExpressions()
311 [](const ConstantExpression* ce) { return ce->validate(); }, in validateConstantExpressions()
317 [](ConstantExpression* ce) { in evaluateConstantExpressions()
353 for (auto* ce : type->getConstantExpressions()) { in checkAcyclicConstantExpressions() local
DConstantExpression.cpp518 [](const auto* ce) { return const_cast<ConstantExpression*>(ce); }); in getConstantExpressions()
526 [](const auto* ce) { return const_cast<Reference<LocalIdentifier>*>(ce); }); in getReferences()
538 [](const auto* ce) { return const_cast<Reference<Type>*>(ce); }); in getTypeReferences()
DType.cpp137 [](const auto* ce) { return const_cast<ConstantExpression*>(ce); }); in getConstantExpressions()
/system/tools/aidl/
Dast_java_unittest.cpp55 LiteralClassElement ce(literal); in TEST() local
/system/nfc/src/nfa/include/
Dnfa_dta_int.h123 tNFA_DTA_CE_DATA ce; member