Home
last modified time | relevance | path

Searched refs:Indicator (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/
H A DMultilib.cpp239 char Indicator = Flag.front(); in isFlagEnabled() local
240 assert(Indicator == '+' || Indicator == '-'); in isFlagEnabled()
241 return Indicator == '+'; in isFlagEnabled()
/llvm-project-15.0.7/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp331 constexpr char Indicator[4][3] = {"!!", ">>", "<<", "=="}; in main() local
332 outs() << Indicator[Which] << " TLI " << YesNo[TLIHas] << " SDK " in main()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFormatProviders.h360 static StringRef consumeOneOption(StringRef &Style, char Indicator,
364 if (Style.front() != Indicator)
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLParser.cpp1552 char Indicator = ' '; in scanBlockStyleIndicator() local
1554 Indicator = *Current; in scanBlockStyleIndicator()
1557 return Indicator; in scanBlockStyleIndicator()
1561 char Indicator = ' '; in scanBlockChompingIndicator() local
1563 Indicator = *Current; in scanBlockChompingIndicator()
1566 return Indicator; in scanBlockChompingIndicator()