Home
last modified time | relevance | path

Searched refs:Substitute (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestRegexCommand.cpp22 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 Ddebug-info-instancetype.m3 // Substitute the actual type for a method returning instancetype.
/llvm-project-15.0.7/lld/test/ELF/
H A Dundef-spell-corrector.s25 ## Substitute a character.
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp448 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 DTestingGuide.rst682 Substitute the respective llvm tool name with a custom command line. This
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst1390 b. Substitute the template arguments into those fields.
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td2368 // Substitute (x*64-s) with (-s), since shift/rotate instructions only