Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_reader.cpp64 std::string builtin_global_type_id = AllocateNewTypeId(); in IsBuiltinTypeNodePresent()
177 const std::string &hidden_type_id = AllocateNewTypeId(); in MergeReferencingTypeInternal()
230 std::string added_type_id = AllocateNewTypeId(); in UpdateUDTypeAccounting()
416 std::string added_type_id = AllocateNewTypeId(); in MergeGenericReferringType()
483 cfunction_like_ir->SetReturnType(AllocateNewTypeId()); in MergeCFunctionLikeDeps()
531 std::string IRReader::AllocateNewTypeId() { in AllocateNewTypeId() function in header_checker::repr::IRReader
Dir_reader.h194 std::string AllocateNewTypeId();