Home
last modified time | relevance | path

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

/src/crypto/krb5/src/windows/leash/
H A DLeashUICommandHandler.h59 const PROPERTYKEY *key, const PROPVARIANT *currentValue,
63 const PROPVARIANT *currentValue,
H A DLeashUICommandHandler.cpp114 const PROPVARIANT *currentValue, in Execute() argument
232 const PROPVARIANT *currentValue, in UpdateProperty() argument
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp328 const APInt &currentValue = I->High->getValue(); in Clusterify() local
334 assert(nextValue.sgt(currentValue) && in Clusterify()
336 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()