Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2887 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2897 TempsToInstrument.clear(); in instrumentFunction()
2915 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2918 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2937 TempsToInstrument.clear(); in instrumentFunction()