Searched refs:FirstDollar (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 950 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1263 size_t FirstDollar = AccessPattern.find_first_of('$'); in generatePatchImmReloc() local 1267 StringRef IndexPattern = AccessPattern.substr(FirstDollar + 1); in generatePatchImmReloc() 1271 FirstDollar - SecondColon); in generatePatchImmReloc() 1278 StringRef RelocStr = AccessPattern.substr(FirstDollar + 1); in generatePatchImmReloc()
|