OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAtomic
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h
228
bool
isAtomic
() const { return m_refCountAndFlags & s_refCountFlagIsAtomic; }
/external/llvm/include/llvm/
Instructions.h
211
bool
isAtomic
() const { return getOrdering() != NotAtomic; }
218
bool isSimple() const { return !
isAtomic
() && !isVolatile(); }
331
bool
isAtomic
() const { return getOrdering() != NotAtomic; }
338
bool isSimple() const { return !
isAtomic
() && !isVolatile(); }
[
all
...]
/external/clang/include/clang/AST/
DeclObjC.h
[
all
...]
/external/clang/lib/CodeGen/
CGObjC.cpp
487
bool
isAtomic
, bool hasStrong) {
495
// sizeof (Type of Ivar),
isAtomic
, false);
506
args.add(RValue::get(CGF.Builder.getInt1(
isAtomic
)), Context.BoolTy);
563
bool
isAtomic
() const { return
IsAtomic
; }
574
unsigned
IsAtomic
: 1;
590
IsAtomic
= prop->
isAtomic
();
615
} else if (CGM.getLangOpts().ObjCAutoRefCount && !
IsAtomic
) {
622
} else if (!
IsAtomic
) {
[
all
...]
Completed in 465 milliseconds