Home
last modified time | relevance | path

Searched defs:strlen (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dstrlen-inline-builtin-redecl.c10 extern inline __attribute__((always_inline)) __attribute__((gnu_inline)) unsigned long strlen(const… in strlen() function
16 unsigned long strlen(const char *s) { in strlen() function
H A Dfread-inline-builtin-late-redecl.c11 …ribute__((__always_inline__)) __attribute__((__gnu_inline__)) unsigned long strlen(char const *s) { in strlen() function
24 unsigned long strlen(char const *s) { in strlen() function
/llvm-project/clang/test/CodeGenCXX/
H A D2004-03-09-UnmangledBuiltinMethods.cpp8 void AccessFlags::strlen() { } in strlen() function in AccessFlags
/llvm-project/flang/include/flang/Runtime/
H A Dfreestanding-tools.h114 static inline RT_API_ATTRS std::size_t strlen(const char *str) { strlen() function
/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp154 size_t strlen(const char *s) { return __sanitizer::internal_strlen(s); } in strlen() function
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test.m183 size_t strlen(const char *s); function
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h181 uint32_t strlen; member
/llvm-project/clang/test/AST/Interp/
H A Dbuiltin-functions.cpp
/llvm-project/clang/test/Analysis/
H A Dstring.c80 #define strlen BUILTIN(strlen) macro
[all...]
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp4556 TEST(MemorySanitizerOrigins,strlen) TEST() argument
[all...]