/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 129 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function 252 Local.getEndLoc(), in ParseReg() 275 StackRegTok.getEndLoc(), in ParseReg() 283 StackRegTok.getEndLoc(), in ParseReg() 307 Int.getEndLoc(), WebAssemblyOperand::IntOp{Val})); in ParseSingleInteger() 321 LParen.getEndLoc(), in ParseOperandStartingWithInteger() 331 RParen.getEndLoc(), in ParseOperandStartingWithInteger() 342 RParen.getEndLoc(), WebAssemblyOperand::IntOp{0})); in ParseOperandStartingWithInteger() 376 Id.getEndLoc(), WebAssemblyOperand::SymOp{Val})); in ParseInstruction() 396 Tok.getEndLoc(), WebAssemblyOperand::FltOp{Val})); in ParseInstruction()
|
/external/llvm/lib/MC/MCParser/ |
D | MCAsmLexer.cpp | 30 SMLoc AsmToken::getEndLoc() const { in getEndLoc() function in AsmToken 35 return SMRange(getLoc(), getEndLoc()); in getLocRange()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | MCAsmLexer.cpp | 32 SMLoc AsmToken::getEndLoc() const { in getEndLoc() function in AsmToken 37 return SMRange(getLoc(), getEndLoc()); in getLocRange()
|
/external/bcc/src/cc/frontends/clang/ |
D | frontend_action_common.h | 18 #define GET_ENDLOC(E) ((E)->getEndLoc())
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/ |
D | MCParsedAsmOperand.h | 29 virtual SMLoc getEndLoc() const = 0;
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCParsedAsmOperand.h | 68 virtual SMLoc getEndLoc() const = 0;
|
D | MCAsmLexer.h | 82 SMLoc getEndLoc() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
D | MCParsedAsmOperand.h | 69 virtual SMLoc getEndLoc() const = 0;
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 69 SourceLocation getEndLoc() const { in getEndLoc() function in __anon229160920111::SourceMappingRegion 267 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions() 423 ? Region.getEndLoc() in popRegions() 424 : RegionStack[ParentIndex].getEndLoc(); in popRegions() 481 Region.getEndLoc() == EndLoc; in isRegionAlreadyAdded()
|
/external/clang/include/clang/AST/ |
D | DeclarationName.h | 533 SourceLocation getEndLoc() const; 542 SourceLocation EndLoc = getEndLoc(); in getLocEnd()
|
D | StmtCXX.h | 89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() 92 SourceLocation getEndLoc() const { in getEndLoc() function
|
D | Stmt.h | 470 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc() function 1770 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc() function 1865 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() 1868 SourceLocation getEndLoc() const { return getBlock()->getLocEnd(); } in getEndLoc() function 1905 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() 1908 SourceLocation getEndLoc() const { return Block->getLocEnd(); } in getEndLoc() function 1944 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() 1947 SourceLocation getEndLoc() const { return Children[HANDLER]->getLocEnd(); } in getEndLoc() function
|
D | DeclFriend.h | 149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
|
D | NestedNameSpecifier.h | 288 SourceLocation getEndLoc() const { in getEndLoc() function
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 882 EndLoc = Tok.getEndLoc(); in ParseRegister() 951 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister() 956 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister() 974 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister() 1392 SMLoc BracLoc = Tok.getLoc(), End = Tok.getEndLoc(); in ParseIntelBracExpression() 1434 End = Tok.getEndLoc(); in ParseIntelBracExpression() 1484 End = Tok.getEndLoc(); in ParseIntelIdentifier() 1539 Start, ImmDispToken.getEndLoc(), Size); in ParseIntelSegmentOverride() 2135 SMLoc MemEnd = Parser.getTok().getEndLoc(); in ParseMemOperand() 2381 SMLoc Loc = Op.getEndLoc(); in ParseInstruction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCAsmMacro.h | 87 SMLoc getEndLoc() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/AsmParser/ |
D | BPFAsmParser.cpp | 144 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function 327 EndLoc = Tok.getEndLoc(); in ParseRegister()
|
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 68 SourceLocation KWEndLoc = Tok.getEndLoc().getLocWithOffset(-1); in ParseCXXInlineMethodDef() 329 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration() 403 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration() 508 BodyEnd.setLocation(LastBodyToken.getEndLoc()); in ParseLexedMethodDef()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | EDToken.cpp | 135 (*operandIterator)->getEndLoc().getPointer()) { in tokenize()
|
/external/clang/lib/AST/ |
D | DeclarationName.cpp | 580 SourceLocation DeclarationNameInfo::getEndLoc() const { in getEndLoc() function in DeclarationNameInfo 599 return TInfo->getTypeLoc().getEndLoc(); in getEndLoc()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/ |
D | MBlazeAsmParser.cpp | 139 SMLoc getEndLoc() const { return EndLoc; } in getEndLoc() function 363 SMLoc E = Offset.getEndLoc(); in ParseMemory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1077 EndLoc = Tok.getEndLoc(); in ParseRegister() 1140 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister() 1145 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister() 1175 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister() 1616 End = Tok.getEndLoc(); in ParseIntelInlineAsmIdentifier() 1669 SMLoc End = Tok.getEndLoc(); in ParseRoundingModeOp() 2238 SMLoc MemEnd = Parser.getTok().getEndLoc(); in ParseMemOperand() 2565 SMLoc Loc = Op1.getEndLoc(); in ParseInstruction() 2592 Op.getEndLoc()); in ParseInstruction() 2601 Op.getEndLoc()); in ParseInstruction()
|
/external/clang/include/clang/Lex/ |
D | Token.h | 150 SourceLocation getEndLoc() const { in getEndLoc() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 469 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function in __anonf77cce8c0111::AArch64Operand 3349 RegNum, RegKind::Scalar, StartLoc, Ext->getEndLoc(), getContext(), EqTy, in tryParseGPROperand() 4372 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext())); in MatchAndEmitInstruction() 4374 Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction() 4425 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext()); in MatchAndEmitInstruction() 4428 WidthOp.getEndLoc(), getContext())); in MatchAndEmitInstruction() 4478 NewOp3, Op3.getStartLoc(), Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction() 4480 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext()); in MatchAndEmitInstruction() 4534 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext()); in MatchAndEmitInstruction() 4585 Op.getStartLoc(), Op.getEndLoc(), in MatchAndEmitInstruction() [all …]
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 327 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function in __anon26fd99540211::AArch64Operand 3774 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext())); in MatchAndEmitInstruction() 3776 Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction() 3827 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext()); in MatchAndEmitInstruction() 3830 WidthOp.getEndLoc(), getContext())); in MatchAndEmitInstruction() 3880 NewOp3, Op3.getStartLoc(), Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction() 3882 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext()); in MatchAndEmitInstruction() 3936 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext()); in MatchAndEmitInstruction() 3962 Op.getEndLoc(), getContext()); in MatchAndEmitInstruction() 3977 Op.getEndLoc(), getContext()); in MatchAndEmitInstruction() [all …]
|