Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/header-abi-util/src/
Dir_representation.cpp87 const BuiltinTypeIR *builtin_type, const TextFormatToIRReader &addend, in IsBuiltinTypeNodePresent() argument
90 std::string builtin_linker_set_key = builtin_type->GetLinkerSetKey(); in IsBuiltinTypeNodePresent()
97 const std::string &local_type_id = builtin_type->GetSelfType(); in IsBuiltinTypeNodePresent()
99 auto it = builtin_types_.emplace(builtin_linker_set_key, *builtin_type); in IsBuiltinTypeNodePresent()
/development/vndk/tools/header-checker/header-abi-util/include/
Dir_representation.h996 const BuiltinTypeIR *builtin_type, const TextFormatToIRReader &addend,