Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h32 StorageLocation(Kind LocKind, QualType Type) : LocKind(LocKind), Type(Type) {} in StorageLocation()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp900 enum class LocKind { Mem, Val, None }; enum in __anonf860719b0211::AssignmentTrackingLowering
1227 using LocKind = AssignmentTrackingLowering::LocKind; in locStr() typedef
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp559 MachineLocKind LocKind = Locs[I].Kind; in BuildDbgValue() local