Searched refs:FirstDollar (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 893 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); in FormatDiagnostic() local 894 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic() 897 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic() 899 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic() 1046 const char *FirstDollar = ScanFormat(Argument, ArgumentEnd, '$'); in FormatDiagnostic() local 1047 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); in FormatDiagnostic() 1050 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic() 1065 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1010 size_t FirstDollar = AccessPattern.find_first_of('$'); in generatePatchImmReloc() local 1014 StringRef IndexPattern = AccessPattern.substr(FirstDollar + 1); in generatePatchImmReloc() 1018 FirstDollar - SecondColon); in generatePatchImmReloc() 1025 StringRef RelocStr = AccessPattern.substr(FirstDollar + 1); in generatePatchImmReloc()
|