Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h83 const COpenSpecFlags &GetSpec(bool isForced, bool isMain, bool isUnknown) const in GetSpec()
85 …return isForced ? SpecForcedType : (isMain ? SpecMainType : (isUnknown ? SpecUnknownExt : SpecWron… in GetSpec()
DOpenArchive.cpp1614 bool isForced = false; in OpenStream2() local
1620 isForced = true; in OpenStream2()
1942 const COpenSpecFlags &specFlags = mode.GetSpec(isForced, isMainFormat, isUnknownExt); in OpenStream2()
2193 const COpenSpecFlags &specFlags = mode.GetSpec(isForced, isMainFormat, isUnknownExt); in OpenStream2()
2600 const COpenSpecFlags &specFlags = mode.GetSpec(isForced, isMainFormat, isUnknownExt); in OpenStream2()
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp755 bool Forced = isForced().getValueOr(false); in fail()
787 const Optional<bool> &isForced() const { return IsForced; } in isForced() function in __anon29c8b06b0111::LoopDistributeForLoop
902 if (LDL.isForced().getValueOr(ProcessAllLoops)) in runOnFunction()