Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp266 builtin_type.Set("is_unsigned", builtin_typep->IsUnsigned()); in ConvertBuiltinTypeIR()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.cpp272 added_builtin_type.set_is_unsigned(builtin_typep->IsUnsigned()); in ConvertBuiltinTypeIR()
/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp699 old_type->IsUnsigned() != new_type->IsUnsigned() || in CompareBuiltinTypes()
Dir_representation.h532 bool IsUnsigned() const { in IsUnsigned() function