Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp950 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); in FormatDiagnostic() local
951 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic()
954 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic()
956 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
1102 const char *FirstDollar = ScanFormat(Argument, ArgumentEnd, '$'); in FormatDiagnostic() local
1103 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); in FormatDiagnostic()
1106 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic()
1121 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1238 size_t FirstDollar = AccessPattern.find_first_of('$'); in generatePatchImmReloc() local
1242 StringRef IndexPattern = AccessPattern.substr(FirstDollar + 1); in generatePatchImmReloc()
1246 FirstDollar - SecondColon); in generatePatchImmReloc()
1253 StringRef RelocStr = AccessPattern.substr(FirstDollar + 1); in generatePatchImmReloc()