Home
last modified time | relevance | path

Searched refs:ConstCharPtr (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libc/spec/
H A Dstdc.td250 [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 Dllvm_libc_ext.td30 … [ArgSpec<ConstCharPtr>, ArgSpec<ConstCharPtr>, ArgSpec<UnsignedType>, ArgSpec<ConstCharPtr>]
H A Dposix.td28 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 Dbsd_ext.td11 [ArgSpec<CharPtr>, ArgSpec<ConstCharPtr>, ArgSpec<SizeTType>]
16 [ArgSpec<CharPtr>, ArgSpec<ConstCharPtr>, ArgSpec<SizeTType>]
H A Dgnu_ext.td93 [ArgSpec<VoidPtr>, ArgSpec<ConstCharPtr>, ArgSpec<CookieIOFunctionsT>]
H A Dspec.td74 def ConstCharPtr : ConstType<CharPtr>;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h826 struct GTEST_API_ ConstCharPtr { struct
827 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function
1266 if (::testing::internal::ConstCharPtr gtest_msg = "") { \