OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Opened
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp
12
// - If a file was
opened
with fopen, it must be closed with fclose before
32
enum Kind {
Opened
, Closed } K;
36
bool isOpened() const { return K ==
Opened
; }
39
static StreamState getOpened() { return StreamState(
Opened
); }
223
*LeakBugType, "
Opened
file is never closed; potential resource leak",
StreamChecker.cpp
88
Opened
, /// Stream is
opened
.
94
/// Ignored in non-
opened
stream state but must be NoError.
113
assert((State ==
Opened
|| ErrorState.isNoError()) &&
114
"ErrorState should be None in non-
opened
stream state.");
117
bool isOpened() const { return State ==
Opened
; }
122
// In not
opened
state error state should always NoError, so comparison
132
return StreamState{L,
Opened
, ES, IsFilePositionIndeterminate};
312
/// Check that the stream is the
opened
state.
313
/// If the stream is known to be not
opened
an error is generate
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp
657
DenseSet<MDNode *>
Opened
;
663
if (!
Opened
.insert(N).second) {
671
if (!
Opened
.count(MDN) && !Replacements.count(MDN) && !prune(N, MDN) &&
Completed in 19 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026