OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Scanned
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Support/
FormattedStream.cpp
50
//
scanned
those bytes. This depends on raw_ostream to not change our buffer
52
if (Ptr <=
Scanned
&&
Scanned
<= Ptr + Size)
55
UpdatePosition(Position,
Scanned
, Size - (
Scanned
- Ptr));
60
Scanned
= Ptr + Size;
85
Scanned
= nullptr;
/external/swiftshader/third_party/LLVM/lib/Support/
FormattedStream.cpp
43
//
scanned
those bytes. This depends on raw_ostream to not change our buffer
45
if (Ptr <=
Scanned
&&
Scanned
<= Ptr + Size) {
48
ColumnScanned = CountColumns(ColumnScanned,
Scanned
,
49
Size - (
Scanned
- Ptr));
54
Scanned
= Ptr + Size;
79
Scanned
= 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
FormattedStream.cpp
51
//
scanned
those bytes. This depends on raw_ostream to not change our buffer
53
if (Ptr <=
Scanned
&&
Scanned
<= Ptr + Size)
56
UpdatePosition(Position,
Scanned
, Size - (
Scanned
- Ptr));
61
Scanned
= Ptr + Size;
86
Scanned
= nullptr;
/external/llvm/include/llvm/Analysis/
AssumptionCache.h
49
/// \brief Flag tracking whether we have
scanned
the function yet.
53
bool
Scanned
;
61
AssumptionCache(Function &F) : F(F),
Scanned
(false) {}
71
/// It will be re-
scanned
the next time it is requested.
74
Scanned
= false;
86
if (!
Scanned
)
/external/llvm/include/llvm/Support/
FormattedStream.h
35
///
scanned
. The line and column scheme is zero-based.
39
///
Scanned
- This points to one past the last character in the
40
/// buffer we've
scanned
.
42
const char *
Scanned
;
75
Scanned
= nullptr;
94
Scanned
= nullptr;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
FormattedStream.h
49
///
scanned
. The column scheme is zero-based.
53
///
Scanned
- This points to one past the last character in the
54
/// buffer we've
scanned
.
56
const char *
Scanned
;
90
Scanned
= 0;
114
Scanned
= 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FormattedStream.h
35
///
scanned
. The line and column scheme is zero-based.
39
///
Scanned
- This points to one past the last character in the
40
/// buffer we've
scanned
.
42
const char *
Scanned
;
75
Scanned
= nullptr;
94
Scanned
= nullptr;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
AssumptionCache.h
80
/// Flag tracking whether we have
scanned
the function yet.
84
bool
Scanned
= false;
113
/// It will be re-
scanned
the next time it is requested.
117
Scanned
= false;
129
if (!
Scanned
)
136
if (!
Scanned
)
/external/llvm/lib/Analysis/
AssumptionCache.cpp
28
assert(!
Scanned
&& "Tried to scan the function twice!");
39
Scanned
= true;
46
// If we haven't
scanned
the function yet, just drop this assumption. It will
48
if (!
Scanned
)
127
"Assumption in
scanned
function not in cache");
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AssumptionCache.cpp
151
assert(!
Scanned
&& "Tried to scan the function twice!");
162
Scanned
= true;
173
// If we haven't
scanned
the function yet, just drop this assumption. It will
175
if (!
Scanned
)
262
report_fatal_error("Assumption in
scanned
function not in cache");
/build/soong/finder/
finder.go
88
// a CacheParams specifies which files and directories the user wishes be
scanned
and
1036
f.verbosef("
Scanned
filesystem (not using cache) in %v\n", time.Now().Sub(startTime))
[
all
...]
Completed in 254 milliseconds