OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:topkey
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/cachegrind/
cg_merge.c
397
FileFn*
topKey
;
408
while (nextIterFM( cpf->outerMap, (Word*)(&
topKey
), (Word*)(&topVal) )) {
410
topKey
->fi_name,
topKey
->fn_name );
543
FileFn*
topKey
;
555
topKey
= malloc(sizeof(FileFn));
556
if (
topKey
) {
557
topKey
->fi_name = strdup(fi);
558
topKey
->fn_name = strdup(fn);
560
if (! (
topKey
&& topKey->fi_name && topKey->fn_name)
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
751
const SubRegion *Top, BindingKey
TopKey
,
754
if (
TopKey
.hasSymbolicOffset()) {
755
getSymbolicOffsetFields(
TopKey
, FieldsInSymbolicSubregions);
756
Top = cast<SubRegion>(
TopKey
.getConcreteOffsetRegion());
757
TopKey
= BindingKey::Make(Top, BindingKey::Default);
777
if (NextKey.getRegion() ==
TopKey
.getRegion()) {
783
if (NextKey.getOffset() >
TopKey
.getOffset() &&
784
NextKey.getOffset() -
TopKey
.getOffset() < Length) {
789
} else if (NextKey.getOffset() ==
TopKey
.getOffset()) {
832
BindingKey
TopKey
= BindingKey::Make(Top, BindingKey::Default)
[
all
...]
Completed in 54 milliseconds