Searched refs:isProgramMemoryAddress (Results 1 – 6 of 6) sorted by relevance
55 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function77 if (V != nullptr && isProgramMemoryAddress(V)) in isProgramMemoryAccess()88 if (V == nullptr || !isProgramMemoryAddress(V)) in getProgramMemoryBank()
43 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && in SelectSectionForGlobal()
38 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function45 return (V != nullptr) ? isProgramMemoryAddress(V) : false; in isProgramMemoryAccess()
34 if (AVR::isProgramMemoryAddress(GV) && !GV->hasSection()) in SelectSectionForGlobal()
43 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function50 return (V != nullptr) ? isProgramMemoryAddress(V) : false; in isProgramMemoryAccess()
33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection()) in SelectSectionForGlobal()