Searched refs:MLK (Results 1 – 4 of 4) sorted by relevance
11 tcCCw5qyhh8FSt12tR158q/aPpM8Ph3MBvZCi2ai/MLK/Yqcxi0klpJyRYw7uWaf
37 BHqcK4jDBxiFL+MLK+GFWAVV8Dp+dcWCZ3ISydpo3wa0uhledvKDwTjG90Fxx6YK
8236 AAMemoryLocation::MemoryLocationsKind MLK) { in getMemoryLocationsAsStr() argument8237 if (0 == (MLK & AAMemoryLocation::NO_LOCATIONS)) in getMemoryLocationsAsStr()8239 if (MLK == AAMemoryLocation::NO_LOCATIONS) in getMemoryLocationsAsStr()8242 if (0 == (MLK & AAMemoryLocation::NO_LOCAL_MEM)) in getMemoryLocationsAsStr()8244 if (0 == (MLK & AAMemoryLocation::NO_CONST_MEM)) in getMemoryLocationsAsStr()8246 if (0 == (MLK & AAMemoryLocation::NO_GLOBAL_INTERNAL_MEM)) in getMemoryLocationsAsStr()8248 if (0 == (MLK & AAMemoryLocation::NO_GLOBAL_EXTERNAL_MEM)) in getMemoryLocationsAsStr()8250 if (0 == (MLK & AAMemoryLocation::NO_ARGUMENT_MEM)) in getMemoryLocationsAsStr()8252 if (0 == (MLK & AAMemoryLocation::NO_INACCESSIBLE_MEM)) in getMemoryLocationsAsStr()8254 if (0 == (MLK & AAMemoryLocation::NO_MALLOCED_MEM)) in getMemoryLocationsAsStr()[all …]
4386 bool isAssumedSpecifiedMemOnly(MemoryLocationsKind MLK) const {4387 return isAssumed(MLK);4408 static std::string getMemoryLocationsAsStr(MemoryLocationsKind MLK);4427 MemoryLocationsKind MLK) const = 0;