Home
last modified time | relevance | path

Searched refs:fType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dimm.d336 UINT fType; member
349 UINT fType; member
H A Dwinuser.d2809 UINT fType;
2826 UINT fType;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp569 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()