Searched refs:classChars (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp867 /// @param classChars char array to encode. NULL values not checkedf
868 /// @param classCharsSize number of chars in classChars. Value is not checked.
870 uint64_t genClass(const unsigned char classChars[], size_t classCharsSize) argument
872 uint64_t ret = classChars[0];
876 ret += classChars[i];

Completed in 371 milliseconds