Home
last modified time | relevance | path

Searched defs:IsMatch (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DX86EVEX2VEXTablesEmitter.cpp85 class IsMatch { class
89 IsMatch(const CodeGenInstruction *EVEXInst) : EVEXInst(EVEXInst) {} in IsMatch() function in __anon6ac46d630111::IsMatch
DX86FoldTablesEmitter.cpp315 class IsMatch { class
319 IsMatch(const CodeGenInstruction *Inst, const RecordKeeper &Records) in IsMatch() function in __anon8345842b0111::IsMatch
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatClasses.h62 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const { in IsMatch() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp50 bool IsMatch = in equalBaseIndex() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp49 bool IsMatch = in equalBaseIndex() local
/external/brotli/c/enc/
Dstatic_dict.c42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch() function
Dcompress_fragment_two_pass.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2, in IsMatch() function
Dcompress_fragment.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2) { in IsMatch() function
/external/webrtc/media/base/
Dh264_profile_level_id.cc50 bool IsMatch(uint8_t value) const { return masked_value_ == (value & mask_); } in IsMatch() function in webrtc::H264::__anon7b55f90b0111::BitPattern
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.h305 virtual bool IsMatch( in IsMatch() function
Dmessage_differencer.cc127 bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::util::MessageDifferencer::MultipleFieldsMapKeyComparator
209 bool MessageDifferencer::MapEntryKeyComparator::IsMatch( in IsMatch() function in google::protobuf::util::MessageDifferencer::MapEntryKeyComparator
873 bool MessageDifferencer::IsMatch( in IsMatch() function in google::protobuf::util::MessageDifferencer
Dmessage_differencer_unittest.cc1814 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anon1cb964b50111::ValueProductMapKeyComparator
1875 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anon1cb964b50111::OffsetByOneMapKeyComparator
3302 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anon1cb964b50111::LengthMapKeyComparator
/external/rust/crates/regex-automata/tests/
Dcollection.rs338 IsMatch, enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.cc196 static bool IsMatch(Prog* prog, Prog::Inst* ip) { in IsMatch() function
Ddfa.cc111 inline bool IsMatch() const { return (flag_ & kFlagMatch) != 0; } in IsMatch() function
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp435 CProb IsMatch[kNumStates << kNumPosBitsMax]; member in CLzmaDecoder
/external/lzma/Asm/x86/
DLzmaDecOpt.asm487 IsMatch equ (LenCoder + kNumLenProbs) define
/external/lzma/C/
DLzmaDec.c137 #define IsMatch (LenCoder + kNumLenProbs) macro
/external/protobuf/src/google/protobuf/
Dmap.h892 bool IsMatch(const Key& k0, const Key& k1) const { in IsMatch() function