Searched refs:FirstDollar (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 744 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); in FormatDiagnostic() local 745 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic() 748 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic() 750 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic() 895 const char *FirstDollar = ScanFormat(Argument, ArgumentEnd, '$'); in FormatDiagnostic() local 896 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); in FormatDiagnostic() 899 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic() 914 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
|
/external/llvm-project/clang/lib/Basic/ |
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()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 985 size_t FirstDollar = AccessPattern.find_first_of('$'); in generatePatchImmReloc() local 989 StringRef IndexPattern = AccessPattern.substr(FirstDollar + 1); in generatePatchImmReloc() 993 FirstDollar - SecondColon); in generatePatchImmReloc() 1000 StringRef RelocStr = AccessPattern.substr(FirstDollar + 1); in generatePatchImmReloc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 945 size_t FirstDollar = AccessPattern.find_first_of('$'); in generateFieldReloc() local 948 StringRef IndexPattern = AccessPattern.substr(FirstDollar + 1); in generateFieldReloc() 952 FirstDollar - SecondColon); in generateFieldReloc()
|