| /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 | 102 llvm::DIType CreateType(const AtomicType *Ty, llvm::DIFile F);
|
| CodeGenFunction.cpp | 101 return hasAggregateLLVMType(type->getAs<AtomicType>()->getValueType()); [all...] |
| CodeGenTypes.cpp | 559 ResultType = ConvertType(cast<AtomicType>(Ty)->getValueType());
|
| CGExpr.cpp | [all...] |
| CGExprScalar.cpp | [all...] |
| CGDebugInfo.cpp | [all...] |
| /external/clang/lib/AST/ |
| ASTContext.cpp | [all...] |
| MicrosoftMangle.cpp | [all...] |
| TypePrinter.cpp | 593 void TypePrinter::printAtomic(const AtomicType *T, std::string &S) { [all...] |
| Type.cpp | [all...] |
| ItaniumMangle.cpp | [all...] |
| ASTImporter.cpp | [all...] |
| /external/clang/lib/Sema/ |
| SemaExpr.cpp | 415 if (const AtomicType *Atomic = T->getAs<AtomicType>()) { [all...] |
| SemaCast.cpp | [all...] |
| SemaTemplateDeduction.cpp | [all...] |
| SemaOverload.cpp | [all...] |
| SemaExprCXX.cpp | [all...] |
| SemaLookup.cpp | [all...] |
| SemaChecking.cpp | 624 ValType = AtomTy->getAs<AtomicType>()->getValueType(); [all...] |
| /external/clang/include/clang/AST/ |
| RecursiveASTVisitor.h | [all...] |
| Type.h | [all...] |
| ASTContext.h | 125 mutable llvm::FoldingSet<AtomicType> AtomicTypes; [all...] |
| TypeLoc.h | [all...] |