Home
last modified time | relevance | path

Searched refs:SuffixLoc (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/lib/Target/VE/AsmParser/
DVEAsmParser.cpp868 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Suffix); in parseCC() local
869 Operands->push_back(VEOperand::CreateCCOp(CondCode, CondLoc, SuffixLoc)); in parseCC()
872 Operands->push_back(VEOperand::CreateToken(SuffixStr, SuffixLoc)); in parseCC()
890 SMLoc SuffixLoc = in parseRD() local
896 VEOperand::CreateRDOp(RoundingMode, SuffixLoc, SuffixEnd)); in parseRD()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp877 SourceLocation SuffixLoc, in UserDefinedLiteral() argument
881 UDSuffixLoc(SuffixLoc) {}
892 SourceLocation SuffixLoc, in Create() argument
901 UserDefinedLiteral(Fn, Args, Ty, VK, LitEndLoc, SuffixLoc, FPFeatures); in Create()
/external/clang/lib/Parse/
DParseExprCXX.cpp2358 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local
2361 SuffixLoc = in ParseUnqualifiedIdOperator()
2367 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator()
2368 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator()
2394 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp2655 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local
2658 SuffixLoc = in ParseUnqualifiedIdOperator()
2664 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator()
2665 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator()
2691 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3338 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3342 return Error(SuffixLoc, "invalid condition code"); in ParseInstruction()
3344 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext())); in ParseInstruction()
3354 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3357 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext())); in ParseInstruction()
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3916 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3920 return Error(SuffixLoc, "invalid condition code"); in ParseInstruction()
3922 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext())); in ParseInstruction()
3932 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3935 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext())); in ParseInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3801 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3805 return Error(SuffixLoc, "invalid condition code"); in ParseInstruction()
3807 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext())); in ParseInstruction()
3817 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3820 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext())); in ParseInstruction()
/external/clang/include/clang/AST/
DExprCXX.h416 SourceLocation SuffixLoc) in UserDefinedLiteral() argument
418 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h640 SourceLocation SuffixLoc, FPOptionsOverride FPFeatures);
648 SourceLocation SuffixLoc,