Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dvisibility.cpp1266 typedef void (*fType)(void); typedef
1267 template<fType F>
/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp976 if (auto fType = type.dyn_cast<FloatType>()) { in emitType() local
977 switch (fType.getWidth()) { in emitType()
/llvm-project-15.0.7/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()