OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocnode
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp
503
const ExplodedNode *
AllocNode
= N;
513
AllocNode
= N;
517
return
AllocNode
;
534
const ExplodedNode *
AllocNode
= getAllocationNode(N, AP.first, C);
536
ProgramPoint P =
AllocNode
->getLocation();
545
AllocNode
->getLocationContext());
549
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/include/
pub_tool_oset.h
190
// *
AllocNode
: Allocate and zero memory for a node to go into the OSet.
Completed in 332 milliseconds