Home
last modified time | relevance | path

Searched refs:FreeFunc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp24 typedef short (*FreeFunc)(long); typedef
25 operator FreeFunc() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp807 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
813 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
817 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
820 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()