Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 25 of 118) sorted by relevance

12345

/llvm-project/libcxx/test/libcxx/atomics/atomics.types.operations/atomics.types.operations.req/
H A Datomic_fetch_add.verify.cpp48 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 Datomic_fetch_add_explicit.verify.cpp51 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 Datomic_fetch_sub_explicit.verify.cpp51 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 Datomic_fetch_sub.verify.cpp48 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 Dstrlen.c16 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 Dstrchr.c16 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 Dstrrchr.c16 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 Dmemchr.c16 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 Dstrnlen.c18 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 Dmemcmp.c15 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 Dstrchrnul.c18 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 Dmemset.c15 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 Dstrcmp.c15 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 Dstrcpy.c15 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 Dstrncmp.c15 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 Dmemcpy.c15 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 Dstpcpy.c16 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 Dmemmove.c15 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 Dgmp_compat.h33 #define GMPZAPI(fun) impz_ ## fun argument
34 #define GMPQAPI(fun) impq_ ## fun argument
/llvm-project/clang/test/Analysis/Inputs/
H A Dctu-inherited-default-ctor-other.cpp18 class fun { class
20 fun() {} in fun() function in clang::fun
/llvm-project/llvm/test/MC/AArch64/
H A Dcfi.s3 fun: label
/llvm-project/clang/test/CodeGen/assignment-tracking/
H A Dnested-scope.cpp15 void fun() { in fun() function
H A Dflag.cpp64 void fun(int a) {} in fun() function
/llvm-project/clang/test/CodeGen/
H A Dubsan-function.cpp9 void fun() {} fun() function
H A Dubsan-function-sugared.cpp9 auto fun() {} in fun() function

12345