Searched defs:FreeFunc (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp21 typedef short (*FreeFunc)(long); typedef in struct:S
22 operator FreeFunc() const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp476 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL); local
482 Result = CallInst::Create(FreeFunc, PtrCast, "", InsertBefore);
486 Result = CallInst::Create(FreeFunc, PtrCast, "");
489 if (Function *F = dyn_cast<Function>(FreeFunc))

Completed in 78 milliseconds