OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymbolCounter
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
99
new (SD) SymbolRegionValue(
SymbolCounter
, R);
101
++
SymbolCounter
;
117
new (SD) SymbolConjured(
SymbolCounter
, E, T, Count, SymbolTag);
119
++
SymbolCounter
;
135
new (SD) SymbolDerived(
SymbolCounter
, parentSymbol, R);
137
++
SymbolCounter
;
151
new (SD) SymbolExtent(
SymbolCounter
, R);
153
++
SymbolCounter
;
169
new (SD) SymbolMetadata(
SymbolCounter
, R, S, T, Count, SymbolTag);
171
++
SymbolCounter
;
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
359
unsigned
SymbolCounter
;
367
:
SymbolCounter
(0), BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
Completed in 36 milliseconds