Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGAtomic.cpp1547 bool TempIsVolatile = false; in ConvertIntToValueOrAtomic() local
1551 TempIsVolatile = ResultSlot.isVolatile(); in ConvertIntToValueOrAtomic()
1559 ->setVolatile(TempIsVolatile); in ConvertIntToValueOrAtomic()