Home
last modified time | relevance | path

Searched defs:Atomic (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m13 @property (atomic) int Atomic; property
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m13 @property (atomic) int Atomic; property
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Dctor.pass.cpp41 typedef std::atomic<Tp> Atomic; in operator ()() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h191 bool Atomic; member
/external/clang/test/CodeGenCXX/
Dmangle-ms.cpp454 namespace Atomic { namespace
/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp2763 bool Atomic(GLenum internalformat) in Atomic() function in gl4cts::es31compatibility::__anonf2ec32580111::BasicAllTargetsAtomicFS
3187 bool Atomic(int target, int stage, GLenum internalformat) in Atomic() function in gl4cts::es31compatibility::__anonf2ec32580111::AtomicMachine
Dgl4cShaderImageLoadStoreTests.cpp3472 bool Atomic(GLenum internalformat) in Atomic() function in gl4cts::__anonb00615420111::BasicAllTargetsAtomic
4392 bool Atomic(int stage, GLenum internalformat) in Atomic() function in gl4cts::__anonb00615420111::AtomicMachine
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp2727 bool Atomic(GLenum internalformat) in Atomic() function in glcts::__anon81fbf7530111::BasicAllTargetsAtomicFS
3151 bool Atomic(int target, int stage, GLenum internalformat) in Atomic() function in glcts::__anon81fbf7530111::AtomicMachine
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h140 unsigned Atomic : 1; /**< atomic only? for TGSI_FILE_BUFFER */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h140 unsigned Atomic : 1; /**< atomic only? for TGSI_FILE_BUFFER */ member
/external/clang/lib/ARCMigrate/
DObjCMT.cpp456 bool Atomic, bool UseNsIosOnlyMacro, in rewriteToObjCProperty()
/external/clang/lib/Sema/
DSemaInit.cpp5159 if (const AtomicType *Atomic = DestType->getAs<AtomicType>()) { in InitializeFrom() local
DSemaOverload.cpp1578 if (const AtomicType *Atomic = FromType->getAs<AtomicType>()) in IsStandardConversion() local
DSemaExpr.cpp718 if (const AtomicType *Atomic = T->getAs<AtomicType>()) { in DefaultLvalueConversion() local
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1235 namespace Atomic { namespace