Home
last modified time | relevance | path

Searched defs:Volatile (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
Dp2.cpp11 struct Volatile { struct
30 struct Volatile { struct
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h154 unsigned Volatile : 1; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasSetTracker.h141 bool Volatile : 1; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h284 Volatile = 0x0002, enumerator
339 Volatile = 0x00000200, enumerator
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h82 const static char *Volatile = "volatile"; variable
/external/clang/lib/CodeGen/
DCGExpr.cpp1262 llvm::Value *CodeGenFunction::EmitLoadOfScalar(Address Addr, bool Volatile, in EmitLoadOfScalar()
1375 bool Volatile, QualType Ty, in EmitStoreOfScalar()
DCGBuiltin.cpp1400 bool Volatile = in EmitBuiltinExpr() local
1483 bool Volatile = in EmitBuiltinExpr() local
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1147 namespace Volatile { namespace