/llvm-project/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/ |
H A D | binder2nd.pass.cpp | 36 : public std::binder2nd<test_func> 38 typedef std::binder2nd<test_func> base; 40 test() : std::binder2nd<test_func>(test_func(3), 4.5) {} in test() 45 std::unary_function<test_func::first_argument_type, in do_test() 46 test_func::result_type>, in do_test()
|
/llvm-project/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/ |
H A D | binder1st.pass.cpp | 36 : public std::binder1st<test_func> 38 typedef std::binder1st<test_func> base; 40 test() : std::binder1st<test_func>(test_func(2), 30) {} in test() 45 std::unary_function<test_func::second_argument_type, in do_test() 46 test_func::result_type>, in do_test()
|
/llvm-project/clang/test/Modules/ |
H A D | hashing-decls-in-exprs-from-gmf-2.cppm | 23 //--- test_func.h 26 inline void test_func() { 33 #include "test_func.h" 35 export using ::test_func; 40 #include "test_func.h" 43 test_func();
|
H A D | hashing-decls-in-exprs-from-gmf.cppm | 29 //--- test_func.h 32 void test_func() { 53 #include "test_func.h" 56 export using ::test_func; 65 test_func();
|
/llvm-project/bolt/test/X86/Inputs/ |
H A D | sctc_bug4.s | 9 .globl test_func symbol 10 .type test_func, @function 12 test_func: label 59 .size test_func, .-test_func
|
/llvm-project/llvm/test/MC/WebAssembly/ |
H A D | module-asm.ll | 7 module asm "test_func:" 8 module asm " .globl test_func" 9 module asm " .functype test_func (i32) -> (i32)" 10 module asm " .export_name test_func, test_export"
|
/llvm-project/flang/test/Examples/ |
H A D | feature-list-functions.f90 | 9 call test_sub(test_func(2, 3), 4) 16 integer function test_func(a, b) function 18 test_func = a * b
|
/llvm-project/lldb/unittests/debugserver/ |
H A D | JSONTest.cpp | 15 void TestJSON(JSONValue *json_val, const std::function<void(T &)> &test_func) { in TestJSON() argument 18 test_func(static_cast<T &>(*json_val)); in TestJSON() 28 const std::function<void(T &)> &test_func = [](T &) {}) { in ParseAndTestJSON() argument 30 TestJSON<T>(json_val.get(), test_func);
|
/llvm-project/lldb/test/API/functionalities/breakpoint/scripted_bkpt/ |
H A D | main.c | 4 test_func() in test_func() function 19 test_func(); in main()
|
/llvm-project/clang/test/Interpreter/CUDA/ |
H A D | sanity.cu | 5 __global__ void test_func() {} in test_func() function 7 test_func<<<1,1>>>();
|
H A D | memory.cu | 6 __global__ void test_func(int* value) { *value = 42; } in test_func() function 13 test_func<<<1,1>>>(devptr);
|
/llvm-project/clang/test/CodeGenOpenCL/ |
H A D | const-str-array-decay.cl | 3 int test_func(constant char* foo); 6 test_func("Test string literal");
|
/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/ |
H A D | in_place_type.pass.cpp | 104 void test_func() {} in test_func() function 108 using Type = decltype(test_func); in test_in_place_type_decayed() 110 std::any a(std::in_place_type<Type>, test_func); in test_in_place_type_decayed() 112 assert(std::any_cast<DecayT>(a) == test_func); in test_in_place_type_decayed()
|
/llvm-project/llvm/test/CodeGen/BPF/ |
H A D | elf-symbol-information.ll | 4 ; CHECK: 8 FUNC GLOBAL DEFAULT 2 test_func 5 define void @test_func() {
|
/llvm-project/libcxx/test/std/depr/depr.lib.binders/ |
H A D | test_func.h | 12 class test_func 20 explicit test_func(int id) : id_(id) {} in test_func() function
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | lea-opt-cse1.ll | 7 define void @test_func(ptr nocapture %ctx, i32 %n) local_unnamed_addr { 8 ; X64-LABEL: test_func: 19 ; X86-LABEL: test_func:
|
/llvm-project/lldb/unittests/SymbolFile/PDB/Inputs/ |
H A D | test-pdb-types.cpp | 45 int test_func(int a, int b) { return a + b; } in test_func() function 76 return test_func(1, 2); in main()
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | llvm.amdgcn.implicit.ptr.buffer.hsa.ll | 11 ; ERROR: in function test_func{{.*}}: non-hsa intrinsic with hsa target 12 define void @test_func(ptr addrspace(1) %out) #1 {
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
H A D | F_nullptr.pass.cpp | 180 void test_func() { in test_func() function 245 test_func(); in main()
|
/llvm-project/clang/test/Driver/ |
H A D | clang-offload-bundler-zlib.c | 112 void test_func(void) { 88 void test_func(void) { test_func() function
|
H A D | clang-offload-bundler-asserts-on.c | 35 void test_func(void) { in test_func() function
|
H A D | clang-offload-bundler-standardize.c | 35 void test_func(void) { in test_func() function
|
H A D | clang-offload-bundler-zstd.c | 87 void test_func(void) { in test_func() function
|
H A D | clang-offload-bundler.c | 562 void test_func(void) { in test_func() function
|
/llvm-project/libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/ |
H A D | bind2nd.depr_in_cxx11.verify.cpp | 21 std::bind2nd(test_func(1), 5); // expected-warning {{'bind2nd<test_func, int>' is deprecated}} in f()
|