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

  /external/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 2007 llvm::FunctionType *fty local
2019 llvm::FunctionType *fty local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 457 (** [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].
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 2316 const FunctionType *fty = type->castAs<FunctionType>(); local
    [all...]

Completed in 198 milliseconds