Home
last modified time | relevance | path

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

/llvm-project/clang/test/Parser/
H A Dcxx1z-fold-expressions.cpp55 template <int... N> constexpr int rightShift() { return (N >> ...); } in rightShift() function
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp9048 bool rightShift = false; EmitARMBuiltinExpr() local