Searched defs:isAtomic (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp238 static bool isAtomic(Instruction *I) { function
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DStringImpl.h460 bool isAtomic() const { return m_hashAndFlags & s_hashFlagIsAtomic; } function in class:WTF::StringImpl
461 void setIsAtomic(bool isAtomic) argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DInstructions.h213 bool isAtomic() const { return getOrdering() != NotAtomic; } function in class:llvm::LoadInst
333 bool isAtomic() const { return getOrdering() != NotAtomic; } function in class:llvm::StoreInst

Completed in 290 milliseconds