Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 1881) sorted by relevance

12345678910>>...76

/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp7 template<typename Signature> class function;
28 class function<R (Args...)> { class
31 function() : invoker (0) { } in function() function in function
32 function(const function& other) : invoker(0) { in function() function in function
37 template<typename F> function(const F& f) : invoker(0) { in function() function in function
41 ~function() { in ~function()
46 function& operator=(const function& other) { in operator =()
47 function(other).swap(*this); in operator =()
52 function& operator=(const F& f) { in operator =()
53 function(f).swap(*this); in operator =()
[all …]
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.mli15 (** See the [llvm::createAggressiveDCEPass] function. *)
20 (** See the [llvm::createAlignmentFromAssumptionsPass] function. *)
25 (** See the [llvm::createCFGSimplificationPass] function. *)
30 (** See [llvm::createDeadStoreEliminationPass] function. *)
35 (** See [llvm::createScalarizerPass] function. *)
40 (** See [llvm::createMergedLoadStoreMotionPass] function. *)
45 (** See the [llvm::createGVNPass] function. *)
50 (** See the [llvm::createIndVarSimplifyPass] function. *)
55 (** See the [llvm::createInstructionCombiningPass] function. *)
60 (** See the [llvm::createJumpThreadingPass] function. *)
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke.pass.cpp39 std::function<int ()> r1(f_int_0); in test_int_0()
45 std::function<int ()> r1(fp); in test_int_0()
51 std::function<int ()> r1(a0); in test_int_0()
75 std::function<void ()> r1(f_void_0); in test_void_0()
83 std::function<void ()> r1(fp); in test_void_0()
91 std::function<void ()> r1(a0); in test_void_0()
122 std::function<void (int)> r1(f_void_1); in test_void_1()
131 std::function<void (int)> r1(fp); in test_void_1()
140 std::function<void (int)> r1(a0); in test_void_1()
149 std::function<void (A_void_1)> r1(fp); in test_void_1()
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dskip-function-bodies.mm30 // CHECK: skip-function-bodies.mm:3:7: ClassDecl=A:3:7 (Definition) Extent=[3:1 - 14:2]
31 // CHECK: skip-function-bodies.mm:4:9: ClassDecl=B:4:9 (Definition) Extent=[4:3 - 4:13]
32 // CHECK: skip-function-bodies.mm:6:1: CXXAccessSpecifier=:6:1 (Definition) Extent=[6:1 - 6:8]
33 // CHECK: skip-function-bodies.mm:7:3: CXXConstructor=A:7:3 Extent=[7:3 - 7:6]
34 // CHECK-NOT: skip-function-bodies.mm:8:12: StructDecl=C:8:12 (Definition) Extent=[8:5 - 10:6]
35 // CHECK-NOT: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
36 // CHECK: skip-function-bodies.mm:13:13: TypedefDecl=E:13:13 (Definition) Extent=[13:3 - 13:14]
37 // CHECK: skip-function-bodies.mm:13:11: TypeRef=class A::B:4:9 Extent=[13:11 - 13:12]
38 // CHECK: skip-function-bodies.mm:16:12: ObjCInterfaceDecl=F:16:12 Extent=[16:1 - 18:5]
39 // CHECK: skip-function-bodies.mm:17:10: ObjCInstanceMethodDecl=G:17:10 Extent=[17:1 - 17:12]
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke.pass.cpp45 std::function<void (int)> r1(f_void_1); in test_void_1()
54 std::function<void (int)> r1(fp); in test_void_1()
63 std::function<void (int)> r1(a0); in test_void_1()
72 std::function<void (A_void_1)> r1(fp); in test_void_1()
78 std::function<void (A_void_1*)> r2 = fp; in test_void_1()
86 std::function<void (A_void_1)> r1(fp); in test_void_1()
91 std::function<void (A_void_1*)> r2(fp); in test_void_1()
124 std::function<int (int)> r1(f_int_1); in test_int_1()
131 std::function<int (int)> r1(fp); in test_int_1()
138 std::function<int (int)> r1(a0); in test_int_1()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/include/
H A D__functional_03448 class _LIBCPP_TYPE_VIS_ONLY function<_Rp()>
458 _LIBCPP_INLINE_VISIBILITY explicit function() : __f_(0) {}
459 _LIBCPP_INLINE_VISIBILITY function(nullptr_t) : __f_(0) {}
460 function(const function&);
462 function(_Fp,
467 function(allocator_arg_t, const _Alloc&) : __f_(0) {}
470 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
472 function(allocator_arg_t, const _Alloc&, const function&);
474 function(allocator_arg_t, const _Alloc& __a, _Fp __f,
477 function& operator=(const function&);
[all …]
/minix3/minix/llvm/passes/include/magic/support/
H A DMagicDebugFunction.h14 MagicDebugFunction(Function *function);
23 …static bool inlineHookCalls(Function* function, std::pair<Function*, Function*> hooks, unsigned fl…
28 Function *function;
35 Function* getDebugClone(Function* function, const Twine wrapperName, TYPECONST Type* debugArgType);
49 OS << function->getName() << "(" << TypeUtil::getDescription(function->getFunctionType()) << ") ]"; in printDescription()
60 inline Function* MagicDebugFunction::getDebugClone(Function* function, const Twine wrapperName, TYP… in getDebugClone() argument
67 Function::const_arg_iterator E = function->arg_end(); in getDebugClone()
68 for (Function::const_arg_iterator I = function->arg_begin(); I != E; ++I) in getDebugClone()
72 …FunctionType *FTy = FunctionType::get(function->getFunctionType()->getReturnType(), ArgTypes, func… in getDebugClone()
75 wrapper = Function::Create(FTy, function->getLinkage(), wrapperName, function->getParent()); in getDebugClone()
[all …]
H A DMagicMemFunction.h15 …MagicMemFunction(Module &M, Function *function, Function *wrapper, bool isDealloc, bool isNested, …
32 void addInstructionDep(MagicMemFunction &function);
39 …static int getMemFunctionPointerParam(Function* function, std::set<Function*> &brkFunctions, TypeI…
40 …static Function* getCustomWrapper(Function* function, Function* stdFunction, Function* stdWrapper,…
42 static bool isCustomWrapper(Function *function);
46 Function *function; variable
78 OS << function->getName() << "(" << TypeUtil::getDescription(function->getFunctionType()) << ")"; in printDescription()
135 inline MagicMemFunction::MagicMemFunction(Module &M, Function *function, Function *wrapper, bool is… in MagicMemFunction() argument
137 this->function = function; in MagicMemFunction()
149 assert(function); in MagicMemFunction()
[all …]
H A DMagicMmapCtlFunction.h13 …MagicMmapCtlFunction(Function *function, PointerType *voidPointerType, std::string &ptrArgName, st…
23 Function *function;
38 …OS << "[ function = "; OS << function->getName() << "(" << TypeUtil::getDescription(function->getF… in printDescription()
52 inline MagicMmapCtlFunction::MagicMmapCtlFunction(Function *function, PointerType *voidPointerType,… in MagicMmapCtlFunction() argument
53 this->function = function; in MagicMmapCtlFunction()
60 for (Function::arg_iterator it = function->arg_begin(), E = function->arg_end(); in MagicMmapCtlFunction()
72 …assert(function->getFunctionType()->getContainedType(this->ptrArg+1) == voidPointerType && "Invali… in MagicMmapCtlFunction()
78 …assert(isa<IntegerType>(function->getFunctionType()->getContainedType(this->lenArg+1)) && "Invalid… in MagicMmapCtlFunction()
86 return function; in getFunction()
91 std::vector<User*> Users(function->user_begin(), function->user_end()); in fixCalls()
/minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/
H A Dtarget-expressions.s7 .type function,%function
8 function: label
12 .type external,%function
16 .type test,%function
18 movw r0, :lower16:function
19 movt r0, :upper16:function
21 movw r1, #:lower16:function
22 movt r1, #:upper16:function
49 @ CHECK: movw r0, :lower16:function
50 @ CHECK: movt r0, :upper16:function
[all …]
H A Deh-directive-personalityindex-diagnostics.s7 .global function symbol
8 .type function,%function
10 function: label
18 .type ununwindable,%function
34 .type nodata,%function
50 .type multiple_personality,%function
69 .type multiple_personality_indicies,%function
88 .type invalid_expression,%function
100 .type nonconstant_expression,%function
112 .type bad_index,%function
/minix3/lib/libc/gen/
H A Dassert.c50 __assert13(const char *file, int line, const char *function, in __assert13() argument
57 function ? ", function \"" : "", in __assert13()
58 function ? function : "", in __assert13()
59 function ? "\"" : ""); in __assert13()
82 __diagassert13(const char *file, int line, const char *function, in __diagassert13() argument
119 function ? ", function \"" : "", in __diagassert13()
120 function ? function : "", in __diagassert13()
121 function ? "\"" : ""); in __diagassert13()
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp30 std::function<int()> >::value), ""); in main()
32 std::function<int()> >::value), ""); in main()
33 static_assert(( std::is_same< std::function<int()>::result_type, in main()
37 std::function<double(int)> >::value), ""); in main()
39 std::function<double(int)> >::value), ""); in main()
40 static_assert(( std::is_same< std::function<double(int)>::result_type, in main()
44 std::function<double(int, char)> >::value), ""); in main()
46 std::function<double(int, char)> >::value), ""); in main()
47 static_assert(( std::is_same< std::function<double(int, char)>::result_type, in main()
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp133 template <typename T> static void foo(T function);
134 template <typename T> static void bar(T function);
135 template <typename T> static void func(T function);
138 template <typename T> void C::foo(T function) { function(); } in foo() argument
140 template <typename T> void C::bar(T function) { in bar() argument
141 foo([&function]() { function(); }); in bar()
144 template <typename T> void C::func(T function) { in func() argument
148 Struct(T function) : mFunction(function) {}; in func()
155 bar(Struct(function)); in func()
164 struct function { struct
[all …]
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/transforms/ipo/
H A Dllvm_ipo.mli15 (** See the [llvm::createAddArgumentPromotionPass] function. *)
20 (** See the [llvm::createConstantMergePass] function. *)
25 (** See the [llvm::createDeadArgEliminationPass] function. *)
30 (** See the [llvm::createFunctionAttrsPass] function. *)
35 (** See the [llvm::createFunctionInliningPass] function. *)
40 (** See the [llvm::createAlwaysInlinerPass] function. *)
45 (** See the [llvm::createGlobalDCEPass] function. *)
50 (** See the [llvm::createGlobalOptimizerPass] function. *)
55 (** See the [llvm::createIPConstantPropagationPass] function. *)
60 (** See the [llvm::createPruneEHPass] function. *)
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/SymbolRewriter/
H A Drewrite.map1 function: {
11 function: {
21 function: {
27 function: {
32 function: {
37 function: {
47 function: {
52 function: {
/minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-decls.h3 extern constexpr int function();
4 constexpr int test(bool b) { return b ? variable : function(); } in test()
9 extern constexpr int function();
12 constexpr int N_test(bool b) { return b ? N::variable : N::function(); } in N_test()
16 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test()
21 static constexpr int function(); // expected-note {{here}}
24 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } // expected-note {{subexpr… in D_test()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Config/
H A Dconfig.h.cmake27 /* Define to 1 if you have the `arc4random' function. */
30 /* Define to 1 if you have the `backtrace' function. */
33 /* Define to 1 if you have the `bcopy' function. */
36 /* Define to 1 if you have the `ceilf' function. */
39 /* Define to 1 if you have the `closedir' function. */
62 /* Define to 1 if you have the `dlerror' function. */
71 /* Define if you have the _dyld_func_lookup function. */
95 /* Set to 1 if the finite function is found in <ieeefp.h> */
98 /* Define to 1 if you have the `floorf' function. */
101 /* Define to 1 if you have the `log' function. */
[all …]
/minix3/crypto/external/bsd/heimdal/dist/include/
H A Dconfig.h.w32133 /* Define to 1 if you have the `arc4random' function. */
151 /* Define to 1 if you have the `asnprintf' function. */
154 /* Define to 1 if you have the `asprintf' function. */
157 /* Define to 1 if you have the `atexit' function. */
166 /* Define to 1 if you have the `bswap16' function. */
169 /* Define to 1 if you have the `bswap32' function. */
175 /* Define to 1 if you have the `cap_set_proc' function. */
178 /* Define to 1 if you have the `cgetent' function. */
184 /* Define if you have the function `chown'. */
187 /* Define if you have the function `closefrom'. */
[all …]
/minix3/lib/libc/softfloat/
H A Dtimesoftfloat.c106 static void time_a_int32_z_float32( float32 function( int32 ) ) in time_a_int32_z_float32()
117 function( inputs_int32[ inputNum ] ); in time_a_int32_z_float32()
125 function( inputs_int32[ inputNum ] ); in time_a_int32_z_float32()
133 static void time_a_int32_z_float64( float64 function( int32 ) ) in time_a_int32_z_float64()
144 function( inputs_int32[ inputNum ] ); in time_a_int32_z_float64()
152 function( inputs_int32[ inputNum ] ); in time_a_int32_z_float64()
162 static void time_a_int32_z_floatx80( floatx80 function( int32 ) ) in time_a_int32_z_floatx80()
173 function( inputs_int32[ inputNum ] ); in time_a_int32_z_floatx80()
181 function( inputs_int32[ inputNum ] ); in time_a_int32_z_floatx80()
193 static void time_a_int32_z_float128( float128 function( int32 ) ) in time_a_int32_z_float128()
[all …]
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dllvm_passmgr_builder.mli17 (** See the [llvm::PassManagerBuilder] function. *)
21 (** See the [llvm::PassManagerBuilder::OptLevel] function. *)
25 (** See the [llvm::PassManagerBuilder::SizeLevel] function. *)
29 (** See the [llvm::PassManagerBuilder::DisableUnitAtATime] function. *)
33 (** See the [llvm::PassManagerBuilder::DisableUnrollLoops] function. *)
37 (** See the [llvm::PassManagerBuilder::Inliner] function. *)
41 (** See the [llvm::PassManagerBuilder::populateFunctionPassManager] function. *)
46 (** See the [llvm::PassManagerBuilder::populateModulePassManager] function. *)
51 (** See the [llvm::PassManagerBuilder::populateLTOPassManager] function. *)
/minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/X86/
H A Dpr12831.ll6 %class.function = type { i8 }
12 …BPLFunctionWriter9writeExprEvE3$_1_0EET_" = internal alias void (%class.function*)* @"_ZN8function…
13 …17BPLFunctionWriter9writeExprEvE3$_0EET_" = internal alias void (%class.function*)* @"_ZN8function…
18 %agg.tmp = alloca %class.function, align 1
20 %agg.tmp4 = alloca %class.function, align 1
27 …call void @"_ZN8functionIFvvEEC1IZN17BPLFunctionWriter9writeExprEvE3$_0EET_"(%class.function* %agg…
31 …call void @"_ZN8functionIFvvEEC1IZN17BPLFunctionWriter9writeExprEvE3$_1_0EET_"(%class.function* %a…
40 …N8functionIFvvEEC2IZN17BPLFunctionWriter9writeExprEvE3$_1_0EET_"(%class.function* %this) unnamed_a…
42 %this.addr = alloca %class.function*, align 8
44 store %class.function* %this, %class.function** %this.addr, align 8
[all …]
/minix3/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/
H A Duplink-x86.S4 .type _$lazy1,@function
15 .type _$lazy2,@function
26 .type _$lazy3,@function
37 .type _$lazy4,@function
48 .type _$lazy5,@function
59 .type _$lazy6,@function
70 .type _$lazy7,@function
81 .type _$lazy8,@function
92 .type _$lazy9,@function
103 .type _$lazy10,@function
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Modules/
H A Dredecl-add-after-load.cpp11 extern constexpr int function();
12 constexpr int test(bool b) { return b ? variable : function(); } in test()
17 extern constexpr int function();
20 constexpr int N_test(bool b) { return b ? N::variable : N::function(); } in N_test()
24 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test()
29 static constexpr int function(); // expected-note {{here}}
32 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } // expected-note {{subexpr… in D_test()
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Djump_tables.ll92 ; SINGLE-DAG: .type __llvm_jump_instr_table_0_1,@function
96 ; SINGLE-DAG: .type __llvm_jump_instr_table_0_2,@function
100 ; SINGLE-DAG: .type __llvm_jump_instr_table_0_3,@function
104 ; SINGLE-DAG: .type __llvm_jump_instr_table_0_4,@function
108 ; SINGLE-DAG: .type __llvm_jump_instr_table_0_5,@function
112 ; SINGLE-DAG: .type __llvm_jump_instr_table_0_6,@function
116 ; SINGLE-DAG: .type __llvm_jump_instr_table_0_7,@function
120 ; SINGLE-DAG: .type __llvm_jump_instr_table_0_8,@function
124 ; SINGLE-DAG: .type __llvm_jump_instr_table_0_9,@function
128 ; SINGLE-DAG: .type __llvm_jump_instr_table_0_10,@function
[all …]

12345678910>>...76