Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/Bindings/Ocaml/
H A Dcore.ml931 let fty = function_type void_type [| |] in var
950 let fty = function_type i32_type [| i32_type; i32_type |] in var
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp2271 llvm::FunctionType *fty in getBlockObjectDispose() local
2283 llvm::FunctionType *fty in getBlockObjectAssign() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp2875 const FunctionType *fty = type->castAs<FunctionType>(); in BuildDeclarationNameExpr() local