Home
last modified time | relevance | path

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

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