| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1 fun:_Exit=uninstrumented 2 fun:_IO_adjust_column=uninstrumented 10 fun:_IO_do_write=uninstrumented 12 fun:_IO_fclose=uninstrumented 13 fun:_IO_fdopen=uninstrumented 14 fun:_IO_feof=uninstrumented 15 fun:_IO_ferror=uninstrumented 16 fun:_IO_fflush=uninstrumented 19 fun:_IO_fgets=uninstrumented 2142 fun:j0=uninstrumented [all …]
|
| H A D | done_abilist.txt | 1 fun:main=uninstrumented 2 fun:main=discard 61 fun:cfree=discard 64 fun:free=discard 148 fun:bind=discard 240 fun:read=custom 245 fun:stat=custom 246 fun:time=custom 268 fun:bcmp=custom 289 fun:poll=custom [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/boost/ |
| H A D | use-to-string.cpp | 21 std::string fun(const std::string &) {} in fun() function 51 fun(boost::lexical_cast<std::string>(a)); in test_to_string2() 54 fun(boost::lexical_cast<std::string>(b)); in test_to_string2() 57 fun(boost::lexical_cast<std::string>(c)); in test_to_string2() 60 fun(boost::lexical_cast<std::string>(d)); in test_to_string2() 63 fun(boost::lexical_cast<std::string>(e)); in test_to_string2() 66 fun(boost::lexical_cast<std::string>(f)); in test_to_string2() 71 fun(boost::lexical_cast<std::string>(g)); in test_to_string2() 72 fun(boost::lexical_cast<std::string>(h)); in test_to_string2() 73 fun(boost::lexical_cast<std::string>(i)); in test_to_string2() [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/Inputs/ |
| H A D | flags_abilist.txt | 1 fun:f=uninstrumented 3 fun:function_to_force_zero=force_zero_labels 5 fun:main=uninstrumented 6 fun:main=discard 8 fun:dfsan_set_label=uninstrumented 9 fun:dfsan_set_label=discard 11 fun:my_dfsan_conditional_callback=uninstrumented 12 fun:my_dfsan_conditional_callback=discard 14 fun:dfsan_set_conditional_callback=uninstrumented 15 fun:dfsan_set_conditional_callback=discard
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/Inputs/ |
| H A D | abilist.txt | 1 fun:discard*=uninstrumented 2 fun:discard*=discard 4 fun:functional=uninstrumented 5 fun:functional=functional 7 fun:custom*=uninstrumented 8 fun:custom*=custom 10 fun:uninstrumented*=uninstrumented 12 fun:function_to_force_zero=force_zero_labels 14 fun:ExternWeak=uninstrumented
|
| H A D | shadow-args-abilist.txt | 1 fun:dfsan_get_label=uninstrumented 2 fun:dfsan_get_label=custom 4 fun:k2=uninstrumented 5 fun:k2=custom 7 fun:k4=uninstrumented 8 fun:k4=custom
|
| /llvm-project-15.0.7/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 50 std::atomic_fetch_add(&fun, 0); in function_pointer() 53 std::atomic<void (*)(int)> fun; in function_pointer() local 55 std::atomic_fetch_add(&fun, 0); in function_pointer() 60 void fun(int); 65 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 67 std::atomic_fetch_add(&fun, 0); in member_function_pointer() 70 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 72 std::atomic_fetch_add(&fun, 0); in member_function_pointer()
|
| H A D | atomic_fetch_sub.verify.cpp | 48 volatile std::atomic<void (*)(int)> fun; in function_pointer() local 50 std::atomic_fetch_sub(&fun, 0); in function_pointer() 53 std::atomic<void (*)(int)> fun; in function_pointer() local 55 std::atomic_fetch_sub(&fun, 0); in function_pointer() 60 void fun(int); 65 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 67 std::atomic_fetch_sub(&fun, 0); in member_function_pointer() 70 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 72 std::atomic_fetch_sub(&fun, 0); in member_function_pointer()
|
| H A D | atomic_fetch_add_explicit.verify.cpp | 51 volatile std::atomic<void (*)(int)> fun; in function_pointer() local 53 std::atomic_fetch_add_explicit(&fun, 0, std::memory_order_relaxed); in function_pointer() 56 std::atomic<void (*)(int)> fun; in function_pointer() local 58 std::atomic_fetch_add_explicit(&fun, 0, std::memory_order_relaxed); in function_pointer() 63 void fun(int); 68 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 70 std::atomic_fetch_add_explicit(&fun, 0, std::memory_order_relaxed); in member_function_pointer() 73 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 75 std::atomic_fetch_add_explicit(&fun, 0, std::memory_order_relaxed); in member_function_pointer()
|
| H A D | atomic_fetch_sub_explicit.verify.cpp | 51 volatile std::atomic<void (*)(int)> fun; in function_pointer() local 53 std::atomic_fetch_sub_explicit(&fun, 0, std::memory_order_relaxed); in function_pointer() 56 std::atomic<void (*)(int)> fun; in function_pointer() local 58 std::atomic_fetch_sub_explicit(&fun, 0, std::memory_order_relaxed); in function_pointer() 63 void fun(int); 68 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 70 std::atomic_fetch_sub_explicit(&fun, 0, std::memory_order_relaxed); in member_function_pointer() 73 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 75 std::atomic_fetch_sub_explicit(&fun, 0, std::memory_order_relaxed); in member_function_pointer()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | trim-var-locs.mir | 10 define dso_local i32 @fun() local_unnamed_addr !dbg !7 { 44 name: fun 48 ; int fun() { // scope fun !7 62 ; scope fun !7 is implied as we're in function fun and haven't seen a debug-location 64 ; locala range 1 start in implicit scope fun !7 67 ; locala range 1 clobber in implicit scope fun !7 69 ; scope fun !7 explicit start 75 ; localb range 1 start in scope fun !7 (outside block !14). 77 ; localb range 1 clobber in scope fun !7 107 ; scope fun !7 [all …]
|
| /llvm-project-15.0.7/libc/AOR_v20.02/string/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() argument 66 p = fun->fun(d, s, len); in test() 68 ERR("%s(%p,..) returned %p\n", fun->name, d, p); in test() 71 ERR("%s(align %d, align %d, %d) failed\n", fun->name, dalign, salign, len); in test() 79 static void test_overlap(const struct fun *fun, int dalign, int salign, int len) in test_overlap() argument 107 p = fun->fun(d, s, len); in test_overlap() 109 ERR("%s(%p,..) returned %p\n", fun->name, d, p); in test_overlap() 112 ERR("%s(align %d, align %d, %d) failed\n", fun->name, dalign, salign, len); in test_overlap()
|
| H A D | memset.c | 15 static const struct fun struct 18 void *(*fun)(void *s, int c, size_t n); argument 49 static void test(const struct fun *fun, int salign, int c, int len) in test() argument 65 p = fun->fun(s, c, len); in test() 67 ERR("%s(%p,..) returned %p\n", fun->name, s, p); in test() 71 err(fun->name, src, salign, c, len); in test() 77 err(fun->name, src, salign, c, len); in test() 83 err(fun->name, src, salign, c, len); in test()
|
| H A D | strcpy.c | 15 static const struct fun struct 18 char *(*fun)(char *dest, const char *src); member 48 static void test(const struct fun *fun, int dalign, int salign, int len) in test() argument 69 p = fun->fun(d, s); in test() 71 ERR("%s(%p,..) returned %p\n", fun->name, d, p); in test() 74 ERR("%s(align %d, align %d, %d) failed\n", fun->name, dalign, salign, len); in test()
|
| H A D | stpcpy.c | 16 static const struct fun struct 19 char *(*fun)(char *dest, const char *src); argument 47 static void test(const struct fun *fun, int dalign, int salign, int len) in test() argument 68 p = fun->fun(d, s); in test() 70 ERR("%s(%p,..) returned %p\n", fun->name, d, p); in test() 73 ERR("%s(align %d, align %d, %d) failed\n", fun->name, dalign, salign, 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() argument 68 p = fun->fun(d, s, len); in test() 70 ERR("%s(%p,..) returned %p\n", fun->name, d, p); in test() 73 ERR("%s(align %d, align %d, %d) failed\n", fun->name, dalign, salign, len); in 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() argument 66 r = fun->fun(s); in test() 68 ERR("%s(%p) returned %zu\n", fun->name, s, r); 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() argument 66 p = fun->fun(s, seekchar, len); in test() 69 ERR("%s(%p,0x%02x,%d) returned %p\n", fun->name, s, seekchar, len, p); in test()
|
| H A D | strnlen.c | 18 static const struct fun struct 21 size_t (*fun)(const char *s, size_t m); argument 48 static void test(const struct fun *fun, int align, int maxlen, int len) in test() argument 64 r = fun->fun(s, maxlen); in test() 66 ERR("%s(%p) returned %zu\n", fun->name, s, r); 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() argument 67 p = fun->fun(s, seekchar); in test() 70 ERR("%s(%p,0x%02x,%d) returned %p\n", fun->name, s, seekchar, len, p); in test()
|
| /llvm-project-15.0.7/clang/utils/valgrind/ |
| H A D | x86_64-pc-linux-gnu_gcc-4.3.3.supp | 4 fun:memcpy 6 …fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm5ValueEjESt6vectorIS7_SaIS7_… 12 fun:memcpy 14 …fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm5ValueEjESt6vectorIS7_SaIS7_… 20 fun:memcpy 22 …fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm4TypeEjESt6vectorIS7_SaIS7_E…
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | declare_reduction_messages.cpp | 21 #pragma omp declare reduction(fun : int // expected-error {{expe… 32 #pragma omp declare reduction(fun : long & : omp_out += omp_in) // expected-error {{redu… 33 #pragma omp declare reduction(fun : long(void) : omp_out += omp_in) // expected-error {{redu… 34 #pragma omp declare reduction(fun : long[3] : omp_out += omp_in) // expected-error {{redu… 42 #pragma omp declare reduction(fun : T : temp) // expected-error {{only 'omp_in' or 'o… 53 #pragma omp declare reduction(fun : T : omp_out += omp_in) 82 T fun(T arg) { in fun() function 87 #pragma omp declare reduction(fun : T : omp_out += omp_in) initializer(omp_priv = 23) in fun() 130 #pragma omp parallel reduction (::fun : c1) in main() 133 #pragma omp parallel reduction (::Class1<int>::fun : c1) in main() [all …]
|
| H A D | declare_reduction_codegen.cpp | 75 #pragma omp declare reduction(fun : T : omp_out ^= omp_in) initializer(omp_priv = 24 + omp_orig) 108 #pragma omp declare reduction(fun : SSS < int > : omp_out = omp_in) initializer(init(omp_priv, omp_… 132 #pragma omp declare reduction(fun : T : omp_out += omp_in) initializer(omp_priv = 15 * omp_orig) in foo() 134 #pragma omp declare reduction(fun : T : omp_out /= omp_in) initializer(omp_priv = 11 - omp_orig) in foo() 159 #pragma omp parallel reduction(SSS < int > ::fun : i) in main() 163 #pragma omp parallel reduction(::fun : sss) in main() 166 #pragma omp declare reduction(fun : SSS < int > : init(omp_out, omp_in)) in main() 167 #pragma omp parallel reduction(fun : sss) in main()
|
| /llvm-project-15.0.7/llvm/utils/valgrind/ |
| H A D | x86_64-pc-linux-gnu.supp | 5 fun:_ZN4llvm12PassRegistry12registerPassERKNS_8PassInfoE 38 fun:malloc 39 fun:xmalloc 58 fun:malloc 65 fun:calloc 66 fun:malloc 79 fun:__GI___strcasecmp_l 85 fun:__GI___strcasecmp_l
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | unused-return-value-custom.cpp | 45 int fun(); 46 void fun(int); 49 fun(); in warning() 53 (fun()); in warning() 87 auto R1 = fun(); in noWarning() 100 fun(5); in noWarning()
|