Searched refs:Substitute (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Interpreter/ |
| H A D | TestRegexCommand.cpp | 22 Substitute(llvm::StringRef input, in Substitute() function in __anon5a32d85c0111::TestRegexCommand 36 EXPECT_EQ(TestRegexCommand::Substitute("%0", substitutions), "all"); in TEST() 37 EXPECT_EQ(TestRegexCommand::Substitute("%1", substitutions), "foo"); in TEST() 38 EXPECT_EQ(TestRegexCommand::Substitute("%2", substitutions), "bar"); in TEST() 39 EXPECT_EQ(TestRegexCommand::Substitute("%3", substitutions), "baz"); in TEST() 41 EXPECT_EQ(TestRegexCommand::Substitute("#%1#%2#%3#", substitutions), in TEST() 63 EXPECT_EQ(TestRegexCommand::Substitute("%0", substitutions), "all"); in TEST() 64 EXPECT_EQ(TestRegexCommand::Substitute("%1", substitutions), "%2"); in TEST() 65 EXPECT_EQ(TestRegexCommand::Substitute("%2", substitutions), "%3"); in TEST() 66 EXPECT_EQ(TestRegexCommand::Substitute("%3", substitutions), "%4"); in TEST() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | debug-info-instancetype.m | 3 // Substitute the actual type for a method returning instancetype.
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | undef-spell-corrector.s | 25 ## Substitute a character.
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 448 int64_t Substitute = IsUnsigned ? 0 : Limit; in LowerFPToInt() local 513 BuildMI(TrueMBB, DL, TII.get(IConst), TrueReg).addImm(Substitute); in LowerFPToInt()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TestingGuide.rst | 682 Substitute the respective llvm tool name with a custom command line. This
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 1390 b. Substitute the template arguments into those fields.
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 2368 // Substitute (x*64-s) with (-s), since shift/rotate instructions only
|