OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MemoryLocation
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryLocation.h
1
//===-
MemoryLocation
.h - Memory location descriptions ----------*- C++ -*-===//
40
// Represents the size of a
MemoryLocation
. Logically, it's an
43
// that the area of storage referenced by the given
MemoryLocation
must be
47
//
MemoryLocation
.
49
// Concretely, a precise
MemoryLocation
is (%p, 4) in
53
// Otherwise, we have UB. An example of an imprecise
MemoryLocation
is (%p, 4)
209
class
MemoryLocation
{
236
static
MemoryLocation
get(const LoadInst *LI);
237
static
MemoryLocation
get(const StoreInst *SI);
238
static
MemoryLocation
get(const VAArgInst *VI)
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h
51
typedef uptr
MemoryLocation
;
54
/// SourceLocation, a
MemoryLocation
, or a SymbolizedStack.
63
MemoryLocation
MemoryLoc;
70
Location(
MemoryLocation
Loc) :
86
MemoryLocation
getMemoryLocation() const {
109
Range(
MemoryLocation
Start,
MemoryLocation
End, const char *Text)
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.h
50
typedef uptr
MemoryLocation
;
53
/// SourceLocation, a
MemoryLocation
, or a SymbolizedStack.
62
MemoryLocation
MemoryLoc;
69
Location(
MemoryLocation
Loc) :
85
MemoryLocation
getMemoryLocation() const {
108
Range(
MemoryLocation
Start,
MemoryLocation
End, const char *Text)
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.h
50
typedef uptr
MemoryLocation
;
53
/// SourceLocation, a
MemoryLocation
, or a SymbolizedStack.
62
MemoryLocation
MemoryLoc;
69
Location(
MemoryLocation
Loc) :
85
MemoryLocation
getMemoryLocation() const {
108
Range(
MemoryLocation
Start,
MemoryLocation
End, const char *Text)
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026