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

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImpl.h228 bool isAtomic() const { return m_refCountAndFlags & s_refCountFlagIsAtomic; } function in class:WTF::StringImpl
/external/llvm/include/llvm/
H A DInstructions.h211 bool isAtomic() const { return getOrdering() != NotAtomic; } function in class:llvm::LoadInst
218 bool isSimple() const { return !isAtomic() && !isVolatile(); }
331 bool isAtomic() const { return getOrdering() != NotAtomic; } function in class:llvm::StoreInst
338 bool isSimple() const { return !isAtomic() && !isVolatile(); }
/external/clang/lib/CodeGen/
H A DCGObjC.cpp349 bool isAtomic, bool hasStrong) {
357 // sizeof (Type of Ivar), isAtomic, false);
368 args.add(RValue::get(CGF.Builder.getInt1(isAtomic)), Context.BoolTy);
424 bool isAtomic() const { return IsAtomic; } function in class:__anon2828::PropertyImplStrategy
451 IsAtomic = prop->isAtomic();
668 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())),
692 emitStructGetterCall(*this, ivar, strategy.isAtomic(),
765 // The fourth argument is the 'isAtomic' flag.
871 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())),
348 emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar, bool isAtomic, bool hasStrong) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h1602 /// isAtomic - Return true if the property is atomic.
1603 bool isAtomic() const { function in class:clang::ObjCPropertyDecl

Completed in 258 milliseconds