Home
last modified time | relevance | path

Searched defs:startLoc (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DCOFFAsmParser.cpp307 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSetFrame() local
324 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveAllocStack() local
348 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveReg() local
375 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveXMM() local
395 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectivePushFrame() local
422 SMLoc startLoc = getLexer().getLoc(); in ParseAtUnwindOrAtExcept() local
436 SMLoc startLoc = getLexer().getLoc(); in ParseSEHRegisterNumber() local
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp622 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSetFrame() local
639 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveAllocStack() local
663 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveReg() local
690 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveXMM() local
710 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectivePushFrame() local
737 SMLoc startLoc = getLexer().getLoc(); in ParseAtUnwindOrAtExcept() local
751 SMLoc startLoc = getLexer().getLoc(); in ParseSEHRegisterNumber() local
/external/skqp/src/core/
DSkDeque.cpp242 SkDeque::Iter::Iter(const SkDeque& d, IterStart startLoc) { in Iter()
289 void SkDeque::Iter::reset(const SkDeque& d, IterStart startLoc) { in reset()
DSkClipStack.cpp876 SkClipStack::Iter::Iter(const SkClipStack& stack, IterStart startLoc) in Iter()
928 void SkClipStack::Iter::reset(const SkClipStack& stack, IterStart startLoc) { in reset()
/external/skia/src/core/
DSkDeque.cpp242 SkDeque::Iter::Iter(const SkDeque& d, IterStart startLoc) { in Iter()
289 void SkDeque::Iter::reset(const SkDeque& d, IterStart startLoc) { in reset()
DSkClipStack.cpp876 SkClipStack::Iter::Iter(const SkClipStack& stack, IterStart startLoc) in Iter()
928 void SkClipStack::Iter::reset(const SkClipStack& stack, IterStart startLoc) { in reset()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DCodeRegion.h68 llvm::SMLoc startLoc() const { return RangeStart; } in startLoc() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp780 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectivePushFrame() local
807 SMLoc startLoc = getLexer().getLoc(); in ParseAtUnwindOrAtExcept() local
821 SMLoc startLoc = getLexer().getLoc(); in ParseSEHRegisterNumber() local
/external/skia/include/private/
DSkTInternalLList.h220 T* init(const SkTInternalLList& list, IterStart startLoc) { in init()
/external/skqp/include/private/
DSkTInternalLList.h220 T* init(const SkTInternalLList& list, IterStart startLoc) { in init()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp771 SourceLocation startLoc = PID->getLocStart(); in RewritePropertyImplDecl() local
903 SourceLocation startLoc = ClassDecl->getLocStart(); in RewriteForwardClassEpilogue() local
1414 SourceLocation startLoc = S->getLocStart(); in RewriteBreakStmt() local
1431 SourceLocation startLoc = S->getLocStart(); in RewriteContinueStmt() local
1479 SourceLocation startLoc = S->getLocStart(); in RewriteObjCForCollectionStmt() local
1643 SourceLocation startLoc = S->getLocStart(); in RewriteObjCSynchronizedStmt() local
1744 SourceLocation startLoc = S->getLocStart(); in RewriteTryReturnStmts() local
1765 SourceLocation startLoc = S->getLocStart(); in RewriteSyncReturnStmts() local
1784 SourceLocation startLoc = S->getLocStart(); in RewriteObjCTryStmt() local
1909 SourceLocation startLoc = body->getLocStart(); in RewriteObjCTryStmt() local
[all …]
DRewriteModernObjC.cpp923 SourceLocation startLoc = PID->getLocStart(); in RewritePropertyImplDecl() local
1060 SourceLocation startLoc = ClassDecl->getLocStart(); in RewriteForwardClassEpilogue() local
1607 SourceLocation startLoc = S->getLocStart(); in RewriteBreakStmt() local
1637 SourceLocation startLoc = S->getLocStart(); in RewriteContinueStmt() local
1685 SourceLocation startLoc = S->getLocStart(); in RewriteObjCForCollectionStmt() local
1859 SourceLocation startLoc = S->getLocStart(); in RewriteObjCSynchronizedStmt() local
1920 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt() local
1943 SourceLocation startLoc = S->getLocStart(); in RewriteObjCTryStmt() local
2034 SourceLocation startLoc = S->getLocStart(); in RewriteObjCThrowStmt() local
2291 SourceLocation startLoc; in RewriteTypeOfDecl() local
[all …]
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp305 CXSourceLocation startLoc = makeLocation(Start); in readRange() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c1596 uint64_t startLoc, in decodeInstruction()
/external/capstone/arch/X86/
DX86DisassemblerDecoder.c2339 uint64_t startLoc, in decodeInstruction()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp1871 uint64_t startLoc, DisassemblerMode mode) { in decodeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp1929 uint64_t startLoc, DisassemblerMode mode) { in decodeInstruction()
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h528 TokenizableIncludeFile(const TSourceLoc& startLoc, in TokenizableIncludeFile()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h240 inline std::pair<unsigned, unsigned> startLoc() const { in startLoc() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h265 inline LineColPair startLoc() const { in startLoc() function
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp131 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp151 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2023 SourceLocation startLoc = in AtomicPropertySetterGetterRules() local
/external/clang/lib/AST/
DDeclObjC.cpp1336 SourceLocation startLoc = VarianceLoc; in getSourceRange() local
/external/clang/include/clang/AST/
DStmt.h448 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, in DeclStmt()

12