Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2013.key11 tcCCw5qyhh8FSt12tR158q/aPpM8Ph3MBvZCi2ai/MLK/Yqcxi0klpJyRYw7uWaf
H A D789.chain37 BHqcK4jDBxiFL+MLK+GFWAVV8Dp+dcWCZ3ISydpo3wa0uhledvKDwTjG90Fxx6YK
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8236 AAMemoryLocation::MemoryLocationsKind MLK) { in getMemoryLocationsAsStr() argument
8237 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 …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4386 bool isAssumedSpecifiedMemOnly(MemoryLocationsKind MLK) const {
4387 return isAssumed(MLK);
4408 static std::string getMemoryLocationsAsStr(MemoryLocationsKind MLK);
4427 MemoryLocationsKind MLK) const = 0;