Home
last modified time | relevance | path

Searched refs:UNARY (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/
Daidl_const_expressions.cpp504 case Type::UNARY: // fall-through in CheckValid()
612 case Type::UNARY: in ToString()
871 : AidlConstantValue(location, Type::UNARY, op + rval->value_), in AidlUnaryConstExpression()
874 final_type_ = Type::UNARY; in AidlUnaryConstExpression()
Dgenerate_ndk.cpp256 CHECK(value.GetType() != AidlConstantValue::Type::UNARY && in GenerateConstantDeclarations()
267 CHECK(value.GetType() != AidlConstantValue::Type::UNARY && in GenerateConstantDeclarations()
298 CHECK(value.GetType() != AidlConstantValue::Type::UNARY && in GenerateConstantDefinitions()
Daidl.cpp673 case AidlConstantValue::Type::UNARY: // fall-through in load_and_validate_aidl()
Daidl_language.h426 UNARY, enumerator