/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 273 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSetFrame() local 278 return Error(startLoc, "offset is not a multiple of 16"); in ParseSEHDirectiveSetFrame() 290 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveAllocStack() local 295 return Error(startLoc, "size is not a multiple of 8"); in ParseSEHDirectiveAllocStack() 314 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveReg() local 319 return Error(startLoc, "size is not a multiple of 8"); in ParseSEHDirectiveSaveReg() 341 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveXMM() local 349 return Error(startLoc, "offset is not a multiple of 16"); in ParseSEHDirectiveSaveXMM() 361 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectivePushFrame() local 365 return Error(startLoc, "expected @code"); in ParseSEHDirectivePushFrame() [all …]
|
/external/clang/lib/Rewrite/ |
D | RewriteObjC.cpp | 773 SourceLocation startLoc = PID->getLocStart(); in RewritePropertyImplDecl() local 774 InsertText(startLoc, "// "); in RewritePropertyImplDecl() 775 const char *startBuf = SM->getCharacterData(startLoc); in RewritePropertyImplDecl() 780 startLoc.getFileLocWithOffset(semiBuf-startBuf+1); in RewritePropertyImplDecl() 891 SourceLocation startLoc = ClassDecl->getLocation(); in RewriteForwardClassDecl() local 892 const char *startBuf = SM->getCharacterData(startLoc); in RewriteForwardClassDecl() 925 ReplaceText(startLoc, semiPtr-startBuf+1, typedefString); in RewriteForwardClassDecl() 1547 SourceLocation startLoc = S->getLocStart(); in RewriteBreakStmt() local 1550 ReplaceText(startLoc, strlen("break"), buf); in RewriteBreakStmt() 1564 SourceLocation startLoc = S->getLocStart(); in RewriteContinueStmt() local [all …]
|
/external/srec/tools/grxmlcompile/ |
D | sub_grph.h | 153 …void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId… 223 void UpdateVertexCount (int startLoc);
|
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.cpp | 322 void SubGraph::UpdateVertexCount (int startLoc) in UpdateVertexCount() argument 327 for (int ii= startLoc; ii < numArc; ii++) { in UpdateVertexCount() 336 if (startLoc <= 0) // i.e. a fresh start in UpdateVertexCount()
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.c | 1581 uint64_t startLoc, in decodeInstruction() argument 1589 insn->startLocation = startLoc; in decodeInstruction() 1590 insn->readerCursor = startLoc; in decodeInstruction() 1604 startLoc, insn->readerCursor, insn->length); in decodeInstruction()
|
D | X86DisassemblerDecoder.h | 557 uint64_t startLoc,
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1305 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local 1341 startLoc = clang_getLocation(TU, file, line, column); in perform_token_annotation() 1342 if (clang_equalLocations(clang_getNullLocation(), startLoc)) { in perform_token_annotation() 1357 range = clang_getRange(startLoc, endLoc); in perform_token_annotation()
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 55 SourceLocation startLoc, SourceLocation endLoc, in CXXNewExpr() argument 67 StartLoc(startLoc), EndLoc(endLoc), ConstructorLParen(constructorLParen), in CXXNewExpr()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 355 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, in DeclStmt() argument 357 StartLoc(startLoc), EndLoc(endLoc) {} in DeclStmt()
|
D | ExprCXX.h | 1091 SourceLocation startLoc, SourceLocation endLoc,
|