Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h274 struct CallArgCleanup { struct
319 CallArgCleanup ArgCleanup; in addArgCleanupDeactivation()
325 ArrayRef<CallArgCleanup> getCleanupsToDeactivate() const { in getCleanupsToDeactivate()
343 SmallVector<CallArgCleanup, 1> CleanupsToDeactivate;
H A DCGCall.cpp4181 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall()