Searched refs:FreeFunc (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | result_of.pass.cpp | 20 typedef short (*FreeFunc)(long); typedef 21 operator FreeFunc() const;
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | result_of.pass.cpp | 21 typedef short (*FreeFunc)(long); typedef 22 operator FreeFunc() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 667 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/ |
D | Instructions.cpp | 586 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/ |
D | Instructions.cpp | 736 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()
|