Home
last modified time | relevance | path

Searched defs:accepts (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/utils/TableGen/
H A DX86ModRMFilters.h58 bool accepts(uint8_t modRM) const override { return true; } in accepts() function
77 bool accepts(uint8_t modRM) const override { in accepts() function
97 bool accepts(uint8_t modRM) const override { in accepts() function
119 bool accepts(uint8_t modRM) const override { in accepts() function
135 bool accepts(uint8_t modRM) const override { return (ModRM == modRM); } in accepts() function
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFuzzyMatchTests.cpp28 bool accepts(llvm::StringRef ActualAnnotated) const { in accepts() function