Lines Matching +full:ls +full:- +full:bits
1 //===- FloatingPointMode.cpp ------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
62 // multiple bits. Names should be listed in order of preference, with higher
65 // Bits are consumed as printed. Each field should only be represented in one
94 ListSeparator LS(" ");
97 OS << LS << Name;
99 // Clear the bits so we don't print any aliased names later.
104 assert(Mask == 0 && "didn't print some mask bits");