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

/external/llvm/lib/IR/
H A DInstruction.cpp456 bool Instruction::isAtomic() const { function in class:Instruction
/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp318 static bool isAtomic(Instruction *I) { function
320 return LI->isAtomic() && LI->getSynchScope() == CrossThread;
322 return SI->isAtomic() && SI->getSynchScope() == CrossThread;
351 if (isAtomic(&Inst))
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp414 bool isAtomic() const { function in class:__anon12907::EarlyCSE::ParseMemoryInst
419 return Inst->isAtomic();
432 return !Inst->isAtomic();
616 InVal.IsAtomic >= MemInst.isAtomic()) {
634 MemInst.isAtomic()));
746 MemInst.isAtomic()));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DTransliteratorTest.java3198 if (!isAtomic(s, t, trans)) {
3199 isAtomic(s, t, trans);
3280 private boolean isAtomic(String s, String t, Transliterator trans) { method in class:TransliteratorTest
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java3194 if (!isAtomic(s, t, trans)) {
3195 isAtomic(s, t, trans);
3276 private boolean isAtomic(String s, String t, Transliterator trans) { method in class:TransliteratorTest
/external/clang/lib/CodeGen/
H A DCGObjC.cpp570 bool isAtomic, bool hasStrong) {
578 // sizeof (Type of Ivar), isAtomic, false);
589 args.add(RValue::get(CGF.Builder.getInt1(isAtomic)), Context.BoolTy);
646 bool isAtomic() const { return IsAtomic; } function in class:__anon1298::PropertyImplStrategy
673 IsAtomic = prop->isAtomic();
946 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())),
976 emitStructGetterCall(*this, ivar, strategy.isAtomic(),
1062 // The fourth argument is the 'isAtomic' flag.
1208 .GetOptimizedPropertySetFunction(strategy.isAtomic(),
1248 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())),
569 emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar, bool isAtomic, bool hasStrong) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h2531 /// isAtomic - Return true if the property is atomic.
2532 bool isAtomic() const { function in class:clang::ObjCPropertyDecl

Completed in 606 milliseconds