/llvm-project/libcxx/test/libcxx/atomics/atomics.types.operations/atomics.types.operations.req/ |
H A D | atomic_fetch_add.verify.cpp | 48 volatile std::atomic<void (*)(int)> fun; in function_pointer() local 53 std::atomic<void (*)(int)> fun; in function_pointer() local 65 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 70 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local
|
H A D | atomic_fetch_add_explicit.verify.cpp | 51 volatile std::atomic<void (*)(int)> fun; in function_pointer() local 56 std::atomic<void (*)(int)> fun; in function_pointer() local 68 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 73 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local
|
H A D | atomic_fetch_sub_explicit.verify.cpp | 51 volatile std::atomic<void (*)(int)> fun; in function_pointer() local 56 std::atomic<void (*)(int)> fun; in function_pointer() local 68 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 73 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local
|
H A D | atomic_fetch_sub.verify.cpp | 48 volatile std::atomic<void (*)(int)> fun; in function_pointer() local 53 std::atomic<void (*)(int)> fun; in function_pointer() local 65 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 70 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local
|
/llvm-project/libc/AOR_v20.02/string/test/ |
H A D | strlen.c | 16 static const struct fun struct 19 size_t (*fun)(const char *s); argument 51 static void test(const struct fun *fun, int align, int len) in test()
|
H A D | strchr.c | 16 static const struct fun struct 19 char *(*fun)(const char *s, int c); member 47 static void test(const struct fun *fun, int align, int seekpos, int len) in test()
|
H A D | strrchr.c | 16 static const struct fun struct 19 char *(*fun)(const char *s, int c); member 46 static void test(const struct fun *fun, int align, int seekpos, int len) in test()
|
H A D | memchr.c | 16 static const struct fun struct 19 void *(*fun)(const void *, int c, size_t n); member 48 static void test(const struct fun *fun, int align, int seekpos, int len) in test()
|
H A D | strnlen.c | 18 static const struct fun struct 21 size_t (*fun)(const char *s, size_t m); member 48 static void test(const struct fun *fun, int align, int maxlen, int len) in test()
|
H A D | memcmp.c | 15 static const struct fun struct 18 int (*fun)(const void *s1, const void *s2, size_t n); argument 45 static void test(const struct fun *fun, int s1align, int s2align, int len, int diffpos) in test()
|
H A D | strchrnul.c | 18 static const struct fun struct 21 char *(*fun)(const char *s, int c); argument 48 static void test(const struct fun *fun, int align, int seekpos, int len) in test()
|
H A D | memset.c | 15 static const struct fun struct 18 void *(*fun)(void *s, int c, size_t n); member 49 static void test(const struct fun *fun, int salign, int c, int len) in test()
|
H A D | strcmp.c | 15 static const struct fun struct 18 int (*fun)(const char *s1, const char *s2); argument 51 static void test(const struct fun *fun, int s1align, int s2align, int len, int diffpos) in test()
|
H A D | strcpy.c | 15 static const struct fun struct 18 char *(*fun)(char *dest, const char *src); argument 48 static void test(const struct fun *fun, int dalign, int salign, int len) in test()
|
H A D | strncmp.c | 15 static const struct fun struct 18 int (*fun)(const char *, const char *, size_t); argument 45 static void test(const struct fun *fun, int s1align, int s2align, int maxlen, int diffpos, int len) in test()
|
H A D | memcpy.c | 15 static const struct fun struct 18 void *(*fun)(void *, const void *, size_t); argument 48 static void test(const struct fun *fun, int dalign, int salign, int len) in test()
|
H A D | stpcpy.c | 16 static const struct fun struct 19 char *(*fun)(char *dest, const char *src); member 47 static void test(const struct fun *fun, int dalign, int salign, int len) in test()
|
H A D | memmove.c | 15 static const struct fun struct 18 void *(*fun)(void *, const void *, size_t); argument 46 static void test(const struct fun *fun, int dalign, int salign, int len) in test() 79 static void test_overlap(const struct fun *fun, int dalign, int salign, int len) in test_overlap()
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | gmp_compat.h | 33 #define GMPZAPI(fun) impz_ ## fun argument 34 #define GMPQAPI(fun) impq_ ## fun argument
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | ctu-inherited-default-ctor-other.cpp | 18 class fun { class 20 fun() {} in fun() function in clang::fun
|
/llvm-project/llvm/test/MC/AArch64/ |
H A D | cfi.s | 3 fun: label
|
/llvm-project/clang/test/CodeGen/assignment-tracking/ |
H A D | nested-scope.cpp | 15 void fun() { in fun() function
|
H A D | flag.cpp | 64 void fun(int a) {} in fun() function
|
/llvm-project/clang/test/CodeGen/ |
H A D | ubsan-function.cpp | 9 void fun() {} fun() function
|
H A D | ubsan-function-sugared.cpp | 9 auto fun() {} in fun() function
|