Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1654 bool TempIsVolatile = false; in ConvertIntToValueOrAtomic() local
1658 TempIsVolatile = ResultSlot.isVolatile(); in ConvertIntToValueOrAtomic()
1666 ->setVolatile(TempIsVolatile); in ConvertIntToValueOrAtomic()