Home
last modified time | relevance | path

Searched defs:ExactMatch (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp136 bool ExactMatch) { in checkTypes()
142 bool ExactMatch) { in checkTypes()
194 bool ExactMatch) { in popTypes()
200 bool ExactMatch) { in popTypes()
326 bool WebAssemblyAsmTypeCheck::endOfFunction(SMLoc ErrorLoc, bool ExactMatch) { in endOfFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h38 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h169 ExactMatch, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h499 enum MatchType : bool { CompatibleMatch, ExactMatch }; enumerator