Searched defs:Location (Results 26 - 50 of 98) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DBlankDebugEventListener.cs69 public virtual void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs121 public virtual void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.DebugEventHub
124 listener.Location(line, pos);
H A DDebugEventRepeater.cs77 public virtual void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.DebugEventRepeater
78 _listener.Location(line, pos);
H A DIDebugEventListener.cs162 void Location(int line, int pos); method in interface:Antlr.Runtime.Debug.IDebugEventListener
H A DDebugEventSocketProxy.cs216 public override void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
H A DIDebugEventListener.cs164 void Location( int line, int pos ); method in interface:Antlr.Runtime.Debug.IDebugEventListener
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DBlankDebugEventListener.cs80 public virtual void Location( int line, int pos ) method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs140 public virtual void Location( int line, int pos ) method in class:Antlr.Runtime.Debug.DebugEventHub
145 listener.Location( line, pos );
H A DDebugEventRepeater.cs88 public virtual void Location( int line, int pos ) method in class:Antlr.Runtime.Debug.DebugEventRepeater
90 _listener.Location( line, pos );
H A DDebugEventSocketProxy.cs248 public override void Location( int line, int pos ) method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
/external/chromium_org/extensions/common/
H A Dmanifest.h27 enum Location { enum in class:extensions::Manifest
75 static Location GetHigherPriorityLocation(Location loc1, Location loc2);
78 static inline bool IsExternalLocation(Location location) {
88 static inline bool IsUnpackedLocation(Location location) {
93 static inline bool IsAutoUpdateableLocation(Location location) {
101 static inline bool IsPolicyLocation(Location location) {
108 static inline bool IsComponentLocation(Location location) {
114 static inline bool ShouldAlwaysAllowFileAccess(Location locatio
[all...]
/external/chromium_org/v8/src/
H A Dvariables.h28 enum Location { enum in class:v8::internal::Variable
124 Location location() const { return location_; }
131 void AllocateTo(Location location, int index) {
143 Location location_;
/external/clang/include/clang/Sema/
H A DExternalSemaSource.h41 SourceLocation Location; member in struct:clang::ExternalVTableUse
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h79 const ProgramPoint Location; member in class:clang::ento::CheckerContext
95 Location(loc),
294 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
/external/clang/lib/Tooling/
H A DRefactoring.cpp60 SourceLocation Location = SM.translateFileLineCol(Entry, 1, 1); local
61 ID = Location.isValid() ?
62 SM.getFileID(Location) :
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp46 SourceLocation Location = Context.getLocation(ID, 1, 1); local
47 Replacement Replace(createReplacement(Location, 4, ""));
54 SourceLocation Location = Context.getLocation(ID, 1, 1); local
55 Replacement Replace(createReplacement(Location, 17, ""));
62 SourceLocation Location = Context.getLocation(ID, 1, 1); local
63 Replacement Replace(createReplacement(Location, 0, "result"));
71 SourceLocation Location = Context.getLocation(ID, 2, 3); local
72 Replacement Replace(createReplacement(Location, 12, "x"));
H A DTestVisitor.h149 void Match(StringRef Name, SourceLocation Location) { argument
150 const FullSourceLoc FullLocation = this->Context->getFullLoc(Location);
177 bool Matches(StringRef Name, FullSourceLoc const &Location) const {
178 return MatchesName(Name) && MatchesLocation(Location);
181 bool PartiallyMatches(StringRef Name, FullSourceLoc const &Location) const {
182 return MatchesName(Name) || MatchesLocation(Location);
189 bool MatchesLocation(FullSourceLoc const &Location) const {
190 return Location.isValid() &&
191 Location.getSpellingLineNumber() == LineNumber &&
192 Location
206 UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) argument
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc29 const char *Location() { return Green(); } function in class:__tsan::Decorator
146 Printf("%s", d.Location());
148 Printf(" Location is global '%s' of size %zu at %p (%s+%p)\n\n",
152 Printf(" Location is heap block of size %zu at %p allocated by %s:\n",
156 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
158 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
160 Printf(" Location is file descriptor %d created by %s at:\n",
/external/llvm/include/llvm/CodeGen/
H A DStackMaps.h86 struct Location { struct in class:llvm::StackMaps
93 Location() : LocType(Unprocessed), Size(0), Reg(0), Offset(0) {} function in struct:llvm::StackMaps::Location
94 Location(LocationType LocType, unsigned Size, unsigned Reg, int64_t Offset) function in struct:llvm::StackMaps::Location
137 typedef SmallVector<Location, 8> LocationVec;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.h100 struct Location struct in class:nv50_ir::BuildUtil
102 Location(unsigned array, unsigned arrayIdx, unsigned i, unsigned c) function in struct:nv50_ir::BuildUtil::Location
104 Location(const Location &l) function in struct:nv50_ir::BuildUtil::Location
107 bool operator==(const Location &l) const
113 bool operator<(const Location &l) const
125 typedef bimap<Location, Value *> ValueMap;
289 return !regOnly || m.r.count(Location(array, arrayIdx, i, c));
295 ValueMap::r_iterator it = m.r.find(Location(array, arrayIdx, i, c));
302 m.insert(Location(arra
[all...]
/external/clang/include/clang/Lex/
H A DMacroInfo.h34 SourceLocation Location; member in class:clang::MacroInfo
133 SourceLocation getDefinitionLoc() const { return Location; }
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h37 /// \brief Location at which a diagnostic can be emitted. Either a
39 class Location { class in namespace:__ubsan
51 Location() : Kind(LK_Null) {} function in class:__ubsan::Location
52 Location(SourceLocation Loc) : function in class:__ubsan::Location
54 Location(ModuleLocation Loc) : function in class:__ubsan::Location
56 Location(MemoryLocation Loc) : function in class:__ubsan::Location
81 Location getCallerLocation(uptr CallerLoc = GET_CALLER_PC());
87 Location getFunctionLocation(uptr Loc, const char **FName);
97 Location Start, End;
104 Location getStar
[all...]
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h19 // This API identifies memory regions with the Location class. The pointer
105 /// Location - A description of a memory location.
106 struct Location { struct in class:llvm::AliasAnalysis
119 explicit Location(const Value *P = nullptr, uint64_t S = UnknownSize, function in struct:llvm::AliasAnalysis::Location
123 Location getWithNewPtr(const Value *NewPtr) const {
124 Location Copy(*this);
129 Location getWithNewSize(uint64_t NewSize) const {
130 Location Copy(*this);
135 Location getWithoutTBAATag() const {
136 Location Cop
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp163 MachineLocation Location; local
167 Location.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm());
171 return Location;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.h100 struct Location struct in class:nv50_ir::BuildUtil
102 Location(unsigned array, unsigned arrayIdx, unsigned i, unsigned c) function in struct:nv50_ir::BuildUtil::Location
104 Location(const Location &l) function in struct:nv50_ir::BuildUtil::Location
107 bool operator==(const Location &l) const
113 bool operator<(const Location &l) const
125 typedef bimap<Location, Value *> ValueMap;
289 return !regOnly || m.r.count(Location(array, arrayIdx, i, c));
295 ValueMap::r_iterator it = m.r.find(Location(array, arrayIdx, i, c));
302 m.insert(Location(arra
[all...]

Completed in 442 milliseconds

1234