Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp124 auto CanonicalPointeeType = in getOrCreateNullPointerValue() local
126 auto Res = NullPointerVals.try_emplace(CanonicalPointeeType, nullptr); in getOrCreateNullPointerValue()
128 auto &PointeeLoc = createStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue()