Searched refs:Trait (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/memory/
H A Dsingleton_unittest.cc28 struct Trait;
31 return Singleton<Init5Singleton, Trait>::get();
37 struct Init5Singleton::Trait : public DefaultSingletonTraits<Init5Singleton> { struct in class:__anon1554::Init5Singleton
70 struct Trait : public CallbackTrait<CallbackSingletonWithNoLeakTrait> { }; struct in class:__anon1554::CallbackSingletonWithNoLeakTrait
75 return Singleton<CallbackSingletonWithNoLeakTrait, Trait>::get();
81 struct Trait : public CallbackTrait<CallbackSingletonWithLeakTrait> { struct in class:__anon1554::CallbackSingletonWithLeakTrait
88 return Singleton<CallbackSingletonWithLeakTrait, Trait>::get();
94 struct Trait;
99 return Singleton<CallbackSingletonWithStaticTrait, Trait>::get();
103 struct CallbackSingletonWithStaticTrait::Trait struct in class:__anon1554::CallbackSingletonWithStaticTrait
[all...]
/external/clang/lib/Serialization/
H A DASTWriter.cpp1100 // Trait used for the on-disk hash table of stat cache results.
1247 // Trait used for the on-disk hash table of header search information.
2270 // Trait used for the on-disk hash table used in the method pool.
2368 ASTMethodPoolTrait Trait(*this);
2408 Generator.insert(S, Data, Trait);
2415 ASTMethodPoolTrait Trait(*this);
2419 BucketOffset = Generator.Emit(Out, Trait);
2614 ASTIdentifierTableTrait Trait(*this, PP, IdResolver, IsModule);
2636 Trait); local
2643 ASTIdentifierTableTrait Trait(*thi
[all...]
H A DASTReader.cpp1562 ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(),
1567 ASTIdentifierLookupTable::iterator Pos = IdTable->find(Key, &Trait);
3646 HeaderFileInfoTrait Trait(This->Reader, M,
3658 &Trait);
5737 ASTSelectorLookupTrait Trait(*this, M);
5740 Trait.ReadKey(M.SelectorLookupTableData + M.SelectorOffsets[Idx], 0);
/external/clang/lib/Sema/
H A DTreeTransform.h2013 ExprResult RebuildUnaryTypeTrait(UnaryTypeTrait Trait, argument
2017 return getSema().BuildUnaryTypeTrait(Trait, StartLoc, T, RParenLoc);
2024 ExprResult RebuildBinaryTypeTrait(BinaryTypeTrait Trait, argument
2029 return getSema().BuildBinaryTypeTrait(Trait, StartLoc, LhsT, RhsT, RParenLoc);
2036 ExprResult RebuildTypeTrait(TypeTrait Trait, argument
2040 return getSema().BuildTypeTrait(Trait, StartLoc, Args, RParenLoc);
2047 ExprResult RebuildArrayTypeTrait(ArrayTypeTrait Trait, argument
2052 return getSema().BuildArrayTypeTrait(Trait, StartLoc, TSInfo, DimExpr, RParenLoc);
2059 ExprResult RebuildExpressionTrait(ExpressionTrait Trait, argument
2063 return getSema().BuildExpressionTrait(Trait, StartLo
[all...]

Completed in 89 milliseconds