Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp34 #define COMPUTE_UNARY(__op__) if (op == std::string(#__op__)) return __op__ val; argument
35 #define COMPUTE_BINARY(__op__) if (op == std::string(#__op__)) return lval __op__ rval; argument
/system/tools/aidl/
Daidl_const_expressions.cpp146 #define COMPUTE_UNARY(T, __op__) \ argument
147 if (op == string(#__op__)) { \
149 *out = __op__ guard; \
152 #define COMPUTE_BINARY(T, __op__) \ argument
153 if (op == string(#__op__)) { \
155 *out = guard __op__ rval; \