/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1 fun:__isoc23_sscanf=uninstrumented 2 fun:__isoc23_strtol=uninstrumented 3 fun:__isoc23_strtoll=uninstrumented 4 fun:__isoc23_strtoul=uninstrumented 5 fun:__isoc23_strtoull=uninstrumented 6 fun:_Exit=uninstrumented 7 fun:_IO_adjust_column=uninstrumented 8 fun:_IO_adjust_wcolumn=uninstrumented 9 fun:_IO_default_doallocate=uninstrumented 10 fun:_IO_default_finish=uninstrumented [all …]
|
H A D | done_abilist.txt | 1 fun:main=uninstrumented 2 fun:main=discard 7 fun:dfsan_union=uninstrumented 8 fun:dfsan_union=discard 9 fun:dfsan_create_label=uninstrumented 10 fun:dfsan_create_label=discard 11 fun:dfsan_set_label=uninstrumented 12 fun:dfsan_set_label=discard 13 fun:dfsan_add_label=uninstrumented 14 fun:dfsan_add_label=discard [all …]
|
/llvm-project/llvm/unittests/Support/ |
H A D | SpecialCaseListTest.cpp | 70 EXPECT_FALSE(SCL->inSection("", "fun", "hello")); in TEST_F() 78 EXPECT_EQ(0u, SCL->inSectionBlame("", "fun", "hello")); in TEST_F() 152 "fun:foo\n" in TEST_F() 155 EXPECT_FALSE(SCL->inSection("", "fun", "tomfoolery")); in TEST_F() 158 SCL = makeSpecialCaseList("fun:*foo*\n"); in TEST_F() 159 EXPECT_TRUE(SCL->inSection("", "fun", "tomfoolery")); in TEST_F() 160 EXPECT_TRUE(SCL->inSection("", "fun", "foobar")); in TEST_F() 201 std::unique_ptr<SpecialCaseList> SCL = makeSpecialCaseList("fun:b?r\n" in TEST_F() 202 "fun:za*az\n"); in TEST_F() 203 EXPECT_TRUE(SCL->inSection("", "fun", "bar")); in TEST_F() [all …]
|
/llvm-project/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 34 fun(boost::lexical_cast<std::string>(42.0)); in test_to_string1() 51 fun(boost::lexical_cast<std::string>(a)); in test_to_string2() 53 // CHECK-FIXES: fun(std::to_string(a)); in test_to_string2() 54 fun(boost::lexical_cast<std::string>(b)); in test_to_string2() 56 // CHECK-FIXES: fun(std::to_string(b)); in test_to_string2() 57 fun(boost::lexical_cast<std::string>(c)); in test_to_string2() 59 // CHECK-FIXES: fun(std::to_string(c)); in test_to_string2() 60 fun(boost::lexical_cast<std::string>(d)); in test_to_string2() 62 // CHECK-FIXES: fun(std::to_string(d)); in test_to_string2() [all …]
|
/llvm-project/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 [all …]
|
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
H A D | AddUsingTests.cpp | 48 EXPECT_AVAILABLE(Header + "void fun() { o^n^e^:^:^t^w^o^:^:^f^f(); }"); in TEST_F() 49 EXPECT_AVAILABLE(Header + "void fun() { o^n^e^::^o^o(); }"); in TEST_F() 50 EXPECT_AVAILABLE(Header + "void fun() { o^n^e^:^:^t^w^o^:^:^e^e E; }"); in TEST_F() 51 EXPECT_AVAILABLE(Header + "void fun() { o^n^e^:^:^t^w^o:^:^c^c C; }"); in TEST_F() 53 "void fun() { o^n^e^:^:^t^w^o^:^:^c^c^:^:^m^m(); }"); in TEST_F() 55 "void fun() { o^n^e^:^:^t^w^o^:^:^c^c^:^:^s^t inst; }"); in TEST_F() 57 "void fun() { o^n^e^:^:^t^w^o^:^:^c^c^:^:^s^t inst; }"); in TEST_F() 58 EXPECT_UNAVAILABLE(Header + "void fun() { N^S(c^c) inst; }"); in TEST_F() 65 "void fun() { one::two::cc() ^| one::two::cc(); }"); in TEST_F() 67 EXPECT_UNAVAILABLE(Header + "void fun() { ban::fo^o(); }"); in TEST_F() [all …]
|
/llvm-project/llvm/test/DebugInfo/X86/ |
H A D | trim-var-locs.mir | 10 define dso_local i32 @fun() local_unnamed_addr !dbg !7 { 33 …!7 = distinct !DISubprogram(name: "fun", scope: !1, file: !1, line: 2, type: !8, scopeLine: 2, fla… 44 name: fun 48 ; int fun() { // scope fun !7 49 ; int locala; // scope fun !7, var locala !12, debug-location !15 50 ; { int localb; } // scope fun:block !14, var localb !13, debug-location !18 51 ; { int localc; } // scope fun:block !24, var localc !25, debug-location !26 54 ; (1) Check that a variable location range found in implied scope fun !7 is 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 [all …]
|
/llvm-project/clang/test/CodeGen/ |
H A D | sanitize-metadata-ignorelist.c | 2 // RUN: echo "fun:foo" > %t.fun 3 …sanitize-metadata-ignorelist=%t.fun -triple x86_64-gnu-linux -x c -emit-llvm %s -o - | FileCheck %… 15 // FUN-LABEL: define {{[^@]+}}@foo 16 // FUN-SAME: () local_unnamed_addr #[[ATTR0:[0-9]+]] { 17 // FUN-NEXT: entry: 18 // FUN-NEXT: [[TMP0:%.*]] = atomicrmw add ptr @y, i32 1 monotonic, align 4 19 // FUN-NEXT: ret void 37 // FUN-LABEL: define {{[^@]+}}@bar 38 // FUN-SAME: () local_unnamed_addr #[[ATTR0]] !pcsections !2 { 39 // FUN-NEXT: entry: [all …]
|
/llvm-project/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/clang/test/OpenMP/ |
H A D | declare_reduction_ast_print.cpp | 34 #pragma omp declare reduction(fun : T : omp_out += omp_in) initializer(omp_priv = omp_orig + 15) 40 // CHECK: #pragma omp declare reduction (fun : T : omp_out += omp_in) initializer(omp_priv = omp_or… 44 // CHECK: #pragma omp declare reduction (fun : int : omp_out += omp_in) initializer(omp_priv = omp_… 52 #pragma omp declare reduction(fun : SSS < int > : omp_out = omp_in) initializer(init(omp_priv, omp_… 53 // CHECK: #pragma omp declare reduction (fun : SSS<int> : omp_out = omp_in) initializer(init(omp_pr… 56 // CHECK: #pragma omp declare reduction (fun : T : omp_out += omp_in) initializer(omp_priv = omp_or… 58 // CHECK: #pragma omp declare reduction (fun : T : omp_out += omp_in) initializer(omp_priv = omp_or… 64 // CHECK: #pragma omp declare reduction (fun : int : omp_out += omp_in) initializer(omp_priv = omp_… 66 // CHECK: #pragma omp declare reduction (fun : int : omp_out += omp_in) initializer(omp_priv = omp_… 72 #pragma omp declare reduction(fun : T : omp_out += omp_in) initializer(omp_priv = omp_orig + 15) in foo() [all …]
|
H A D | declare_reduction_ast_print.c | 17 #pragma omp declare reduction(fun : float : omp_out += omp_in) initializer(omp_priv = omp_orig + 15) 18 // CHECK: #pragma omp declare reduction (fun : float : omp_out += omp_in) initializer(omp_priv = om… 31 #pragma omp declare reduction(fun : struct SSS : omp_out = omp_in) initializer(init(&omp_priv, omp_… 32 // CHECK: #pragma omp declare reduction (fun : struct SSS : omp_out = omp_in) initializer(init(&omp… 36 #pragma omp declare reduction(fun : struct SSS : omp_out = omp_in) initializer(init(&omp_priv, omp_… in main() 37 …// CHECK: #pragma omp declare reduction (fun : struct SSS : omp_out = omp_in) initializer(init(&om… in main() 39 #pragma omp declare reduction(fun : struct SSS : omp_out = omp_in) initializer(init(&omp_priv, omp_… in main() 40 …// CHECK: #pragma omp declare reduction (fun : struct SSS : omp_out = omp_in) initializer(init(&om… in main()
|
/llvm-project/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()
|
/llvm-project/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/flang/test/Semantics/ |
H A D | resolve11.f90 | 58 procedure fun 61 function fun function 66 !ERROR: 'fun' is PRIVATE in 'm4' 67 use m4, only: foo, fun 77 procedure fun 80 function fun function 86 use m5, only: foo, fun 87 print *, fun() ! ok
|
/llvm-project/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/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/llvm/test/CodeGen/AArch64/ |
H A D | shrinkwrap-split-restore-point.mir | 11 %call = call i32 @fun() 16 %call2 = call i32 @fun() 38 %call03 = call i32 @fun() 43 %call04 = call i32 @fun() 47 %call05 = call i32 @fun() 52 %call06 = call i32 @fun() 79 %call3 = call i32 @fun() 99 %call = call i32 @fun() 104 %call2 = call i32 @fun() 108 %call3 = call i32 @fun() [all …]
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | aix-alias.ll | 23 define i32 @fun() { 28 @fun_weak = weak alias %FunTy, ptr @fun 29 @fun_hidden = hidden alias %FunTy, ptr @fun 37 %tmp2 = call i32 @fun() 52 ; ASM: .globl fun[DS] 53 ; ASM-NEXT: .globl .fun 55 ; ASM-NEXT: .csect fun[DS] 56 ; ASM-NEXT: fun_weak: # @fun 59 ; ASM-NEXT: .fun: 69 ; ASM: bl .fun
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | unused-return-value-custom.cpp | 4 // RUN: "::fun;::ns::Outer::Inner::memFun;::ns::Type::staticFun;::ns::ClassTemplate::(mem|static… 45 int fun(); 46 void fun(int); 49 fun(); in warning() 52 (fun()); in warning() 55 (void)fun(); in warning() 82 auto R1 = fun(); in noWarning() 95 fun(5); in noWarning()
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | IsCLibraryFunctionTest.cpp | 45 ASSERT_TRUE(buildAST(R"cpp(void fun();)cpp")); in TEST_F() 50 ASSERT_TRUE(buildAST(R"cpp(extern "C" { void fun(); })cpp")); in TEST_F() 57 ASSERT_TRUE(buildAST(R"cpp(static void fun();)cpp")); in TEST_F() 62 ASSERT_TRUE(buildAST(R"cpp(namespace { void fun(); })cpp")); in TEST_F() 67 ASSERT_TRUE(buildAST(R"cpp(namespace std { void fun(); })cpp")); in TEST_F() 72 ASSERT_TRUE(buildAST(R"cpp(namespace stdx { void fun(); })cpp")); in TEST_F() 77 ASSERT_TRUE(buildAST(R"cpp(class A { static void fun(); };)cpp")); in TEST_F() 82 ASSERT_TRUE(buildAST(R"cpp(class A { void fun(); };)cpp")); in TEST_F()
|