Searched refs:FirstDollar (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp884 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); local
885 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$');
888 FormatDiagnostic(Argument, FirstDollar, OutStr);
890 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr);
1037 const char *FirstDollar = ScanFormat(Argument, ArgumentEnd, '$'); local
1038 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$');
1041 FormatDiagnostic(Argument, FirstDollar, OutStr);
1056 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp984 size_t FirstDollar = AccessPattern.find_first_of('$'); local
988 StringRef IndexPattern = AccessPattern.substr(FirstDollar + 1);
992 FirstDollar - SecondColon);
998 StringRef RelocStr = AccessPattern.substr(FirstDollar + 1);

Completed in 108 milliseconds