Home
last modified time | relevance | path

Searched refs:Infix (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DDefinitionBlockSeparatorTest.cpp287 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 DItaniumDemangle.h1835 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 DItaniumDemangle.h1835 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 DSVEInstrFormats.td158 class SVEShiftedImmOperand<int ElementWidth, string Infix, string Predicate>
160 let Name = "SVE" # Infix # "Imm" # ElementWidth;