Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp270 QualType StoredCanonicalType = StoredType->getCanonicalType(); in handleStdGetCall() local
271 if (RetrievedCanonicalType == StoredCanonicalType) in handleStdGetCall()