Searched refs:isProgramMemoryAddress (Results 1 – 2 of 2) sorted by relevance
53 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function75 if (V != nullptr && isProgramMemoryAddress(V)) in isProgramMemoryAccess()86 if (V == nullptr || !isProgramMemoryAddress(V)) in getProgramMemoryBank()
43 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && in SelectSectionForGlobal()