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.h94 AfterCall, enumerator
103 UninitAfterCall ? AfterCall : in getKind()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h270 enum class AddrType : uint8_t { Call, AfterCall }; enumerator
318 return caller_address_type == AddrType::AfterCall && !is_tail_call in GetUnresolvedReturnPCAddress()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp988 case UninitUse::AfterCall: in DiagUninitUse()
1738 U.getKind() == UninitUse::AfterCall || in hasAlwaysUninitializedUse()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4053 caller_address_type = CallEdge::AddrType::AfterCall; in CollectCallEdges()
4056 caller_address_type = CallEdge::AddrType::AfterCall; in CollectCallEdges()