Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp820 uint64_t genClass(const unsigned char classChars[], size_t classCharsSize) in genClass() argument
824 for (unsigned i = 1; i < classCharsSize; ++i) { in genClass()