/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | 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
|
D | analysis.ml | 21 let fty = function_type (void_type context) [| |] in 23 let fn = define_function "valid_fn" fty m in
|
D | scalar_opts.ml | 37 let fty = function_type void_type [| |] in 38 let fn = define_function "fn" fty m in
|
D | 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 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 in [all …]
|
/external/llvm/test/Bindings/OCaml/ |
D | 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
|
D | vectorize.ml | 40 let fty = function_type void_type [| |] in 41 let fn = define_function "fn" fty m in
|
D | analysis.ml | 24 let fty = function_type (void_type context) [| |] in 26 let fn = define_function "valid_fn" fty m in
|
D | scalar_opts.ml | 40 let fty = function_type void_type [| |] in 41 let fn = define_function "fn" fty m in
|
D | linker.ml | 35 let fty = function_type void_type [| |] in 39 let fn = define_function ("fn_" ^ name) fty m in
|
D | 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 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/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | 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
|
D | vectorize.ml | 40 let fty = function_type void_type [| |] in 41 let fn = define_function "fn" fty m in
|
D | linker.ml | 35 let fty = function_type void_type [| |] in 39 let fn = define_function ("fn_" ^ name) fty m in
|
D | analysis.ml | 24 let fty = function_type (void_type context) [| |] in 26 let fn = define_function "valid_fn" fty m in
|
D | scalar_opts.ml | 40 let fty = function_type void_type [| |] in 41 let fn = define_function "fn" fty m in
|
D | core.ml | 894 let fty = function_type void_type [| i32_type; i32_type |] in 895 let f = define_function "f" fty m in 926 let fty = function_type void_type [| i32_type |] in 927 let fn = define_function "BuilderParent" fty m in 953 let fty = function_type void_type [| i32_type |] in 954 let fn = define_function "BuilderParent" fty m in 971 let fty = function_type void_type [| |] in var 972 let fn = declare_function "X6" fty m in 982 let fty = function_type sty [| |] in 983 let fn = declare_function "XA6" fty m in [all …]
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 2329 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/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | 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].
|
/external/ImageMagick/PerlMagick/t/reference/write/jng/ |
D | read_prog_jdaa.miff | 13 …7�H@+�B<"�?;�B@+�HE@�KIW�WRz����r���N���I���D���E���X���j�w�|�Zn��J^��Xj��fty�]f~�KM��A;��A3��=*�…
|
D | read_jdaa.miff | 13 …7�H@+�B<"�?;�B@+�HE@�KIW�WRz����r���N���I���D���E���X���j�w�|�Zn��J^��Xj��fty�]f~�KM��A;��A3��=*�…
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 609 (** [is_var_arg fty] returns [true] if [fty] is a varargs function type, [false] 613 (** [return_type fty] gets the return type of the function type [fty]. 617 (** [param_types fty] gets the parameter types of the function type [fty].
|
/external/llvm/bindings/ocaml/llvm/ |
D | 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].
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 2979 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/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 24e0d6508b09a51f68230f369ca78aac.00018ff0.honggfuzz.cov | 357 …5����l�)�M�����;�κ��^��/�� �m��zy^s0��MS��Vr|U1� Ԑ|r��Q]�_�TF�k��fty+o��:^U���oU��V;���…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 24e0d6508b09a51f68230f369ca78aac.00018ff0.honggfuzz.cov | 357 …5����l�)�M�����;�κ��^��/�� �m��zy^s0��MS��Vr|U1� Ԑ|r��Q]�_�TF�k��fty+o��:^U���oU��V;���…
|