Home
last modified time | relevance | path

Searched defs:readSize (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dmalloc-sizeof.cpp13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo()
H A Dmalloc-sizeof.c13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo()
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DCoverageMappingReader.cpp54 std::error_code RawCoverageReader::readSize(uint64_t &Result) { in readSize() function in RawCoverageReader