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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp308 static bool isAtomic(Instruction *I) { function
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DInstructions.h211 bool isAtomic() const { return getOrdering() != NotAtomic; } function in class:llvm::LoadInst
331 bool isAtomic() const { return getOrdering() != NotAtomic; } function in class:llvm::StoreInst
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h2096 bool isAtomic() const { function in class:clang::ObjCPropertyDecl
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp592 bool isAtomic() const { return IsAtomic; } function in class:__anon3236::PropertyImplStrategy
515 emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar, bool isAtomic, bool hasStrong) argument
[all...]

Completed in 196 milliseconds