Searched defs:FuncPtr (Results 1 – 6 of 6) sorted by relevance
44 template<typename R, typename A1, R (*ptr)(A1)> struct FuncPtr { }; struct45 template<typename A1, int (*ptr)(A1)> struct FuncPtr<int, A1, ptr> { }; struct
23 typedef long (*FuncPtr) (); typedef
26 typedef int (*FuncPtr)(int); typedef
39 typedef void (*FuncPtr)(); typedef
885 PHINode *FuncPtr = PHINode::Create(NullPtr->getType(), 2, in CleanupAndPrepareModules() local
856 llvm::Value *FuncPtr = Builder.CreateStructGEP(BlockLiteral, 3); in EmitBlockCallExpr() local