Home
last modified time | relevance | path

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

12

/llvm-project/libcxx/test/std/time/
H A Drep.h19 TEST_CONSTEXPR Rep() : data_(-1) {} in Rep() function
20 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
[all...]
H A Dmonths.pass.cpp24 typedef D::rep Rep; in main() typedef
H A Dhours.pass.cpp23 typedef D::rep Rep; in main() typedef
H A Dyears.pass.cpp24 typedef D::rep Rep; in main() typedef
H A Dseconds.pass.cpp23 typedef D::rep Rep; in main() typedef
H A Dweeks.pass.cpp24 typedef D::rep Rep; in main() typedef
H A Dminutes.pass.cpp23 typedef D::rep Rep; in main() typedef
H A Dmicroseconds.pass.cpp23 typedef D::rep Rep; in main() typedef
H A Dmilliseconds.pass.cpp23 typedef D::rep Rep; in main() typedef
H A Ddays.pass.cpp24 typedef D::rep Rep; in main() typedef
H A Dnanoseconds.pass.cpp23 typedef D::rep Rep; in main() typedef
/llvm-project/libcxx/test/std/time/time.duration/time.duration.nonmember/
H A Dostream.pass.cpp42 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 Dtemp-param-subst-linear.cpp38 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 Dfpbits_test.cpp40 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 Dspuriously-wake-up-functions.cpp100 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 Dp1.cpp11 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 DDeclSpec.cpp757 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 DContinuousRangeMap.h48 Representation Rep; variable
/llvm-project/clang-tools-extra/clangd/support/
H A DThreading.h188 using Rep = Stopwatch::duration::rep; variable
/llvm-project/libcxx/test/libcxx/input.output/filesystems/
H A Dconvert_file_time.pass.cpp56 using Rep = typename FileTimeT::rep; in getFileTimeTestKind() typedef
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h736 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 DScopeInfo.h356 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable
/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1971 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 DDenseMap.h1228 LargeRep Rep = {static_cast<BucketT *>(allocate_buffer( allocateBuckets() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp634 N->Parent = Rep; in common() local

12