HomeSort by relevance Sort by last modified time
    Searched refs:getLocation (Results 201 - 225 of 467) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 114 /// GetLocation - If the given instruction references a specific memory
119 AliasAnalysis::ModRefResult GetLocation(const Instruction *Inst,
124 Loc = AA->getLocation(LI);
127 Loc = AA->getLocation(LI);
136 Loc = AA->getLocation(SI);
139 Loc = AA->getLocation(SI);
147 Loc = AA->getLocation(V);
208 AliasAnalysis::ModRefResult MR = GetLocation(Inst, Loc, AA);
408 AliasAnalysis::Location LoadLoc = AA->getLocation(LI);
476 AliasAnalysis::Location StoreLoc = AA->getLocation(SI)
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 271 Writer.AddSourceLocation(E->getLocation(), Record);
308 Writer.AddSourceLocation(E->getLocation(), Record);
315 Writer.AddSourceLocation(E->getLocation(), Record);
330 Writer.AddSourceLocation(E->getLocation(), Record);
359 Writer.AddSourceLocation(E->getLocation(), Record);
858 Writer.AddSourceLocation(E->getLocation(), Record);
875 Writer.AddSourceLocation(E->getLocation(), Record);
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 357 CurDiagLoc = storedDiag.getLocation();
399 = Diags->getDiagnosticLevel(Info.getID(), Info.getLocation(), *this);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaAccess.cpp 51 Diag(MemberDecl->getLocation(),
54 Diag(PrevMemberDecl->getLocation(), diag::note_previous_access_declaration)
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
lint.jar 
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 103 SourceLocation L = PD->getLocation().asLocation();
228 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
564 SourceLocation SL = SM.getExpansionLoc(D->getLocation());
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestModifyHeight.java 166 int x = (int) getCamera().getLocation().x;
167 int y = (int) getCamera().getLocation().y;
168 int z = (int) getCamera().getLocation().z;
TerrainGridAlphaMapTest.java 182 player3.setPhysicsLocation(new Vector3f(cam.getLocation().x, 256, cam.getLocation().z));
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 169 AliasAnalysis::Location Loc = AA->getLocation(LI);
176 AliasAnalysis::Location Loc = AA->getLocation(SI);
182 AliasAnalysis::Location Loc = AA->getLocation(VI);
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 194 return AA.getLocation(SI);
838 LoadedLoc = AA->getLocation(L);
840 LoadedLoc = AA->getLocation(V);
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 337 private Location getLocation(int flags, double latitude,
340 if (DEBUG) Log.d(TAG, "GetLocation: " + flags + ":" + latitude);
383 Location location = getLocation(flags, latitude, longitude, altitude, speed, bearing,
397 Location location = getLocation(flags, latitude, longitude, altitude, speed, bearing,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 212 proguardConfigFile = new File(project.getLocation().toFile(), path);
230 proguardConfigFiles.add(proguardFile.getLocation().toFile());
266 new File(project.getLocation().toFile(), SdkConstants.FD_PROGUARD));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 223 device.installPackage(apk.getLocation().toOSString(), true);
259 IPath solibFolder = project.getLocation().append("obj/local").append(compatAbi.getAbi());
370 NdkVariables.NDK_PROJECT, true, project.getLocation().toOSString());
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 303 int loc = ctx->m_state->getLocation(GL_TEXTURE_COORD_ARRAY);
311 int loc = ctx->m_state->getLocation(GL_MATRIX_INDEX_ARRAY_OES);
319 int loc = ctx->m_state->getLocation(GL_WEIGHT_ARRAY_OES);
327 int loc = ctx->m_state->getLocation(state);
335 int loc = ctx->m_state->getLocation(state);
343 int loc = ctx->m_state->getLocation(cap);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 126 SourceLocation getAccessSpecifierLoc() const { return getLocation(); }
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 544 /// The difference with SourceManager::getLocation is that this method checks
547 SourceLocation getLocation(const FileEntry *File,
551 SourceLocation getLocation(const FileEntry *File, unsigned Offset) const;
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 169 if (!isInMainFile(I->getLocation()))
298 ATLs[i].second->getLocation());
  /external/clang/tools/libclang/
CIndex.cpp 617 Cursor = MakeCursorObjCClassRef(ID, ID->getLocation(), TU);
622 Cursor = MakeCursorObjCProtocolRef(PD, PD->getLocation(), TU);
    [all...]
CIndexDiagnostic.cpp 59 CXSourceLocation getLocation() const {
372 return D->getLocation();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsVehicle.java 133 wheel.setWheelInfo(vehicle.addWheel(Converter.convert(wheel.getLocation()), Converter.convert(wheel.getDirection()), Converter.convert(wheel.getAxle()),
500 Vector3f location = physicsVehicleWheel.getLocation().clone();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 463 rootResource.getLocation().toFile().delete();
469 rootResource.getLocation().toFile().delete();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 173 IPath relativePath = iProject.getLocation().makeRelativeTo(
174 mState.getProject().getLocation());

Completed in 438 milliseconds

1 2 3 4 5 6 7 891011>>