Searched refs:BackslashCount (Results 1 – 7 of 7) sorted by relevance
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | Common.cpp | 121 size_t BackslashCount = 1; in ReadNextArg() local 128 BackslashCount++; in ReadNextArg() 142 if (BackslashCount % 2 == 0) in ReadNextArg() 144 for (size_t i = 0; i < BackslashCount / 2; i++) in ReadNextArg() 146 m_ArgIndex += BackslashCount + 1; in ReadNextArg() 151 for (size_t i = 0; i < BackslashCount / 2; i++) in ReadNextArg() 154 m_ArgIndex += BackslashCount + 1; in ReadNextArg() 159 for (size_t i = 0; i < BackslashCount; i++) in ReadNextArg() 161 m_ArgIndex += BackslashCount; in ReadNextArg()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Program.inc | 347 size_t BackslashCount = FirstNonBackslash; 351 BackslashCount = Arg.size(); 352 Result.append(BackslashCount * 2, '\\'); 359 Result.append(BackslashCount * 2 + 1, '\\'); 365 Result.append(BackslashCount, '\\');
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Program.inc | 347 size_t BackslashCount = FirstNonBackslash; 351 BackslashCount = Arg.size(); 352 Result.append(BackslashCount * 2, '\\'); 359 Result.append(BackslashCount * 2 + 1, '\\'); 365 Result.append(BackslashCount, '\\');
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 764 int BackslashCount = 0; in parseBackslash() local 768 ++BackslashCount; in parseBackslash() 773 Token.append(BackslashCount / 2, '\\'); in parseBackslash() 774 if (BackslashCount % 2 == 0) in parseBackslash() 779 Token.append(BackslashCount, '\\'); in parseBackslash()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 788 int BackslashCount = 0; in parseBackslash() local 792 ++BackslashCount; in parseBackslash() 797 Token.append(BackslashCount / 2, '\\'); in parseBackslash() 798 if (BackslashCount % 2 == 0) in parseBackslash() 803 Token.append(BackslashCount, '\\'); in parseBackslash()
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 907 int BackslashCount = 0; in parseBackslash() local 911 ++BackslashCount; in parseBackslash() 916 Token.append(BackslashCount / 2, '\\'); in parseBackslash() 917 if (BackslashCount % 2 == 0) in parseBackslash() 922 Token.append(BackslashCount, '\\'); in parseBackslash()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 903 int BackslashCount = 0; in parseBackslash() local 907 ++BackslashCount; in parseBackslash() 912 Token.append(BackslashCount / 2, '\\'); in parseBackslash() 913 if (BackslashCount % 2 == 0) in parseBackslash() 918 Token.append(BackslashCount, '\\'); in parseBackslash()
|