/external/libcxx/test/std/utilities/time/ |
D | rep.h | 17 _LIBCPP_CONSTEXPR Rep() : data_(-1) {} in Rep() function 18 explicit _LIBCPP_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
|
D | seconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | milliseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | microseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | minutes.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | nanoseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | hours.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.special/ |
D | max.pass.cpp | 26 typedef typename D::rep Rep; in test() typedef 32 typedef typename D::rep Rep; in test() typedef
|
D | zero.pass.cpp | 25 typedef typename D::rep Rep; in test() typedef 31 typedef typename D::rep Rep; in test() typedef
|
D | min.pass.cpp | 26 typedef typename D::rep Rep; in test() typedef 32 typedef typename D::rep Rep; in test() typedef
|
/external/tinyxml/ |
D | tinystr.h | 210 struct Rep struct 220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinystr.h | 211 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/ |
D | p1.cpp | 11 template <typename U> struct Rep { struct 12 U count_; 13 Rep(U count) : count_(count) {} in Rep() argument
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 607 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()
|
D | SemaExprMember.cpp | 200 NamedDecl *Rep, in diagnoseInstanceReference()
|
/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 46 Representation Rep; variable
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 433 Value *Rep; in UpgradeIntrinsicCall() local
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 657 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep() 661 void UpdateTypeRep(ParsedType Rep) { in UpdateTypeRep() 665 void UpdateExprRep(Expr *Rep) { in UpdateExprRep()
|
D | ScopeInfo.h | 263 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 988 LargeRep Rep = { in allocateBuckets() local
|