Searched refs:Infix (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | DefinitionBlockSeparatorTest.cpp | 287 std::string Infix = "\n" in TEST_F() local 336 verifyFormat(Prefix + removeEmptyLines(Infix) + removeEmptyLines(Postfix), in TEST_F() 337 Style, Prefix + Infix + Postfix); in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1835 const Node *Infix; variable 1841 : Node(KEnclosingExpr, Prec_), Prefix(Prefix_), Infix(Infix_) {} in Node() 1844 F(Prefix, Infix, getPrecedence()); in match() 1850 Infix->print(OB); in printLeft()
|
| /llvm-project-15.0.7/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 1835 const Node *Infix; variable 1841 : Node(KEnclosingExpr, Prec_), Prefix(Prefix_), Infix(Infix_) {} in Node() 1844 F(Prefix, Infix, getPrecedence()); in match() 1850 Infix->print(OB); in printLeft()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | SVEInstrFormats.td | 158 class SVEShiftedImmOperand<int ElementWidth, string Infix, string Predicate> 160 let Name = "SVE" # Infix # "Imm" # ElementWidth;
|