Lines Matching +full:front +full:- +full:end
1 //===- MultilibBuilder.cpp - MultilibBuilder Implementation -===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
38 if (seg.front() != '/') { in normalizePathSegment()
79 assert(StringRef(Flag).front() == '-' || StringRef(Flag).front() == '!'); in isValid()
81 if (SI == FlagSet.end()) in isValid()
83 else if (Flags[I] != Flags[SI->getValue()]) in isValid()
102 if (Flag.front() == '-') in Maybe()
148 Flags.insert(Flags.end(), Base.flags().begin(), Base.flags().end()); in compose()
149 Flags.insert(Flags.end(), New.flags().begin(), New.flags().end()); in compose()
159 Multilibs.insert(Multilibs.end(), MultilibSegments.begin(), in Either()
160 MultilibSegments.end()); in Either()