Home
last modified time | relevance | path

Searched refs:endLoc (Results 1 – 15 of 15) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp172 int ii, finalId, endLoc, blockCount; in CloseScope() local
183 endLoc= numArc; in CloseScope()
188 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
191 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
197 UpdateVertexCount (endLoc); in CloseScope()
201 endLoc= numArc; in CloseScope()
205 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
209 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, finalId, lastId, finalId); in CloseScope()
216 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, lastId); in CloseScope()
217 UpdateVertexCount (endLoc); in CloseScope()
[all …]
Dsub_base.cpp122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int … in CopyFastArcs() argument
126 for (int ii= startLoc; ii < endLoc; ii++) { in CopyFastArcs()
Dsub_grph.h153 …void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId…
/external/clang/include/clang/Parse/
DParser.h1624 SourceLocation endLoc; in MaybeParseGNUAttributes() local
1625 ParseGNUAttributes(attrs, &endLoc); in MaybeParseGNUAttributes()
1626 D.takeAttributes(attrs, endLoc); in MaybeParseGNUAttributes()
1630 SourceLocation *endLoc = 0) {
1632 ParseGNUAttributes(attrs, endLoc);
1635 SourceLocation *endLoc = 0);
1640 SourceLocation endLoc; in MaybeParseCXX0XAttributes() local
1641 ParseCXX0XAttributes(attrs, &endLoc); in MaybeParseCXX0XAttributes()
1642 D.takeAttributes(attrs, endLoc); in MaybeParseCXX0XAttributes()
1646 SourceLocation *endLoc = 0) {
[all …]
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp405 SMLoc endLoc; in ParseSEHRegisterNumber() local
407 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc)) in ParseSEHRegisterNumber()
/external/clang/lib/ARCMigrate/
DTransformActions.cpp70 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
71 assert(beginLoc.isValid() && endLoc.isValid()); in CharRange()
74 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr); in CharRange()
77 End = FullSourceLoc(srcMgr.getInstantiationLoc(endLoc), srcMgr); in CharRange()
/external/clang/tools/c-index-test/
Dc-index-test.c1305 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local
1349 endLoc = clang_getLocation(TU, file, second_line, second_column); in perform_token_annotation()
1350 if (clang_equalLocations(clang_getNullLocation(), endLoc)) { in perform_token_annotation()
1357 range = clang_getRange(startLoc, endLoc); in perform_token_annotation()
/external/clang/lib/Parse/
DParseDecl.cpp94 SourceLocation *endLoc) { in ParseGNUAttributes() argument
123 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, attrs, endLoc); in ParseGNUAttributes()
239 if (endLoc) in ParseGNUAttributes()
240 *endLoc = Loc; in ParseGNUAttributes()
506 SourceLocation *endLoc) { in ParseAvailabilityAttribute() argument
621 if (endLoc) in ParseAvailabilityAttribute()
622 *endLoc = RParenLoc; in ParseAvailabilityAttribute()
DParseDeclCXX.cpp2558 SourceLocation *endLoc) { in ParseCXX0XAttributes() argument
2694 SourceLocation *endLoc) { in ParseMicrosoftAttributes() argument
2700 if (endLoc) *endLoc = Tok.getLocation(); in ParseMicrosoftAttributes()
/external/clang/include/clang/AST/
DDeclObjC.h168 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
187 EndLoc(endLoc), Body(0), SelfDecl(0), CmdDecl(0) {} in NamedDecl()
197 SourceLocation endLoc, Selector SelInfo,
DStmt.h356 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg), in DeclStmt() argument
357 StartLoc(startLoc), EndLoc(endLoc) {} in DeclStmt()
DExprCXX.h1091 SourceLocation startLoc, SourceLocation endLoc,
/external/clang/lib/AST/
DDeclObjC.cpp333 SourceLocation endLoc, in Create() argument
344 return new (C) ObjCMethodDecl(beginLoc, endLoc, in Create()
DExprCXX.cpp55 SourceLocation startLoc, SourceLocation endLoc, in CXXNewExpr() argument
67 StartLoc(startLoc), EndLoc(endLoc), ConstructorLParen(constructorLParen), in CXXNewExpr()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp1789 SourceLocation endLoc = S->getSynchBody()->getLocStart(); in RewriteObjCSynchronizedStmt() local
1790 const char *endBuf = SM->getCharacterData(endLoc); in RewriteObjCSynchronizedStmt()
2042 SourceLocation endLoc = body->getLocEnd(); in RewriteObjCTryStmt() local
2045 assert(*SM->getCharacterData(endLoc) == '}' && in RewriteObjCTryStmt()
2050 endLoc = endLoc.getFileLocWithOffset(-1); in RewriteObjCTryStmt()
2051 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n"); in RewriteObjCTryStmt()
5660 SourceLocation endLoc = MessExpr->getLocEnd(); in RewriteFunctionBodyOrGlobalInitializer()
5663 const char *endBuf = SM->getCharacterData(endLoc); in RewriteFunctionBodyOrGlobalInitializer()