Home
last modified time | relevance | path

Searched refs:fty (Results 1 – 20 of 20) sorted by relevance

/external/llvm/test/Bindings/OCaml/
Dipo.ml41 let fty = function_type i8_type [| |] in
42 let fn = define_function "fn" fty m in
43 let fn2 = define_function "fn2" fty m in begin
Dvectorize.ml40 let fty = function_type void_type [| |] in
41 let fn = define_function "fn" fty m in
Danalysis.ml24 let fty = function_type (void_type context) [| |] in
26 let fn = define_function "valid_fn" fty m in
Dlinker.ml35 let fty = function_type void_type [| |] in
39 let fn = define_function ("fn_" ^ name) fty m in
Dscalar_opts.ml40 let fty = function_type void_type [| |] in
41 let fn = define_function "fn" fty m in
Dcore.ml854 let fty = function_type void_type [| i32_type; i32_type |] in
855 let f = define_function "f" fty m in
886 let fty = function_type void_type [| i32_type |] in
887 let fn = define_function "BuilderParent" fty m in
913 let fty = function_type void_type [| i32_type |] in
914 let fn = define_function "BuilderParent" fty m in
931 let fty = function_type void_type [| |] in var
932 let fn = declare_function "X6" fty m in
942 let fty = function_type sty [| |] in
943 let fn = declare_function "XA6" fty m in
[all …]
/external/llvm-project/llvm/test/Bindings/OCaml/
Dipo.ml41 let fty = function_type i8_type [| |] in
42 let fn = define_function "fn" fty m in
43 let fn2 = define_function "fn2" fty m in begin
Dvectorize.ml40 let fty = function_type void_type [| |] in
41 let fn = define_function "fn" fty m in
Dlinker.ml35 let fty = function_type void_type [| |] in
39 let fn = define_function ("fn_" ^ name) fty m in
Danalysis.ml24 let fty = function_type (void_type context) [| |] in
26 let fn = define_function "valid_fn" fty m in
Dscalar_opts.ml40 let fty = function_type void_type [| |] in
41 let fn = define_function "fn" fty m in
Dcore.ml902 let fty = function_type void_type [| i32_type; i32_type |] in
903 let f = define_function "f" fty m in
934 let fty = function_type void_type [| i32_type |] in
935 let fn = define_function "BuilderParent" fty m in
961 let fty = function_type void_type [| i32_type |] in
962 let fn = define_function "BuilderParent" fty m in
979 let fty = function_type void_type [| |] in var
980 let fn = declare_function "X6" fty m in
990 let fty = function_type sty [| |] in
991 let fn = declare_function "XA6" fty m in
[all …]
/external/clang/lib/CodeGen/
DCGBlocks.cpp2329 llvm::FunctionType *fty in getBlockObjectDispose() local
2331 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose()
2341 llvm::FunctionType *fty in getBlockObjectAssign() local
2343 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp2914 llvm::FunctionType *fty in getBlockObjectDispose() local
2916 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose()
2927 llvm::FunctionType *fty in getBlockObjectAssign() local
2929 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
/external/ImageMagick/PerlMagick/t/reference/write/jng/
Dread_prog_jdaa.miff13 …7�H@+�B<"�?;�B@+�HE@�KIW�WRz����r���N���I���D���E���X���j�w�|�Zn��J^��Xj��fty�]f~�KM��A;��A3��=*�…
Dread_jdaa.miff13 …7�H@+�B<"�?;�B@+�HE@�KIW�WRz����r���N���I���D���E���X���j�w�|�Zn��J^��Xj��fty�]f~�KM��A;��A3��=*�…
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli619 (** [is_var_arg fty] returns [true] if [fty] is a varargs function type, [false]
623 (** [return_type fty] gets the return type of the function type [fty].
627 (** [param_types fty] gets the parameter types of the function type [fty].
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli588 (** [is_var_arg fty] returns [true] if [fty] is a varargs function type, [false]
592 (** [return_type fty] gets the return type of the function type [fty].
596 (** [param_types fty] gets the parameter types of the function type [fty].
/external/clang/lib/Sema/
DSemaExpr.cpp2979 const FunctionType *fty = type->castAs<FunctionType>(); in BuildDeclarationNameExpr() local
2983 if (fty->getReturnType() == Context.UnknownAnyTy) { in BuildDeclarationNameExpr()
3001 isa<FunctionProtoType>(fty)) in BuildDeclarationNameExpr()
3002 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
3003 fty->getExtInfo()); in BuildDeclarationNameExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3374 const FunctionType *fty = type->castAs<FunctionType>(); in BuildDeclarationNameExpr() local
3378 if (fty->getReturnType() == Context.UnknownAnyTy) { in BuildDeclarationNameExpr()
3396 isa<FunctionProtoType>(fty)) in BuildDeclarationNameExpr()
3397 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
3398 fty->getExtInfo()); in BuildDeclarationNameExpr()