Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1227 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); in FormatDiagnostic() local
1228 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic()
1231 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic()
1233 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
1388 const char *FirstDollar = ScanFormat(Argument, ArgumentEnd, '$'); in FormatDiagnostic() local
1389 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); in FormatDiagnostic()
1392 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic()
1406 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1383 size_t FirstDollar = AccessPattern.find_first_of('$'); in generatePatchImmReloc() local
1387 StringRef IndexPattern = AccessPattern.substr(FirstDollar + 1); in generatePatchImmReloc()
1391 FirstDollar - SecondColon); in generatePatchImmReloc()
1398 StringRef RelocStr = AccessPattern.substr(FirstDollar + 1); in generatePatchImmReloc()