HomeSort by relevance Sort by last modified time
    Searched refs:Locations (Results 1 - 16 of 16) 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(nullptr), Locations(nullptr), 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.cpp 19 for (const LocationList &L : Locations) {
41 Locations.resize(Locations.size() + 1);
42 LocationList &Loc = Locations.back();
82 Locations.resize(Locations.size() + 1);
83 LocationList &Loc = Locations.back();
113 for (const LocationList &L : Locations) {
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;
73 LocationLists Locations;
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 72 /// Get the index at which stack map locations will be recorded.
145 LocationVec Locations;
149 LocationVec &Locations, LiveOutVec &LiveOuts)
150 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(Locations),
  /external/clang/include/clang/Sema/
Initialization.h 475 /// \brief The source locations involved in the initialization.
476 SourceLocation Locations[3];
482 Locations[0] = Loc1;
483 Locations[1] = Loc2;
484 Locations[2] = Loc3;
581 SourceLocation getLocation() const { return Locations[0]; }
585 return SourceRange(Locations[0], Locations[2]);
592 return Locations[1];
609 /// \brief Retrieve the source range containing the locations of the ope
    [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 96 assert(Size > 0 && "Need a valid size for indirect memory locations.");
201 LocationVec Locations;
207 Locations, LiveOuts);
212 MOI = parseOperand(MOI, MOE, Locations, LiveOuts);
216 for (LocationVec::iterator I = Locations.begin(), E = Locations.end();
235 CSInfos.push_back(CallsiteInfo(CSOffsetExpr, ID, Locations, LiveOuts));
264 LocationVec &Locations = CSInfos.back().Locations;
268 assert(Locations[i].LocType == Location::Register &
    [all...]
  /external/chromium_org/tools/gn/
tokenizer_unittest.cc 136 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...]
  /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(nullptr) { }
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 719 Testing Using Mock Locations
    [all...]

Completed in 471 milliseconds