/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 172 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 …]
|
D | sub_base.cpp | 122 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()
|
D | sub_grph.h | 153 …void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId…
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1624 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/ |
D | COFFAsmParser.cpp | 405 SMLoc endLoc; in ParseSEHRegisterNumber() local 407 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc)) in ParseSEHRegisterNumber()
|
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 70 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/ |
D | c-index-test.c | 1305 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/ |
D | ParseDecl.cpp | 94 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()
|
D | ParseDeclCXX.cpp | 2558 SourceLocation *endLoc) { in ParseCXX0XAttributes() argument 2694 SourceLocation *endLoc) { in ParseMicrosoftAttributes() argument 2700 if (endLoc) *endLoc = Tok.getLocation(); in ParseMicrosoftAttributes()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 168 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc, 187 EndLoc(endLoc), Body(0), SelfDecl(0), CmdDecl(0) {} in NamedDecl() 197 SourceLocation endLoc, Selector SelInfo,
|
D | Stmt.h | 356 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg), in DeclStmt() argument 357 StartLoc(startLoc), EndLoc(endLoc) {} in DeclStmt()
|
D | ExprCXX.h | 1091 SourceLocation startLoc, SourceLocation endLoc,
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 333 SourceLocation endLoc, in Create() argument 344 return new (C) ObjCMethodDecl(beginLoc, endLoc, in Create()
|
D | ExprCXX.cpp | 55 SourceLocation startLoc, SourceLocation endLoc, in CXXNewExpr() argument 67 StartLoc(startLoc), EndLoc(endLoc), ConstructorLParen(constructorLParen), in CXXNewExpr()
|
/external/clang/lib/Rewrite/ |
D | RewriteObjC.cpp | 1789 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()
|