Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h39 StorageLocation(Kind LocKind, QualType Type) : LocKind(LocKind), Type(Type) { in StorageLocation()
/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1014 enum class LocKind { Mem, Val, None }; global() enum in __anonaad91fb70211::AssignmentTrackingLowering
1484 using LocKind = AssignmentTrackingLowering::LocKind; locStr() typedef
[all...]
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp559 MachineLocKind LocKind = Locs[I].Kind; BuildDbgValue() local