/external/llvm-project/llvm/lib/Target/VE/AsmParser/ |
D | VEAsmParser.cpp | 868 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/ |
D | ExprCXX.cpp | 877 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/ |
D | ParseExprCXX.cpp | 2358 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/ |
D | ParseExprCXX.cpp | 2655 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/ |
D | AArch64AsmParser.cpp | 3338 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/ |
D | AArch64AsmParser.cpp | 3916 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/ |
D | AArch64AsmParser.cpp | 3801 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/ |
D | ExprCXX.h | 416 SourceLocation SuffixLoc) in UserDefinedLiteral() argument 418 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprCXX.h | 640 SourceLocation SuffixLoc, FPOptionsOverride FPFeatures); 648 SourceLocation SuffixLoc,
|