Home
last modified time | relevance | path

Searched refs:TypeNames (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/animator/
DSkDisplayType.h160 struct TypeNames { struct
175 extern const TypeNames gTypeNames[]; argument
DSkDisplayType.cpp398 const TypeNames gTypeNames[] = {
/external/skia/legacy/src/animator/
DSkDisplayType.h162 struct TypeNames { struct
177 extern const TypeNames gTypeNames[]; argument
DSkDisplayType.cpp398 const TypeNames gTypeNames[] = {
/external/clang/test/SemaCXX/
Dtypo-correction.cpp82 template<typename ...TypeNames> struct count { // expected-note{{parameter pack 'TypeNames' declare…
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp96 TypeMap TypeNames; member in __anon5be4ca330111::CppWriter
387 TypeMap::iterator I = TypeNames.find(Ty); in getCppName()
388 if (I != TypeNames.end()) in getCppName()
415 return TypeNames[Ty] = name; in getCppName()
/external/llvm/docs/
DExtendingLLVM.rst301 std::map<const Type*,std::string> &TypeNames,