Searched defs:FuncT (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp266 typedef typename PassT::FunctionType FuncT; typedef in class:llvmCFGStruct::CFGStructurizer
272 typedef GraphTraits<FuncT *> FuncGTraits;
274 typedef typename FuncT::iterator BlockIterator;
298 bool run(FuncT &Func, PassT &Pass, const AMDGPURegisterInfo *tri);
301 bool prepare(FuncT &Func, PassT &Pass, const AMDGPURegisterInfo *tri);
401 FuncT *funcRep;
422 bool CFGStructurizer<PassT>::prepare(FuncT &func, PassT &pass,
511 bool CFGStructurizer<PassT>::run(FuncT &func, PassT &pass,
728 for (scc_iterator<FuncT *> sccIter = scc_begin(funcRep),
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp266 typedef typename PassT::FunctionType FuncT; typedef in class:llvmCFGStruct::CFGStructurizer
272 typedef GraphTraits<FuncT *> FuncGTraits;
274 typedef typename FuncT::iterator BlockIterator;
298 bool run(FuncT &Func, PassT &Pass, const AMDGPURegisterInfo *tri);
301 bool prepare(FuncT &Func, PassT &Pass, const AMDGPURegisterInfo *tri);
401 FuncT *funcRep;
422 bool CFGStructurizer<PassT>::prepare(FuncT &func, PassT &pass,
511 bool CFGStructurizer<PassT>::run(FuncT &func, PassT &pass,
728 for (scc_iterator<FuncT *> sccIter = scc_begin(funcRep),
/external/clang/lib/Sema/
H A DSemaExpr.cpp4687 const FunctionType *FuncT; local
4691 FuncT = PT->getPointeeType()->getAs<FunctionType>();
4692 if (!FuncT)
4697 FuncT = BPT->getPointeeType()->castAs<FunctionType>();
4720 if (!FuncT->getReturnType()->isVoidType())
4732 if (CheckCallReturnType(FuncT->getReturnType(), Fn->getLocStart(), TheCall,
4737 TheCall->setType(FuncT->getCallResultType(Context));
4738 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType()));
4740 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FuncT);
4746 assert(isa<FunctionNoProtoType>(FuncT)
[all...]

Completed in 115 milliseconds