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

  /external/llvm/test/Bindings/Ocaml/
vectorize_opts.ml 40 let fty = function_type void_type [| |] in
41 let fn = define_function "fn" fty m in
ipo_opts.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 31 let fty = function_type void_type [| |] in
35 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
vmcore.ml 809 let fty = function_type void_type [| i32_type; i32_type |] in
810 let f = define_function "f" fty m in
850 let fty = function_type void_type [| i32_type |] in
851 let fn = define_function "BuilderParent" fty m in
868 let fty = function_type void_type [| |] in var
869 let fn = declare_function "X6" fty m in
879 let fty = function_type sty [| |] in var
880 let fn = declare_function "XA6" fty m in
887 let fty = function_type i32_type [| i32_type; i32_type |] in var
888 let fn = define_function "X7" fty m i
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 2249 llvm::FunctionType *fty local
2261 llvm::FunctionType *fty local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 545 (** [is_var_arg fty] returns [true] if [fty] is a varargs function type, [false]
549 (** [return_type fty] gets the return type of the function type [fty].
553 (** [param_types fty] gets the parameter types of the function type [fty].
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 2839 const FunctionType *fty = type->castAs<FunctionType>(); local
    [all...]

Completed in 853 milliseconds