Searched refs:pstr (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/ |
| H A D | max_allocation_size.cpp | 75 static char pstr[MaxAllocationSize + 1] = {'a'}; in allocate() local 77 pstr[i] = 'a'; in allocate() 79 pstr[MaxAllocationSize - 1] = '\0'; in allocate() 80 return strndup(pstr, Size); in allocate()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2009-05-22-callingconv.c | 6 static reg_errcode_t re_string_construct (re_string_t *pstr, const char *str, 11 re_string_construct (pstr, str, len, trans, icase, dfa) in re_string_construct() argument 12 re_string_t *pstr; in re_string_construct()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | macro-repeated-side-effects.c | 71 void pass(char* pstr, char ch) { in pass() argument 72 strchrs(pstr, ch++); // No error. in pass()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 571 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 5721 bool SkipPrefix(const char* prefix, const char** pstr) { in SkipPrefix() argument 5723 if (strncmp(*pstr, prefix, prefix_len) == 0) { in SkipPrefix() 5724 *pstr += prefix_len; in SkipPrefix()
|