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

/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h195 void setVolatile(Constant* V) { function in class:llvm::MemIntrinsic
H A DInstructions.h236 /// setVolatile - Specify whether this is a volatile load or not.
238 void setVolatile(bool V) { function in class:llvm::LoadInst
354 /// setVolatile - Specify whether this is a volatile store or not.
356 void setVolatile(bool V) { function in class:llvm::StoreInst
553 /// setVolatile - Specify whether this is a volatile cmpxchg.
555 void setVolatile(bool V) { function in class:llvm::AtomicCmpXchgInst
749 /// setVolatile - Specify whether this is a volatile RMW or not.
751 void setVolatile(bool V) { function in class:llvm::AtomicRMWInst
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h271 void setVolatile() { Volatile = true; } function in class:llvm::AliasSet
/external/clang/lib/CodeGen/
H A DCGValue.h546 void setVolatile(bool flag) { function in class:clang::CodeGen::AggValueSlot
547 Quals.setVolatile(flag);
/external/clang/include/clang/AST/
H A DStmt.h1428 void setVolatile(bool V) { IsVolatile = V; } function in class:clang::AsmStmt
H A DType.h237 void setVolatile(bool flag) { function in class:clang::Qualifiers

Completed in 264 milliseconds