/minix3/external/bsd/libc++/dist/libcxx/test/utilities/time/ |
H A D | rep.h | 17 _LIBCPP_CONSTEXPR Rep() : data_(-1) {} in Rep() function 18 explicit _LIBCPP_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
|
H A D | hours.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
H A D | minutes.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
H A D | nanoseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
H A D | microseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
H A D | seconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
H A D | milliseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/time/ |
H A D | rep.h | 17 _LIBCPP_CONSTEXPR Rep() : data_(-1) {} in Rep() function 18 explicit _LIBCPP_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
|
H A D | minutes.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
H A D | nanoseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
H A D | microseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
H A D | seconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
H A D | milliseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
H A D | hours.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/time/time.duration/time.duration.special/ |
H A D | zero.pass.cpp | 25 typedef typename D::rep Rep; in test() typedef 31 typedef typename D::rep Rep; in test() typedef
|
H A D | min.pass.cpp | 26 typedef typename D::rep Rep; in test() typedef 32 typedef typename D::rep Rep; in test() typedef
|
H A D | max.pass.cpp | 26 typedef typename D::rep Rep; in test() typedef 32 typedef typename D::rep Rep; in test() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/time/time.duration/time.duration.special/ |
H A D | min.pass.cpp | 26 typedef typename D::rep Rep; in test() typedef 32 typedef typename D::rep Rep; in test() typedef
|
H A D | zero.pass.cpp | 25 typedef typename D::rep Rep; in test() typedef 31 typedef typename D::rep Rep; in test() typedef
|
H A D | max.pass.cpp | 26 typedef typename D::rep Rep; in test() typedef 32 typedef typename D::rep Rep; in test() typedef
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A D | p1.cpp | 11 template <typename U> struct Rep { struct 12 U count_; 13 Rep(U count) : count_(count) {} in Rep() argument
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A 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()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 46 Representation Rep; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 289 Value *Rep; in UpgradeIntrinsicCall() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 257 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable
|