Home
last modified time | relevance | path

Searched refs:test_func (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/
H A Dbinder2nd.pass.cpp36 : 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 Dbinder1st.pass.cpp36 : 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 Dhashing-decls-in-exprs-from-gmf-2.cppm23 //--- 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 Dhashing-decls-in-exprs-from-gmf.cppm29 //--- 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 Dsctc_bug4.s9 .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 Dmodule-asm.ll7 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 Dfeature-list-functions.f909 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 DJSONTest.cpp15 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 Dmain.c4 test_func() in test_func() function
19 test_func(); in main()
/llvm-project/clang/test/Interpreter/CUDA/
H A Dsanity.cu5 __global__ void test_func() {} in test_func() function
7 test_func<<<1,1>>>();
H A Dmemory.cu6 __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 Dconst-str-array-decay.cl3 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 Din_place_type.pass.cpp104 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 Delf-symbol-information.ll4 ; CHECK: 8 FUNC GLOBAL DEFAULT 2 test_func
5 define void @test_func() {
/llvm-project/libcxx/test/std/depr/depr.lib.binders/
H A Dtest_func.h12 class test_func
20 explicit test_func(int id) : id_(id) {} in test_func() function
/llvm-project/llvm/test/CodeGen/X86/
H A Dlea-opt-cse1.ll7 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 Dtest-pdb-types.cpp45 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 Dllvm.amdgcn.implicit.ptr.buffer.hsa.ll11 ; 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 DF_nullptr.pass.cpp180 void test_func() { in test_func() function
245 test_func(); in main()
/llvm-project/clang/test/Driver/
H A Dclang-offload-bundler-zlib.c112 void test_func(void) {
88 void test_func(void) { test_func() function
H A Dclang-offload-bundler-asserts-on.c35 void test_func(void) { in test_func() function
H A Dclang-offload-bundler-standardize.c35 void test_func(void) { in test_func() function
H A Dclang-offload-bundler-zstd.c87 void test_func(void) { in test_func() function
H A Dclang-offload-bundler.c562 void test_func(void) { in test_func() function
/llvm-project/libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/
H A Dbind2nd.depr_in_cxx11.verify.cpp21 std::bind2nd(test_func(1), 5); // expected-warning {{'bind2nd<test_func, int>' is deprecated}} in f()

12