Searched refs:fType (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | imm.d | 336 UINT fType; member 349 UINT fType; member
|
H A D | winuser.d | 2809 UINT fType; 2826 UINT fType;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 569 FunctionType* fType = FunctionType::get(F->getReturnType(), args, false); in UpgradeIntrinsicFunction1() local 570 NewFn = Function::Create(fType, F->getLinkage(), F->getAddressSpace(), in UpgradeIntrinsicFunction1() 585 FunctionType* fType = FunctionType::get(F->getReturnType(), Tys, false); in UpgradeIntrinsicFunction1() local 586 NewFn = Function::Create(fType, F->getLinkage(), F->getAddressSpace(), in UpgradeIntrinsicFunction1()
|