HomeSort by relevance Sort by last modified time
    Searched refs:Locations (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/Analysis/
LibCallSemantics.h 22 /// LibCallLocationInfo - This struct describes a set of memory locations that
33 /// Locations can also be defined in a constant-sensitive way. For example,
58 /// potentially against a set of abstract locations defined by the optimizer.
109 /// locations. For example, if this libcall is known to only modify
130 mutable const LibCallLocationInfo *Locations;
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {}
153 /// getLocationInfo - Return descriptors for the locations referenced by
  /external/llvm/lib/Analysis/
LibCallSemantics.cpp 34 NumLocations = getLocationInfo(Locations);
37 return Locations[LocID];
  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.h 32 /// A list of locations that contain one variable.
37 /// All the locations in which the variable is stored.
44 /// the locations in which the variable is stored.
45 LocationLists Locations;
DWARFDebugLoc.cpp 18 for (LocationLists::const_iterator I = Locations.begin(), E = Locations.end(); I != E; ++I) {
40 Locations.resize(Locations.size() + 1);
41 LocationList &Loc = Locations.back();
  /external/clang/include/clang/Sema/
Initialization.h 458 /// \brief The source locations involved in the initialization.
459 SourceLocation Locations[3];
465 Locations[0] = Loc1;
466 Locations[1] = Loc2;
467 Locations[2] = Loc3;
564 SourceLocation getLocation() const { return Locations[0]; }
568 return SourceRange(Locations[0], Locations[2]);
575 return Locations[1];
590 /// \brief Retrieve the source range containing the locations of the ope
    [all...]
  /external/chromium_org/tools/gn/
tokenizer_unittest.cc 134 TEST(Tokenizer, Locations) {
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 221 SmallVector<SourceLocation, 4> Locations;
237 Locations.push_back(Unexpanded[I].second);
250 for (unsigned I = 0, N = Locations.size(); I != N; ++I)
251 DB << SourceRange(Locations[I]);
    [all...]
SemaExprCXX.cpp     [all...]
  /external/bison/data/
location.cc 154 b4_copyright([Locations for Bison parsers in C++],
glr.c 142 ## Locations. ##
    [all...]
yacc.c 155 ## Locations. ##
235 `yyls': related to locations.]])[
255 /* The locations where the error started and ended. */
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 75 /// locations at which they were referenced.
77 SourceLocation *Locations;
82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(0) { }
85 loc_iterator loc_begin() const { return Locations; }
86 loc_iterator loc_end() const { return Locations + size(); }
149 /// \brief Whether the locations of the selector identifiers are in a
172 /// and optionally followed by selector locations.
196 /// \brief Get a pointer to the stored selector identifiers locations array.
197 /// No locations will be stored if HasStandardSelLocs is true.
205 /// \brief Get a pointer to the stored selector identifiers locations array
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 42 Locations = new (Ctx) SourceLocation[Elts];
43 memcpy(Locations, Locs, sizeof(SourceLocation) * Elts);
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 693 Testing Using Mock Locations
    [all...]

Completed in 454 milliseconds