Searched refs:fty (Results 1 - 7 of 7) sorted by relevance

/external/llvm/test/Bindings/Ocaml/
H A Danalysis.ml21 let fty = function_type (void_type context) [| |] in var
23 let fn = define_function "valid_fn" fty m in
H A Dipo_opts.ml38 let fty = function_type i8_type [| |] in
39 let fn = define_function "fn" fty m in
40 let fn2 = define_function "fn2" fty m in begin
H A Dscalar_opts.ml37 let fty = function_type void_type [| |] in
38 let fn = define_function "fn" fty m in
H A Dvmcore.ml771 let fty = function_type void_type [| i32_type; i32_type |] in
772 let f = define_function "f" fty m in
812 let fty = function_type void_type [| i32_type |] in
813 let fn = define_function "BuilderParent" fty m in
830 let fty = function_type void_type [| |] in var
831 let fn = declare_function "X6" fty m in
841 let fty = function_type sty [| |] in var
842 let fn = declare_function "XA6" fty m in
849 let fty = function_type i32_type [| i32_type; i32_type |] in var
850 let fn = define_function "X7" fty
[all...]
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp2265 llvm::FunctionType *fty local
2267 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose");
2277 llvm::FunctionType *fty local
2279 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign");
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli457 (** [is_var_arg fty] returns [true] if [fty] is a varargs function type, [false]
461 (** [return_type fty] gets the return type of the function type [fty].
465 (** [param_types fty] gets the parameter types of the function type [fty].
/external/clang/lib/Sema/
H A DSemaExpr.cpp2531 const FunctionType *fty = type->castAs<FunctionType>(); local
2535 if (fty->getResultType() == Context.UnknownAnyTy) {
2553 isa<FunctionProtoType>(fty))
2554 type = Context.getFunctionNoProtoType(fty->getResultType(),
2555 fty->getExtInfo());

Completed in 144 milliseconds