OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocnode
(Results
1 - 6
of
6
) sorted by null
/external/srec/seti/sltsEngine/src/
linklist_impl.c
62
static LNode *
AllocNode
()
104
static LNode *
AllocNode
()
125
LNode *newnode =
AllocNode
();
/external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp
497
const ExplodedNode *
AllocNode
= N;
505
AllocNode
= N;
509
return
AllocNode
;
527
const ExplodedNode *
AllocNode
= getAllocationNode(N, AP.first, C);
529
ProgramPoint P =
AllocNode
->getLocation();
538
AllocNode
->getLocationContext());
541
AllocNode
->getLocationContext()->getDecl());
MallocChecker.cpp
[
all
...]
RetainCountChecker.cpp
[
all
...]
/external/e2fsprogs/e2fsck/
dict.c
62
#define
allocnode
dict_allocnode
macro
261
new->
allocnode
= dnode_alloc;
286
dict->
allocnode
= al ? al : dnode_alloc;
338
dict->
allocnode
= dnode_alloc;
359
dict->
allocnode
= template->
allocnode
;
431
if (left->
allocnode
!= right->
allocnode
)
836
dnode_t *node = dict->
allocnode
(dict->context);
[
all
...]
/external/valgrind/main/include/
pub_tool_oset.h
183
// *
AllocNode
: Allocate and zero memory for a node to go into the OSet.
Completed in 242 milliseconds