Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h142 …hExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity…
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1653 size_t numChars = sizeof(ourBaseExcpClassChars) / sizeof(char); in createStandardUtilityFunctions() local
1656 ourBaseExceptionClass = genClass(ourBaseExcpClassChars, numChars); in createStandardUtilityFunctions()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c4512 unsigned numChars = 0; in print_usrs_file() local
4527 if (numChars == 0) in print_usrs_file()
4530 line[numChars] = '\0'; in print_usrs_file()
4531 numChars = 0; in print_usrs_file()
4546 line[numChars++] = c; in print_usrs_file()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h819 llvm::ConstantInt *getSize(CharUnits numChars);