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

1 2

  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
ScopedException.java 121 int nextLoc = 0;
122 while(nextLoc >= 0) {
123 nextLoc = output.indexOf(LOCATION_KEY, locStart + LOCATION_KEY.length());
125 if (nextLoc < 0) {
130 output.substring(locStart + LOCATION_KEY.length(), nextLoc));
135 locStart = nextLoc;
  /external/swiftshader/third_party/LLVM/lib/Object/
Archive.cpp 63 const char *NextLoc = Data.data() + SpaceToSkip;
66 if (NextLoc >= Parent->Data->getBufferEnd())
70 ToHeader(NextLoc)->getSize();
72 return Child(Parent, StringRef(NextLoc, NextSize));
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 76 SourceLocation NextLoc = S->getLocEnd();
80 Cases.push_back(CaseInfo(Curr,SourceRange(Curr->getLocStart(), NextLoc)));
81 NextLoc = Curr->getLocStart();
  /external/clang/lib/AST/
TypeLoc.cpp 92 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> {
106 return NextLoc().Visit(TL);
  /external/llvm/lib/Object/
Archive.cpp 183 const char *NextLoc = Data.data() + SpaceToSkip;
186 if (NextLoc == Parent->Data.getBufferEnd())
190 if (NextLoc > Parent->Data.getBufferEnd())
194 Child Ret(Parent, NextLoc, &EC);
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_program.c 152 unsigned idx, nextloc = 0; local
164 nextloc = MAX2(nextloc, l->var[idx].loc + 4);
169 ir3_link_add(l, v->outputs[k].regid, compmask, nextloc);
  /external/clang/lib/Lex/
TokenLexer.cpp 786 SourceLocation NextLoc = NextTok->getLocation();
787 if (CurLoc.isFileID() != NextLoc.isFileID())
791 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
798 if (CurLoc.isMacroID() && !SM.isWrittenInSameFile(CurLoc, NextLoc))
801 CurLoc = NextLoc;
    [all...]
PPMacroExpansion.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 763 nextLoc := func(part varPart, id locID) (locID, *ssa.VarLoc) {
786 curLoc[part.slot], _ = nextLoc(part, curLoc[part.slot])
797 for i, loc := curLoc[part.slot], findLoc(part, curLoc[part.slot]); loc != nil; i, loc = nextLoc(part, i) {
830 for i, loc := curLoc[part.slot], findLoc(part, curLoc[part.slot]); loc != nil; i, loc = nextLoc(part, i) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 763 nextLoc := func(part varPart, id locID) (locID, *ssa.VarLoc) {
786 curLoc[part.slot], _ = nextLoc(part, curLoc[part.slot])
797 for i, loc := curLoc[part.slot], findLoc(part, curLoc[part.slot]); loc != nil; i, loc = nextLoc(part, i) {
830 for i, loc := curLoc[part.slot], findLoc(part, curLoc[part.slot]); loc != nil; i, loc = nextLoc(part, i) {
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
gc.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
gc.a     [all...]
  /prebuilts/gradle-plugin/androidx/databinding/databinding-compiler-common/3.2.0-alpha16/
databinding-compiler-common-3.2.0-alpha16.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.2.4/
compilerCommon-2.2.4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.3.0/
compilerCommon-2.3.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.3.0-beta3/
compilerCommon-2.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.3.0-beta4/
compilerCommon-2.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.3.1/
compilerCommon-2.3.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.3.3/
compilerCommon-2.3.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.4.0-alpha1/
compilerCommon-2.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.4.0-alpha3/
compilerCommon-2.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.4.0-alpha5/
compilerCommon-2.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.4.0-alpha6/
compilerCommon-2.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.4.0-alpha7/
compilerCommon-2.4.0-alpha7.jar 

Completed in 1006 milliseconds

1 2