Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp267 #define CASE_UNARY(__type__) \ in evaluate() macro
271 SWITCH_KIND(mValueKind, CASE_UNARY, SHOULD_NOT_REACH(); return;) in evaluate()
/system/tools/aidl/
Daidl_const_expressions.cpp856 #define CASE_UNARY(__type__) \ in evaluate() macro
860 SWITCH_KIND(final_type_, CASE_UNARY, SHOULD_NOT_REACH(); final_type_ = Type::ERROR; in evaluate()