Home
last modified time | relevance | path

Searched defs:Rep (Results 1 – 20 of 20) sorted by relevance

/external/libcxx/test/std/utilities/time/
Drep.h17 _LIBCPP_CONSTEXPR Rep() : data_(-1) {} in Rep() function
18 explicit _LIBCPP_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
Dseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
Dmilliseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
Dmicroseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
Dminutes.pass.cpp21 typedef D::rep Rep; in main() typedef
Dnanoseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
Dhours.pass.cpp21 typedef D::rep Rep; in main() typedef
/external/libcxx/test/std/utilities/time/time.duration/time.duration.special/
Dmax.pass.cpp26 typedef typename D::rep Rep; in test() typedef
32 typedef typename D::rep Rep; in test() typedef
Dzero.pass.cpp25 typedef typename D::rep Rep; in test() typedef
31 typedef typename D::rep Rep; in test() typedef
Dmin.pass.cpp26 typedef typename D::rep Rep; in test() typedef
32 typedef typename D::rep Rep; in test() typedef
/external/tinyxml/
Dtinystr.h210 struct Rep struct
220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
/external/sfntly/cpp/src/test/tinyxml/
Dtinystr.h211 struct Rep struct
222 // rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp11 template <typename U> struct Rep { struct
12 U count_;
13 Rep(U count) : count_(count) {} in Rep() argument
/external/clang/lib/Sema/
DDeclSpec.cpp607 ParsedType Rep, in SetTypeSpecType()
616 ParsedType Rep, in SetTypeSpecType()
636 Expr *Rep, in SetTypeSpecType()
656 Decl *Rep, bool Owned, in SetTypeSpecType()
665 Decl *Rep, bool Owned, in SetTypeSpecType()
DSemaExprMember.cpp200 NamedDecl *Rep, in diagnoseInstanceReference()
/external/clang/include/clang/Serialization/
DContinuousRangeMap.h46 Representation Rep; variable
/external/llvm/lib/IR/
DAutoUpgrade.cpp433 Value *Rep; in UpgradeIntrinsicCall() local
/external/clang/include/clang/Sema/
DDeclSpec.h657 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep()
661 void UpdateTypeRep(ParsedType Rep) { in UpdateTypeRep()
665 void UpdateExprRep(Expr *Rep) { in UpdateExprRep()
DScopeInfo.h263 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable
/external/llvm/include/llvm/ADT/
DDenseMap.h988 LargeRep Rep = { in allocateBuckets() local