HomeSort by relevance Sort by last modified time
    Searched full:startloc (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 324 SMLoc startLoc = getLexer().getLoc();
329 return Error(startLoc, "offset is not a multiple of 16");
341 SMLoc startLoc = getLexer().getLoc();
346 return Error(startLoc, "size is not a multiple of 8");
365 SMLoc startLoc = getLexer().getLoc();
370 return Error(startLoc, "size is not a multiple of 8");
392 SMLoc startLoc = getLexer().getLoc();
400 return Error(startLoc, "offset is not a multiple of 16");
412 SMLoc startLoc = getLexer().getLoc();
416 return Error(startLoc, "expected @code")
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 23 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
46 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) {
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 43 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
81 SMLoc StartLoc, EndLoc;
112 StartLoc = o.StartLoc;
134 SMLoc getStartLoc() const { return StartLoc; }
223 Op->StartLoc = S;
231 Op->StartLoc = S;
239 Op->StartLoc = S;
247 Op->StartLoc = S;
258 Op->StartLoc = S
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 447 clang::SourceLocation StartLoc,
454 clang::SourceLocation StartLoc,
498 StartLoc,
585 ClearArrayRSObject(C, DC, RefRSArrPtrSubscript, StartLoc, Loc);
588 ClearStructRSObject(C, DC, RefRSArrPtrSubscript, StartLoc, Loc);
670 clang::SourceLocation StartLoc,
729 StartLoc,
760 StartLoc,
766 StartLoc,
784 clang::SourceLocation StartLoc,
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 356 SourceLocation StartLoc=SourceLocation(),
360 SourceLocation StartLoc=SourceLocation(),
678 SourceLocation StartLoc = IFace->getLocStart();
682 StartLoc == (*DI)->getLocStart())
697 SourceLocation StartLoc = Proto->getLocStart();
701 StartLoc == (*DI)->getLocStart())
767 SourceLocation startLoc = PID->getLocStart();
768 InsertText(startLoc, "// ");
769 const char *startBuf = SM->getCharacterData(startLoc);
774 startLoc.getLocWithOffset(semiBuf-startBuf+1)
    [all...]
RewriteModernObjC.cpp 361 SourceLocation StartLoc=SourceLocation(),
365 SourceLocation StartLoc=SourceLocation(),
690 SourceLocation StartLoc = IFace->getLocStart();
694 StartLoc == (*DI)->getLocStart())
715 SourceLocation StartLoc = Proto->getLocStart();
719 StartLoc == (*DI)->getLocStart())
785 SourceLocation startLoc = PID->getLocStart();
786 InsertText(startLoc, "// ");
787 const char *startBuf = SM->getCharacterData(startLoc);
792 startLoc.getLocWithOffset(semiBuf-startBuf+1)
    [all...]
  /external/clang/lib/Parse/
ParseInit.cpp 223 SourceLocation StartLoc = T.getOpenLocation();
236 CheckArrayDesignatorSyntax(*this, StartLoc, Desig);
237 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc,
254 CheckArrayDesignatorSyntax(*this, StartLoc, Desig);
255 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc,
280 CheckArrayDesignatorSyntax(*this, StartLoc, Desig);
282 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc,
292 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc,
327 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc,
335 Desig.AddDesignator(Designator::getArray(Idx.release(), StartLoc));
    [all...]
ParseDeclCXX.cpp 651 SourceLocation StartLoc = Tok.getLocation();
673 StartLoc : T.getOpenLocation();
686 return StartLoc;
710 if (DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
712 Diag(StartLoc, DiagID) << PrevSpec;
719 SourceLocation StartLoc,
731 Tok.setLocation(StartLoc);
739 SourceLocation StartLoc = ConsumeToken();
759 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
761 Diag(StartLoc, DiagID) << PrevSpec
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 487 SourceLocation StartLoc,
496 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
512 SourceLocation StartLoc, SourceLocation IdLoc,
516 return new (C) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id,
522 SourceLocation StartLoc, SourceLocation IdLoc,
532 return new (Mem) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc,
640 DeclContext *DC, SourceLocation StartLoc,
646 : CXXRecordDecl(DK, TK, DC, StartLoc, IdLoc,
664 SourceLocation StartLoc,
673 TK, DC, StartLoc, IdLoc
    [all...]
DeclCXX.cpp 66 SourceLocation StartLoc, SourceLocation IdLoc,
68 : RecordDecl(K, TK, DC, StartLoc, IdLoc, Id, PrevDecl),
73 DeclContext *DC, SourceLocation StartLoc,
77 CXXRecordDecl* R = new (C) CXXRecordDecl(CXXRecord, TK, DC, StartLoc, IdLoc,
    [all...]
Decl.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 56 X86Operand *ParseMemOperand(unsigned SegReg, SMLoc StartLoc);
100 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
157 SMLoc StartLoc, EndLoc;
184 : Kind(K), StartLoc(Start), EndLoc(End) {}
187 SMLoc getStartLoc() const { return StartLoc; }
191 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
407 static X86Operand *CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc) {
408 X86Operand *Res = new X86Operand(Register, StartLoc, EndLoc);
413 static X86Operand *CreateImm(const MCExpr *Val, SMLoc StartLoc, SMLoc EndLoc){
414 X86Operand *Res = new X86Operand(Immediate, StartLoc, EndLoc)
    [all...]
  /system/core/sh/
expand.c 419 int startloc = dest - stackblock(); local
460 p = stackblock() + startloc;
471 recordregion(startloc, dest - stackblock(), 0);
473 (dest - stackblock()) - startloc,
474 (dest - stackblock()) - startloc,
475 stackblock() + startloc));
483 subevalvar(char *p, char *str, int strloc, int subtype, int startloc, int varflags)
498 startp = stackblock() + startloc;
615 int startloc; local
640 startloc = expdest - stackblock()
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 410 NamespaceDecl(DeclContext *DC, bool Inline, SourceLocation StartLoc,
427 bool Inline, SourceLocation StartLoc,
817 VarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc,
821 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), Init() {
847 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
DeclTemplate.h     [all...]
DeclCXX.h 654 SourceLocation StartLoc, SourceLocation IdLoc,
705 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
LocatorImpl.java 27 * Locator startloc;
39 * Locator startloc = new LocatorImpl(locator);
  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 51 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc,
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 30 SourceLocation StartLoc) {
31 for (SourceLocation L = StartLoc; L.isMacroID();
38 return StartLoc;
  /external/srec/tools/grxmlcompile/
sub_base.cpp 122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId)
126 for (int ii= startLoc; ii < endLoc; ii++) {
sub_grph.h 153 void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId);
223 void UpdateVertexCount (int startLoc);
  /external/clang/lib/Lex/
TokenLexer.cpp 455 SourceLocation StartLoc = Tok.getLocation();
598 if (StartLoc.isFileID())
599 StartLoc = getExpansionLocForMacroDefLoc(StartLoc);
602 Tok.setLocation(SM.createExpansionLoc(Tok.getLocation(), StartLoc, EndLoc,
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 551 * @param startLoc - The address (in the reader's address space) of the first
562 uint64_t startLoc,

Completed in 1445 milliseconds

1 2 3