Home
last modified time | relevance | path

Searched defs:KmpcAllocFree (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp588 struct KmpcAllocFree final : EHScopeStack::Cleanup { struct
589 std::pair<llvm::Value *, llvm::Value *> AddrSizePair;
590 KmpcAllocFree(const std::pair<llvm::Value *, llvm::Value *> &AddrSizePair) in KmpcAllocFree() function
592 void Emit(CodeGenFunction &CGF, Flags EmissionFlags) override { in Emit()