Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1493 bool TempIsVolatile = false; in ConvertIntToValueOrAtomic() local
1497 TempIsVolatile = ResultSlot.isVolatile(); in ConvertIntToValueOrAtomic()
1505 ->setVolatile(TempIsVolatile); in ConvertIntToValueOrAtomic()