Home
last modified time | relevance | path

Searched defs:setVolatile (Results 1 – 12 of 12) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.cpp67 SPIRVValue::setVolatile(bool IsVolatile) { in setVolatile() function in SPIRV::SPIRVValue
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h224 void setVolatile(bool V) { in setVolatile() function
346 void setVolatile(bool V) { in setVolatile() function
DIntrinsicInst.h474 void setVolatile(Constant *V) { setArgOperand(ARG_VOLATILE, V); } in setVolatile() function
/external/llvm/include/llvm/IR/
DInstructions.h224 void setVolatile(bool V) { in setVolatile() function
344 void setVolatile(bool V) { in setVolatile() function
DIntrinsicInst.h192 void setVolatile(Constant* V) { in setVolatile() function
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h174 void setVolatile(bool V) { in setVolatile() function
291 void setVolatile(bool V) { in setVolatile() function
DIntrinsicInst.h169 void setVolatile(Constant* V) { in setVolatile() function
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
DFieldDeclaration.java236 public FieldDeclaration setVolatile(boolean set) { in setVolatile() method in FieldDeclaration
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h306 void setVolatile() { Volatile = true; } in setVolatile() function
/external/clang/lib/CodeGen/
DCGValue.h546 void setVolatile(bool flag) { in setVolatile() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp368 void setVolatile(bool V) { Volatile = V; } in setVolatile() function in __anon926b4d560111::InstructionUseExpr
/external/clang/include/clang/AST/
DStmt.h1450 void setVolatile(bool V) { IsVolatile = V; } in setVolatile() function