Searched refs:AtomicType (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/v8/test/cctest/
H A Dtest-atomicops.cc43 template <class AtomicType>
52 AtomicType prev_word;
53 AtomicType count;
54 AtomicType next_word;
57 AtomicType prev_word_value, next_word_value;
58 memset(&prev_word_value, 0xFF, sizeof(AtomicType));
59 memset(&next_word_value, 0xEE, sizeof(AtomicType));
112 template <class AtomicType>
114 AtomicType value = 0;
115 AtomicType pre
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Datomicops_unittest.cc40 template <class AtomicType>
50 AtomicType prev_word;
51 AtomicType count;
52 AtomicType next_word;
55 AtomicType prev_word_value, next_word_value;
56 memset(&prev_word_value, 0xFF, sizeof(AtomicType));
57 memset(&next_word_value, 0xEE, sizeof(AtomicType));
113 template <class AtomicType>
115 AtomicType value = 0;
116 AtomicType pre
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Datomicops_unittest.cc40 template <class AtomicType>
50 AtomicType prev_word;
51 AtomicType count;
52 AtomicType next_word;
55 AtomicType prev_word_value, next_word_value;
56 memset(&prev_word_value, 0xFF, sizeof(AtomicType));
57 memset(&next_word_value, 0xEE, sizeof(AtomicType));
113 template <class AtomicType>
115 AtomicType value = 0;
116 AtomicType pre
[all...]
/external/chromium_org/base/
H A Datomicops_unittest.cc12 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 pre
[all...]
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h23 * \tparam AtomicType type for computing matrix function of atomic blocks.
29 * \p AtomicType and uses these results to compute the matrix function of the whole matrix. The class
30 * \p AtomicType should have a \p compute() member function for computing the matrix function of a block.
35 typename AtomicType,
49 MatrixFunction(const MatrixType& A, AtomicType& atomic);
67 template <typename MatrixType, typename AtomicType>
68 class MatrixFunction<MatrixType, AtomicType, 0>
90 MatrixFunction(const MatrixType& A, AtomicType& atomic) : m_A(A), m_atomic(atomic) { }
106 MatrixFunction<ComplexMatrix, AtomicType> mf(CA, m_atomic);
113 AtomicType
520 typedef MatrixFunctionAtomic<DynMatrixType> AtomicType; typedef
[all...]
H A DMatrixLogarithm.h448 typedef MatrixLogarithmAtomic<DynMatrixType> AtomicType; typedef
449 AtomicType atomic;
452 MatrixFunction<PlainObject, AtomicType> mf(Aevaluated, atomic);
/external/chromium_org/base/allocator/
H A Dallocator_unittest.cc85 template <class AtomicType>
94 AtomicType prev_word;
95 AtomicType count;
96 AtomicType next_word;
99 AtomicType prev_word_value, next_word_value;
100 memset(&prev_word_value, 0xFF, sizeof(AtomicType));
101 memset(&next_word_value, 0xEE, sizeof(AtomicType));
157 template <class AtomicType>
159 AtomicType value = 0;
160 AtomicType pre
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp590 QualType valueType = cast<AtomicType>(Ty)->getValueType();
616 return isPaddedAtomicType(type->castAs<AtomicType>());
619 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) {
H A DCGAtomic.cpp44 ValueTy = AtomicTy->castAs<AtomicType>()->getValueType();
480 if (const AtomicType *AT = AtomicTy->getAs<AtomicType>())
H A DCodeGenModule.h51 class AtomicType;
621 bool isPaddedAtomicType(const AtomicType *type);
H A DCGDebugInfo.h136 llvm::DIType CreateType(const AtomicType *Ty, llvm::DIFile F);
H A DCodeGenFunction.cpp135 type = cast<AtomicType>(type)->getValueType();
1548 type = cast<AtomicType>(ty)->getValueType();
H A DCGExprScalar.cpp1554 if (const AtomicType *atomicTy = type->getAs<AtomicType>()) {
2013 if (const AtomicType *atomicTy = LHSTy->getAs<AtomicType>()) {
H A DCGExprComplex.cpp37 return cast<ComplexType>(cast<AtomicType>(type)->getValueType());
/external/lldb/source/Symbol/
H A DClangASTImporter.cpp306 if (const AtomicType *atomic_type = type->getAs<AtomicType>())
/external/clang/lib/AST/
H A DASTContext.cpp1718 = getTypeInfo(cast<AtomicType>(T)->getValueType());
2491 const AtomicType *at = cast<AtomicType>(ty);
3775 AtomicType::Profile(ID, T);
3778 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos))
3788 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
3791 AtomicType *New = new (*this, TypeAlignment) AtomicType(T, Canonical);
5243 const AtomicType *AT = T->castAs<AtomicType>();
[all...]
H A DType.cpp1198 if (const AtomicType *AT = BaseTy->getAs<AtomicType>())
2248 return Cache::get(cast<AtomicType>(T)->getValueType());
2330 return computeLinkageInfo(cast<AtomicType>(T)->getValueType());
H A DTypePrinter.cpp831 void TypePrinter::printAtomicBefore(const AtomicType *T, raw_ostream &OS) {
839 void TypePrinter::printAtomicAfter(const AtomicType *T, raw_ostream &OS) { }
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3115 AST_TYPE_MATCHER(AtomicType, atomicType);
3127 /// Usable as: Matcher<AtomicType>
3129 AST_POLYMORPHIC_SUPPORTED_TYPES_1(AtomicType));
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1276 if (const AtomicType *AtomicArg = Arg->getAs<AtomicType>())
1278 cast<AtomicType>(Param)->getValueType(),
4913 cast<AtomicType>(T)->getValueType(),
H A DSemaChecking.cpp1080 ValType = AtomTy->getAs<AtomicType>()->getValueType();
5017 if (const AtomicType *AtomicRHS = Ty->getAs<AtomicType>())
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h945 DEF_TRAVERSE_TYPE(AtomicType, { TRY_TO(TraverseType(T->getValueType())); })
1168 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
H A DRecursiveASTVisitor.h1010 DEF_TRAVERSE_TYPE(AtomicType, { TRY_TO(TraverseType(T->getValueType())); })
1233 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
H A DTypeLoc.h1902 AtomicType, AtomicTypeLocInfo> {
H A DType.h4595 class AtomicType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
4598 AtomicType(QualType ValTy, QualType Canonical) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
4959 return isa<AtomicType>(CanonicalType);

Completed in 3606 milliseconds

12