HomeSort by relevance Sort by last modified time
    Searched full:allocnode (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 495 const ExplodedNode *AllocNode = N;
505 AllocNode = N;
509 return AllocNode;
526 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C);
528 ProgramPoint P = AllocNode->getLocation();
537 AllocNode->getLocationContext());
541 AllocNode->getLocationContext()->getDecl());
MallocChecker.cpp     [all...]
RetainCountChecker.cpp     [all...]
  /external/e2fsprogs/lib/support/
dict.c 68 #define allocnode dict_allocnode macro
267 new->allocnode = dnode_alloc;
292 dict->allocnode = al ? al : dnode_alloc;
344 dict->allocnode = dnode_alloc;
365 dict->allocnode = template->allocnode;
437 if (left->allocnode != right->allocnode)
842 dnode_t *node = dict->allocnode(dict->context);
    [all...]
  /external/f2fs-tools/fsck/
dict.c 63 #define allocnode dict_allocnode macro
254 new->allocnode = dnode_alloc;
278 dict->allocnode = al ? al : dnode_alloc;
327 dict->allocnode = dnode_alloc;
347 dict->allocnode = template->allocnode;
417 if (left->allocnode != right->allocnode)
816 dnode_t *node = dict->allocnode(dict->context);
    [all...]
  /system/extras/simpleperf/
CallChainJoiner.h 126 CacheNode* AllocNode();
CallChainJoiner.cpp 122 node = AllocNode();
134 CacheNode* LRUCache::AllocNode() {
  /external/valgrind/include/
pub_tool_oset.h 185 // * AllocNode: Allocate and zero memory for a node to go into the OSet.

Completed in 453 milliseconds