Searched refs:ConstCharPtr (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libc/spec/ |
| H A D | stdc.td | 250 [ArgSpec<ConstCharPtr>, ArgSpec<ConstCharPtr>] 255 [ArgSpec<ConstCharPtr>, ArgSpec<ConstCharPtr>] 260 [ArgSpec<ConstCharPtr>, ArgSpec<ConstCharPtr>, ArgSpec<SizeTType>] 277 [ArgSpec<ConstCharPtr>, ArgSpec<ConstCharPtr>] 282 [ArgSpec<ConstCharPtr>] 292 [ArgSpec<ConstCharPtr>, ArgSpec<ConstCharPtr>] 302 [ArgSpec<ConstCharPtr>, ArgSpec<ConstCharPtr>] 307 [ArgSpec<ConstCharPtr>, ArgSpec<ConstCharPtr>] 322 [ArgSpec<ConstCharPtr>] 519 [ArgSpec<ConstCharPtr>, [all …]
|
| H A D | llvm_libc_ext.td | 30 … [ArgSpec<ConstCharPtr>, ArgSpec<ConstCharPtr>, ArgSpec<UnsignedType>, ArgSpec<ConstCharPtr>]
|
| H A D | posix.td | 28 ConstType ConstCharPtr = ConstType<CharPtr>; 153 [ArgSpec<ConstCharPtr>, ArgSpec<ModeTType>] 158 [ArgSpec<ConstCharPtr>, ArgSpec<IntType>, ArgSpec<VarArgType>] 287 [ArgSpec<ConstCharPtr>] 292 [ArgSpec<ConstCharPtr>] 297 [ArgSpec<IntType>, ArgSpec<ConstCharPtr>, ArgSpec<IntType>] 316 [ArgSpec<ConstCharPtr>] 362 [ArgSpec<ConstCharPtr>, ArgSpec<SizeTType>] 397 [ArgSpec<ConstCharPtr>, ArgSpec<ModeTType>] 402 [ArgSpec<IntType>, ArgSpec<ConstCharPtr>, ArgSpec<ModeTType>] [all …]
|
| H A D | bsd_ext.td | 11 [ArgSpec<CharPtr>, ArgSpec<ConstCharPtr>, ArgSpec<SizeTType>] 16 [ArgSpec<CharPtr>, ArgSpec<ConstCharPtr>, ArgSpec<SizeTType>]
|
| H A D | gnu_ext.td | 93 [ArgSpec<VoidPtr>, ArgSpec<ConstCharPtr>, ArgSpec<CookieIOFunctionsT>]
|
| H A D | spec.td | 74 def ConstCharPtr : ConstType<CharPtr>;
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 826 struct GTEST_API_ ConstCharPtr { struct 827 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function 1266 if (::testing::internal::ConstCharPtr gtest_msg = "") { \
|