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

/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h165 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
476 /// setVolatile - Specify whether this is a volatile cmpxchg.
478 void setVolatile(bool V) { function in class:llvm::AtomicCmpXchgInst
623 /// setVolatile - Specify whether this is a volatile RMW or not.
625 void setVolatile(bool V) { function in class:llvm::AtomicRMWInst
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h263 void setVolatile() { Volatile = true; } function in class:llvm::AliasSet
/external/clang/lib/CodeGen/
H A DCGValue.h446 void setVolatile(bool flag) { function in class:clang::CodeGen::AggValueSlot
447 Quals.setVolatile(flag);
/external/clang/include/clang/AST/
H A DStmt.h1398 void setVolatile(bool V) { IsVolatile = V; } function in class:clang::AsmStmt
H A DType.h234 void setVolatile(bool flag) { function in class:clang::Qualifiers

Completed in 133 milliseconds