HomeSort by: relevance | last modified time | path
    Searched defs:Location (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
InstrRefBasedImpl.cpp 18 /// into a register (or spill) location for each variable over each instruction.
23 /// be needed for a variable location to be correct, but no register or spill
25 /// location is dropped.
28 /// whether a variable location is live throughout a loop, or whether its
29 /// location is clobbered (or redefined by another DBG_VALUE), without
40 /// first analysis from the location they refer to. We can then compute the
44 /// is pre-defined. If a variable location requires a PHI node, but no
46 /// first analysis), the location must be dropped.
51 /// * What the location of that value is (if any).
53 /// a value moves location. After this pass runs, all variable locations withi
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PointerIterationChecker.cpp 44 auto Location = PathDiagnosticLocation::createBegin(MarkedStmt,
54 OS.str(), Location, Range);
PointerSortingChecker.cpp 44 auto Location = PathDiagnosticLocation::createBegin(MarkedStmt,
54 OS.str(), Location, Range);
ObjCAutoreleaseWriteChecker.cpp 131 PathDiagnosticLocation Location = PathDiagnosticLocation::createBegin(
164 categories::MemoryRefCount, BugMessage.str(), Location,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXLoadedDiagnostic.h 33 /// Return the location of the diagnostic.
66 static void decodeLocation(CXSourceLocation location,
72 struct Location {
78 Location() : line(0), column(0), offset(0) {}
81 Location DiagLoc;
  /src/external/gpl3/gcc/dist/libcody/
internal.hh 29 // Location is needed regardless of checking, to make the fatal
31 class Location
38 constexpr Location (char const *file_
58 constexpr Location (source_location loc = source_location::current ())
59 : Location (loc.file (), loc.line ())
79 , Location const = Location ()
81 #define HCF(M) HCF ((M), Cody::Location (__FILE__, __LINE__))
87 void AssertFailed [[noreturn]] (Location loc = Location ()) noexcept
    [all...]
  /src/external/gpl3/gcc.old/dist/libcody/
internal.hh 29 // Location is needed regardless of checking, to make the fatal
31 class Location
38 constexpr Location (char const *file_
58 constexpr Location (source_location loc = source_location::current ())
59 : Location (loc.file (), loc.line ())
79 , Location const = Location ()
81 #define HCF(M) HCF ((M), Cody::Location (__FILE__, __LINE__))
87 void AssertFailed [[noreturn]] (Location loc = Location ()) noexcept
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ExternalSemaSource.h 45 SourceLocation Location;
224 /// \param Loc the location at which a complete type was required but not
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeEmitter.cpp 82 unsigned Location = NextLocalOffset;
84 return {Location, D};
96 void *Location = Code.data() + Reloc - sizeof(int32_t);
98 endian::write<int32_t, endianness::native, 1>(Location, Offset);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.h 74 PathDiagnosticLocation Location;
79 // Finds the location where the leaking object is allocated.
90 assert(Location.isValid());
91 return Location;
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
SerializedDiagnosticReader.h 45 /// A location that is represented in the serialized diagnostics.
46 struct Location {
52 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset)
100 visitDiagnosticRecord(unsigned Severity, const Location &Location,
114 visitFixitRecord(const Location &Start, const Location &End, StringRef Text) {
119 virtual std::error_code visitSourceRangeRecord(const Location &Start,
120 const Location &End) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 30 /// If true, we drop variable location ranges which exist entirely outside the
37 DbgVariableLocation Location;
43 Location.Register = Instruction.getDebugOperand(0).getReg();
44 Location.FragmentInfo.reset();
50 // We can handle a DBG_VALUE_LIST iff it has exactly one location operand that
81 Location.FragmentInfo = {Op->getArg(1), Op->getArg(0)};
84 Location.LoadChain.push_back(Offset);
97 Location.LoadChain.push_back(Offset);
99 return Location;
318 // The code that generates location lists for DWARF assumes that th
    [all...]
DbgEntityHistoryCalculator.cpp 43 // variable location ranges against scope ranges. To reflect what we'll see
44 // in the binary, when we look at location ranges we must consider all
49 // 1 instruction p Both the variable location for x and for y start
157 // before the first one with a debug-location, which could cause us to
158 // incorrectly drop a location. We could introduce special casing for
176 // Index of the DBG_VALUE which marks the start of the current location
182 // Only DBG_VALUEs can open location ranges so skip anything else.
191 // Skip this location range if the opening entry is still referenced. It
192 // may close a location range which intersects a scope range.
202 // Check if the location range [StartMI, EndMI] intersects with any scop
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.cc 44 const char *Location() { return Green(); }
185 Printf("%s", d.Location());
189 Printf(" Location is global '%s' of size %zu at %p (%s+%p)\n\n",
193 Printf(" Location is global '%s' at %p (%s+%p)\n\n", global.name,
200 Printf(" Location is heap block of size %zu at %p allocated by %s:\n",
204 Printf(" Location is %s of size %zu at %p allocated by %s:\n",
210 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
212 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
214 Printf(" Location is file descriptor %d created by %s at:\n",
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 31 /// The tagged location, which is used to generate all new nodes.
32 const ProgramPoint Location;
48 Location(loc),
134 /// retrieve the location region as it was uttered in the code.
209 (Tag ? Tag : Location.getTag()));
222 return addTransition(State, (Tag ? Tag : Location.getTag()));
238 return addTransition(State, Pred, (Tag ? Tag : Location.getTag()));
362 /// Depending on wither the location corresponds to a macro, return
394 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
    [all...]
CoreEngine.h 74 /// G - The simulation graph. Each node is a (location,state) pair.
87 /// The locations where we stopped doing work because we visited a location
153 /// Dispatch the work list item based on the given location information.
346 ProgramPoint &Location;
351 : NodeBuilder(Pred, DstSet, Ctx), Location(L) {}
356 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
362 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
ExplodedGraph.h 121 /// Location - The program location (within a function body) associated
123 const ProgramPoint Location;
139 : Location(loc), State(std::move(state)), Succs(IsSink), Id(Id) {
144 ProgramPoint getLocation() const { return Location; }
173 return Location.getAs<T>();
192 Profile(ID, Location, State, isSink());
314 /// different roots reach the same state at the same program location.
349 /// Retrieve the node associated with a (Location,State) pair,
350 /// where the 'Location' is a ProgramPoint in the CFG. If no node fo
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Tokens.h 107 Token(SourceLocation Location, unsigned Length, tok::TokenKind Kind);
112 /// Location of the first character of a token.
113 SourceLocation location() const { return Location; } function in class:clang::syntax::Token
114 /// Location right after the last character of a token.
116 return Location.getLocWithOffset(Length);
143 SourceLocation Location;
383 /// The spelled tokens that overlap or touch a spelling location Loc.
390 /// The identifier token that overlaps or touches a spelling location Loc.
432 /// Maps from a start to an end spelling location of transformation
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_report.cpp 27 const char *Location() { return Green(); }
168 Printf("%s", d.Location());
172 Printf(" Location is global '%s' of size %zu at %p (%s+0x%zx)\n\n",
176 Printf(" Location is global '%s' at %p (%s+0x%zx)\n\n", global.name,
183 Printf(" Location is heap block of size %zu at %p allocated by %s:\n",
188 Printf(" Location is %s of size %zu at %p allocated by %s:\n",
195 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
197 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
199 Printf(" Location is file descriptor %d %s by %s at:\n", loc->fd,
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_report.cpp 27 const char *Location() { return Green(); }
172 Printf("%s", d.Location());
176 Printf(" Location is global '%s' of size %zu at %p (%s+0x%zx)\n\n",
180 Printf(" Location is global '%s' at %p (%s+0x%zx)\n\n", global.name,
187 Printf(" Location is heap block of size %zu at %p allocated by %s:\n",
192 Printf(" Location is %s of size %zu at %p allocated by %s:\n",
199 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
201 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
203 Printf(" Location is file descriptor %d created by %s at:\n",
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 48 const char *Location() { return Green(); }
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h 43 /// The location the macro is defined.
44 SourceLocation Location;
46 /// The location of the last token in the macro.
122 /// Return the location that the macro was defined at.
123 SourceLocation getDefinitionLoc() const { return Location; }
125 /// Set the location of the last token in the macro.
128 /// Return the location of the last token in the macro.
283 /// Encapsulates changes to the "macros namespace" (the location where
284 /// the macro name became active, the location where it was undefined, etc.).
377 /// macro definition directive along with info about its undefined location
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
Checker.h 194 class Location {
197 const SVal &location, bool isLoad, const Stmt *S,
199 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C);
213 const SVal &location, const SVal &val, const Stmt *S,
215 ((const CHECKER *)checker)->checkBind(location, val, S, C);
552 /// We dereferenced a location that may be null.
554 SVal Location;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
StackMaps.h 74 /// these, the stack map also records the location of the return value and
253 struct Location {
267 Location() = default;
268 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset)
300 using LocationVec = SmallVector<Location, 8>;
TargetFrameLowering.h 40 /// function entry to the first location where function data (local variables,
57 // or a WebAssembly-specific location description.
66 } Location;
169 /// spilled to a particular stack location if it is spilled.
299 /// and offset used to reference a frame index location. The offset is
319 /// reference a frame index location. The offset can be from either FP/BP/SP

Completed in 59 milliseconds

1 2 3