Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp20 typedef short (*FreeFunc)(long); typedef
21 operator FreeFunc() const;
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp21 typedef short (*FreeFunc)(long); typedef
22 operator FreeFunc() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp667 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
673 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
677 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
680 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()
/external/llvm/lib/IR/
DInstructions.cpp586 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, nullptr); in createFree() local
592 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
596 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
599 if (Function *F = dyn_cast<Function>(FreeFunc)) in createFree()
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp736 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
742 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
746 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
749 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()