Home
last modified time | relevance | path

Searched refs:unsignedInt (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Analysis/
Dmalloc-sizeof.c13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo() argument
20 unsigned char *buf = malloc(readSize + sizeof(unsignedInt)); // no warning in foo()
Dmalloc-sizeof.cpp13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo() argument