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

  /external/llvm/include/llvm/IR/
IntrinsicInst.h 165 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) {
476 /// setVolatile - Specify whether this is a volatile cmpxchg.
478 void setVolatile(bool V) {
623 /// setVolatile - Specify whether this is a volatile RMW or not.
625 void setVolatile(bool V) {
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 263 void setVolatile() { Volatile = true; }
  /external/clang/lib/CodeGen/
CGValue.h 446 void setVolatile(bool flag) {
447 Quals.setVolatile(flag);
  /external/clang/include/clang/AST/
Stmt.h     [all...]
Type.h 234 void setVolatile(bool flag) {
    [all...]

Completed in 250 milliseconds