Home
last modified time | relevance | path

Searched refs:bitOr (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DIntegral.h225 static bool bitOr(Integral A, Integral B, unsigned OpBits, Integral *R) {
DInterp.h230 if (!T::bitOr(LHS, RHS, Bits, &Result)) { in BitOr()
/openbsd/src/gnu/llvm/lld/ELF/
DScriptParser.cpp180 static ExprValue bitOr(ExprValue a, ExprValue b) { in bitOr() function
1168 return [=] { return bitOr(l(), r()); }; in combine()