Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp1221 bool TempIsVolatile = false; in ConvertIntToValueOrAtomic() local
1225 TempIsVolatile = ResultSlot.isVolatile(); in ConvertIntToValueOrAtomic()
1233 ->setVolatile(TempIsVolatile); in ConvertIntToValueOrAtomic()