HomeSort by relevance Sort by last modified time
    Searched refs:AtomicType (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/base/
atomicops_unittest.cc 12 template <class AtomicType>
22 AtomicType prev_word;
23 AtomicType count;
24 AtomicType next_word;
27 AtomicType prev_word_value, next_word_value;
28 memset(&prev_word_value, 0xFF, sizeof(AtomicType));
29 memset(&next_word_value, 0xEE, sizeof(AtomicType));
85 template <class AtomicType>
87 AtomicType value = 0;
88 AtomicType prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 1)
    [all...]
  /external/chromium/base/allocator/
allocator_unittests.cc 87 template <class AtomicType>
96 AtomicType prev_word;
97 AtomicType count;
98 AtomicType next_word;
101 AtomicType prev_word_value, next_word_value;
102 memset(&prev_word_value, 0xFF, sizeof(AtomicType));
103 memset(&next_word_value, 0xEE, sizeof(AtomicType));
159 template <class AtomicType>
161 AtomicType value = 0;
162 AtomicType prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 1)
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 106 llvm::DIType CreateType(const AtomicType *Ty, llvm::DIFile F);
CodeGenTypes.cpp 559 ResultType = ConvertType(cast<AtomicType>(Ty)->getValueType());
CodeGenFunction.cpp 102 return hasAggregateLLVMType(type->getAs<AtomicType>()->getValueType());
    [all...]
CGExpr.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp 788 void TypePrinter::printAtomicBefore(const AtomicType *T, raw_ostream &OS) {
796 void TypePrinter::printAtomicAfter(const AtomicType *T, raw_ostream &OS) { }
    [all...]
MicrosoftMangle.cpp     [all...]
Type.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 810 cast<AtomicType>(T1)->getValueType(),
811 cast<AtomicType>(T2)->getValueType()))
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
ASTContext.h 131 mutable llvm::FoldingSet<AtomicType> AtomicTypes;
    [all...]
TypeLoc.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp 496 if (const AtomicType *Atomic = T->getAs<AtomicType>()) {
    [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 399 ASTTypeWriter::VisitAtomicType(const AtomicType *T) {
    [all...]

Completed in 604 milliseconds

1 2