Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/strings/strings.erasure/
H A Derase_if.pass.cpp34 auto isB = [](auto ch) { return ch == 'b'; }; in test() local
/llvm-project/lld/ELF/
H A DARMErrataFix.cpp126 static bool isB(uint32_t instr) { return (instr & 0xf800d000) == 0xf0009000; } isB() function