Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp239 static inline bool IsFunctionPointer(VTableComponentIR::Kind kind) { in IsFunctionPointer() function
308 while (old_it != old_end && IsFunctionPointer(old_it->GetKind())) { in IsVTableExtended()
317 while (new_it != new_end && IsFunctionPointer(new_it->GetKind())) { in IsVTableExtended()