/external/libcxx/test/std/utilities/time/ |
D | rep.h | 19 TEST_CONSTEXPR Rep() : data_(-1) {} in Rep() function 20 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
|
D | microseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | milliseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | seconds.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
|
D | minutes.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.special/ |
D | min.pass.cpp | 26 typedef typename D::rep Rep; in test() typedef 32 typedef typename D::rep Rep; in test() typedef
|
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
|
/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/protobuf/src/google/protobuf/ |
D | repeated_field.h | 245 struct Rep { struct 249 // We can not use sizeof(Rep) - sizeof(Element) due to the trailing padding on 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() function
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 615 ParsedType Rep, in SetTypeSpecType() 624 ParsedType Rep, in SetTypeSpecType() 644 Expr *Rep, in SetTypeSpecType() 664 Decl *Rep, bool Owned, in SetTypeSpecType() 673 Decl *Rep, bool Owned, in SetTypeSpecType()
|
D | SemaExprMember.cpp | 198 NamedDecl *Rep, in diagnoseInstanceReference()
|
/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 46 Representation Rep; variable
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 282 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable
|
D | DeclSpec.h | 664 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep() 668 void UpdateTypeRep(ParsedType Rep) { in UpdateTypeRep() 672 void UpdateExprRep(Expr *Rep) { in UpdateExprRep()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 1025 LargeRep Rep = { in allocateBuckets() local
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 1024 LargeRep Rep = { in allocateBuckets() local
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 655 Value *Rep; in UpgradeIntrinsicCall() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 621 GepNode *Rep = F->second; in common() local
|