Searched refs:fun_ty (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Expression/
H A DIRDynamicChecks.cpp291 FunctionType *fun_ty = FunctionType::get(llvm::Type::getVoidTy(m_module.getContext()), params, true); local
292 PointerType *fun_ptr_ty = PointerType::getUnqual(fun_ty);
319 FunctionType *fun_ty = FunctionType::get(llvm::Type::getVoidTy(m_module.getContext()), params, true); local
320 PointerType *fun_ptr_ty = PointerType::getUnqual(fun_ty);

Completed in 6884 milliseconds