Home
last modified time | relevance | path

Searched refs:isFilter (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp52 static HRESULT FindCodecClassId(const GUID *clsid, bool isCoder2, bool isFilter, bool &encode, int … in FindCodecClassId() argument
72 || (isFilter ? !codec.IsFilter : codec.IsFilter)) in FindCodecClassId()
153 bool isFilter = false; in CreateCoder() local
158 isFilter = (*iid == IID_ICompressFilter) != 0; in CreateCoder()
159 if (!isFilter) in CreateCoder()
169 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex); in CreateCoder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp848 if (LPI->isFilter(I)) { in runEHOnFunction()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp472 bool isFilter = value.getType().cast<LLVMType>().isArrayTy(); in verify() local
473 if (isFilter) { in verify()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp891 if (LPI->isFilter(I)) { in runEHOnFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2457 assert(LI.isFilter(i) && "Unsupported landingpad clause!"); in visitLandingPadInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2902 assert(LI.isFilter(i) && "Unsupported landingpad clause!"); in visitLandingPadInst()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3174 assert(LI.isFilter(i) && "Unsupported landingpad clause!"); in visitLandingPadInst()
/external/llvm/include/llvm/IR/
DInstructions.h2769 bool isFilter(unsigned Idx) const {
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h2899 bool isFilter(unsigned Idx) const {
/external/llvm/lib/IR/
DVerifier.cpp3282 Assert(LPI.isFilter(i), "Clause is neither catch nor filter!", &LPI); in visitLandingPadInst()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h2865 bool isFilter(unsigned Idx) const {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp3721 Assert(LPI.isFilter(i), "Clause is neither catch nor filter!", &LPI); in visitLandingPadInst()
/external/llvm-project/llvm/lib/IR/
DVerifier.cpp3906 Assert(LPI.isFilter(i), "Clause is neither catch nor filter!", &LPI); in visitLandingPadInst()