Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dcompound.c17 void foo(char *strbuf) { in foo() argument
19 strbuf += stufflen; in foo()
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp248 char strbuf[4]; in LoadBinaryViaLowmemUUID() local
250 core_memory_entry->data.GetRangeBase() + offset, 4, &strbuf) && in LoadBinaryViaLowmemUUID()
251 strncmp("uuid", (char *)&strbuf, 4) == 0) { in LoadBinaryViaLowmemUUID()
/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td1014 strnlen(strbuf, maxlen) to resolve to strnlen_chk(strbuf, maxlen, size of
1015 strbuf) only if the size of strbuf can be determined: