Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp35 #define COMPUTE_BINARY(__op__) if (op == std::string(#__op__)) return lval __op__ rval; macro
119 COMPUTE_BINARY(+) in handleBinaryCommon()
120 COMPUTE_BINARY(-) in handleBinaryCommon()
121 COMPUTE_BINARY(*) in handleBinaryCommon()
122 COMPUTE_BINARY(/) in handleBinaryCommon()
123 COMPUTE_BINARY(%) in handleBinaryCommon()
124 COMPUTE_BINARY(|) in handleBinaryCommon()
125 COMPUTE_BINARY(^) in handleBinaryCommon()
126 COMPUTE_BINARY(&) in handleBinaryCommon()
128 COMPUTE_BINARY(==) in handleBinaryCommon()
[all …]
/system/tools/aidl/
Daidl_const_expressions.cpp152 #define COMPUTE_BINARY(T, __op__) \ macro
206 COMPUTE_BINARY(T, +) in handleBinaryCommon()
207 COMPUTE_BINARY(T, -) in handleBinaryCommon()
208 COMPUTE_BINARY(T, *) in handleBinaryCommon()
209 COMPUTE_BINARY(T, /) in handleBinaryCommon()
210 COMPUTE_BINARY(T, %) in handleBinaryCommon()
211 COMPUTE_BINARY(T, |) in handleBinaryCommon()
212 COMPUTE_BINARY(T, ^) in handleBinaryCommon()
213 COMPUTE_BINARY(T, &) in handleBinaryCommon()
215 COMPUTE_BINARY(T, ==) in handleBinaryCommon()
[all …]