Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp1409 bool TempIsVolatile = false; in ConvertIntToValueOrAtomic() local
1413 TempIsVolatile = ResultSlot.isVolatile(); in ConvertIntToValueOrAtomic()
1421 ->setVolatile(TempIsVolatile); in ConvertIntToValueOrAtomic()