HomeSort by relevance Sort by last modified time
    Searched defs:setVolatile (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/
IntrinsicInst.h 169 void setVolatile(Constant* V) {
Instructions.h 174 /// setVolatile - Specify whether this is a volatile load or not.
176 void setVolatile(bool V) {
291 /// setVolatile - Specify whether this is a volatile store or not.
293 void setVolatile(bool V) {
477 /// setVolatile - Specify whether this is a volatile cmpxchg.
479 void setVolatile(bool V) {
624 /// setVolatile - Specify whether this is a volatile RMW or not.
626 void setVolatile(bool V) {
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 265 void setVolatile() { Volatile = true; }
  /external/clang/include/clang/AST/
Stmt.h     [all...]
Type.h 195 void setVolatile(bool flag) {
    [all...]

Completed in 430 milliseconds