OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNew
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
108
bool
IsNew
;
109
ExplodedNode *Node = G.getNode(StartLoc, InitState, false, &
IsNew
);
110
assert(
IsNew
);
499
bool
IsNew
;
500
ExplodedNode *Node = G.getNode(Loc, State, false, &
IsNew
);
505
assert(
IsNew
);
510
if (
IsNew
) WList->enqueue(Node);
555
bool
IsNew
;
556
ExplodedNode *Succ = G.getNode(Loc, N->getState(), false, &
IsNew
);
559
if (
IsNew
)
[
all
...]
ExplodedGraph.cpp
397
bool*
IsNew
) {
424
if (
IsNew
) *
IsNew
= true;
427
if (
IsNew
) *
IsNew
= false;
BugReporter.cpp
2577
bool
IsNew
;
2578
std::tie(PriorityEntry,
IsNew
) = PriorityMap.insert({Node, Priority});
2581
if (!
IsNew
) {
ExprEngine.cpp
1942
bool
IsNew
= false;
1943
ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &
IsNew
);
1946
if (!
IsNew
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp
675
bool
IsNew
= false;
685
IsNew
= true;
692
IsNew
= true;
700
// If !
IsNew
, we will replace the Value with itself. However, replaced values
702
if (!
IsNew
)
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp
800
bool
IsNew
;
805
Macro.getOverriddenMacros(),
IsNew
);
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
351
/// this pair exists, it is created.
IsNew
is set to true if
355
bool*
IsNew
= nullptr);
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmMatcherEmitter.cpp
1918
bool &
IsNew
) {
1919
IsNew
= Table.insert(CachedHashString(Name));
1921
unsigned ID =
IsNew
? Table.size() - 1 : find(Table, Name) - Table.begin();
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
1153
ArrayRef<ModuleMacro *> Overrides, bool &
IsNew
);
Completed in 27 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026