Home
last modified time | relevance | path

Searched refs:AfterCall (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h82 AfterCall, enumerator
91 UninitAfterCall ? AfterCall : in getKind()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h269 enum class AddrType : uint8_t { Call, AfterCall }; enumerator
317 return caller_address_type == AddrType::AfterCall && !is_tail_call in GetUnresolvedReturnPCAddress()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp851 case UninitUse::AfterCall: in DiagUninitUse()
1661 U.getKind() == UninitUse::AfterCall || in hasAlwaysUninitializedUse()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4158 caller_address_type = CallEdge::AddrType::AfterCall; in CollectCallEdges()
4161 caller_address_type = CallEdge::AddrType::AfterCall; in CollectCallEdges()