/llvm-project/libcxx/test/std/time/ |
H A D | rep.h | 19 TEST_CONSTEXPR Rep() : data_(-1) {} in Rep() function 20 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function [all...] |
H A D | months.pass.cpp | 24 typedef D::rep Rep; in main() typedef
|
H A D | hours.pass.cpp | 23 typedef D::rep Rep; in main() typedef
|
H A D | years.pass.cpp | 24 typedef D::rep Rep; in main() typedef
|
H A D | seconds.pass.cpp | 23 typedef D::rep Rep; in main() typedef
|
H A D | weeks.pass.cpp | 24 typedef D::rep Rep; in main() typedef
|
H A D | minutes.pass.cpp | 23 typedef D::rep Rep; in main() typedef
|
H A D | microseconds.pass.cpp | 23 typedef D::rep Rep; in main() typedef
|
H A D | milliseconds.pass.cpp | 23 typedef D::rep Rep; in main() typedef
|
H A D | days.pass.cpp | 24 typedef D::rep Rep; in main() typedef
|
H A D | nanoseconds.pass.cpp | 23 typedef D::rep Rep; in main() typedef
|
/llvm-project/libcxx/test/std/time/time.duration/time.duration.nonmember/ |
H A D | ostream.pass.cpp | 42 static std::basic_string<CharT> stream_c_locale(std::chrono::duration<Rep, Period> duration) { in stream_c_locale() argument 50 static std::basic_string<CharT> stream_fr_FR_locale(std::chrono::duration<Rep, Period> duration) { in stream_fr_FR_locale() argument 60 static std::basic_string<CharT> stream_ja_JP_locale(std::chrono::duration<Rep, Period> duration) { in stream_ja_JP_locale() argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | temp-param-subst-linear.cpp | 38 template<typename T, int N> struct Rep : Rep<typename Rep<T, N-1>::type, 1> {}; struct 39 template<typename ...T> struct Rep<TypeList<T...>, 1> { typedef TypeList<T..., T...> type; }; struct
|
/llvm-project/libc/test/src/__support/FPUtil/ |
H A D | fpbits_test.cpp | 40 EXPECT_EQ(0b0'11111'0100000000_u16, u16(Rep in TEST() typedef 25 using Rep = FPRep<FPType::IEEE754_Binary16>; TEST() typedef 58 using Rep = FPRep<FPType::IEEE754_Binary64>; TEST() typedef 91 using Rep = FPRep<FPType::IEEE754_Binary128>; TEST() typedef 123 using Rep = FPRep<FPType::X86_Binary80>; TEST() typedef 155 using Rep = FPRep<FPType::X86_Binary80>; TEST() typedef [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | spuriously-wake-up-functions.cpp | 100 const chrono::duration<Rep, Period> &rel_time){}; in wait_for() 103 const chrono::duration<Rep, Period> &rel_time, in wait_for()
|
/llvm-project/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
|
/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 757 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,ParsedType Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 766 SetTypeSpecType(TST T,SourceLocation TagKwLoc,SourceLocation TagNameLoc,const char * & PrevSpec,unsigned & DiagID,ParsedType Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 797 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Expr * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 819 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Decl * Rep,bool Owned,const PrintingPolicy & Policy) SetTypeSpecType() argument 828 SetTypeSpecType(TST T,SourceLocation TagKwLoc,SourceLocation TagNameLoc,const char * & PrevSpec,unsigned & DiagID,Decl * Rep,bool Owned,const PrintingPolicy & Policy) SetTypeSpecType() argument 849 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,TemplateIdAnnotation * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument [all...] |
/llvm-project/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 48 Representation Rep; variable
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Threading.h | 188 using Rep = Stopwatch::duration::rep; variable
|
/llvm-project/libcxx/test/libcxx/input.output/filesystems/ |
H A D | convert_file_time.pass.cpp | 56 using Rep = typename FileTimeT::rep; in getFileTimeTestKind() typedef
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 736 unsigned &DiagID, ParsedType Rep, in SetTypeSpecType() argument 781 UpdateDeclRep(Decl * Rep) UpdateDeclRep() argument 785 UpdateTypeRep(ParsedType Rep) UpdateTypeRep() argument 789 UpdateExprRep(Expr * Rep) UpdateExprRep() argument [all...] |
H A D | ScopeInfo.h | 356 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1971 Value *Rep = Builder.CreateCall(Intrin, upgradeX86MaskedShift() local 2000 upgradeAVX512MaskToSelect(StringRef Name,IRBuilder<> & Builder,CallBase & CI,Value * & Rep) upgradeAVX512MaskToSelect() argument 2251 Value *Rep = nullptr; upgradeX86IntrinsicCall() local 4190 Value *Rep = nullptr; UpgradeIntrinsicCall() local [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 1228 LargeRep Rep = {static_cast<BucketT *>(allocate_buffer( allocateBuckets() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 634 N->Parent = Rep; in common() local
|