Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp20 typedef short (*FreeFunc)(long); typedef
21 operator FreeFunc() const;
/external/llvm/lib/IR/
DInstructions.cpp507 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, nullptr); in createFree() local
513 Result = CallInst::Create(FreeFunc, PtrCast, "", InsertBefore); in createFree()
517 Result = CallInst::Create(FreeFunc, PtrCast, ""); in createFree()
520 if (Function *F = dyn_cast<Function>(FreeFunc)) in createFree()