Searched defs:setVolatile (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/
H A DIntrinsicInst.h169 void setVolatile(Constant* V) { function in class:llvm::MemIntrinsic
H A DInstructions.h174 /// setVolatile - Specify whether this is a volatile load or not.
176 void setVolatile(bool V) { function in class:llvm::LoadInst
291 /// setVolatile - Specify whether this is a volatile store or not.
293 void setVolatile(bool V) { function in class:llvm::StoreInst
477 /// setVolatile - Specify whether this is a volatile cmpxchg.
479 void setVolatile(bool V) { function in class:llvm::AtomicCmpXchgInst
624 /// setVolatile - Specify whether this is a volatile RMW or not.
626 void setVolatile(bool V) { function in class:llvm::AtomicRMWInst
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h265 void setVolatile() { Volatile = true; } function in class:llvm::AliasSet
/external/clang/include/clang/AST/
H A DStmt.h1403 void setVolatile(bool V) { IsVolatile = V; } function in class:clang::AsmStmt
H A DType.h195 void setVolatile(bool flag) { function in class:clang::Qualifiers

Completed in 130 milliseconds