HomeSort by relevance Sort by last modified time
    Searched refs:fty (Results 1 - 14 of 14) sorted by null

  /external/llvm/test/Bindings/OCaml/
vectorize.ml 40 let fty = function_type void_type [| |] in
41 let fn = define_function "fn" fty m in
ipo.ml 41 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
analysis.ml 24 let fty = function_type (void_type context) [| |] in var
26 let fn = define_function "valid_fn" fty m in
linker.ml 35 let fty = function_type void_type [| |] in
39 let fn = define_function ("fn_" ^ name) fty m in
scalar_opts.ml 40 let fty = function_type void_type [| |] in
41 let fn = define_function "fn" fty m in
core.ml 854 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 var
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 var
943 let fn = declare_function "XA6" fty m i
950 let fty = function_type i32_type [| i32_type; i32_type |] in var
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
analysis.ml 21 let fty = function_type (void_type context) [| |] in var
23 let fn = define_function "valid_fn" fty m in
ipo_opts.ml 38 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
scalar_opts.ml 37 let fty = function_type void_type [| |] in
38 let fn = define_function "fn" fty m in
vmcore.ml 771 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 m i
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 2329 llvm::FunctionType *fty local
2341 llvm::FunctionType *fty local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 588 (** [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].
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 456 (** [is_var_arg fty] returns [true] if [fty] is a varargs function type, [false]
460 (** [return_type fty] gets the return type of the function type [fty].
464 (** [param_types fty] gets the parameter types of the function type [fty].
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 2979 const FunctionType *fty = type->castAs<FunctionType>(); local
    [all...]

Completed in 444 milliseconds