Home
last modified time | relevance | path

Searched defs:fty (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml830 let fty = function_type void_type [| |] in var
849 let fty = function_type i32_type [| i32_type; i32_type |] in var
/external/llvm/test/Bindings/OCaml/
Dcore.ml931 let fty = function_type void_type [| |] in var
950 let fty = function_type i32_type [| i32_type; i32_type |] in var
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml971 let fty = function_type void_type [| |] in var
990 let fty = function_type i32_type [| i32_type; i32_type |] in var
/external/clang/lib/CodeGen/
DCGBlocks.cpp2329 llvm::FunctionType *fty in getBlockObjectDispose() local
2341 llvm::FunctionType *fty in getBlockObjectAssign() local
/external/clang/lib/Sema/
DSemaExpr.cpp2979 const FunctionType *fty = type->castAs<FunctionType>(); in BuildDeclarationNameExpr() local