Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/libcxx/test/std/time/
H A Drep.h18 TEST_CONSTEXPR Rep() : data_(-1) {} in Rep() function
19 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
H A Dmilliseconds.pass.cpp23 typedef D::rep Rep; in main() typedef
H A Dyears.pass.cpp24 typedef D::rep Rep; in main() typedef
H A Dweeks.pass.cpp24 typedef D::rep Rep; in main() typedef
H A Dhours.pass.cpp23 typedef D::rep Rep; in main() typedef
H A Dminutes.pass.cpp23 typedef D::rep Rep; in main() typedef
H A Dnanoseconds.pass.cpp23 typedef D::rep Rep; in main() typedef
H A Dseconds.pass.cpp23 typedef D::rep Rep; in main() typedef
H A Ddays.pass.cpp24 typedef D::rep Rep; in main() typedef
H A Dmonths.pass.cpp24 typedef D::rep Rep; in main() typedef
H A Dmicroseconds.pass.cpp23 typedef D::rep Rep; in main() typedef
/llvm-project-15.0.7/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; }; argument
/llvm-project-15.0.7/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-15.0.7/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() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp733 ParsedType Rep, in SetTypeSpecType()
742 ParsedType Rep, in SetTypeSpecType()
764 Expr *Rep, in SetTypeSpecType()
786 Decl *Rep, bool Owned, in SetTypeSpecType()
795 Decl *Rep, bool Owned, in SetTypeSpecType()
816 unsigned &DiagID, TemplateIdAnnotation *Rep, in SetTypeSpecType()
H A DSemaExprMember.cpp199 NamedDecl *Rep, in diagnoseInstanceReference()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DContinuousRangeMap.h48 Representation Rep; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreading.h187 using Rep = Stopwatch::duration::rep; variable
/llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/
H A Dconvert_file_time.pass.cpp55 using Rep = typename FileTimeT::rep; in getFileTimeTestKind() typedef
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h670 unsigned &DiagID, TypeResult Rep, in SetTypeSpecType()
712 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep()
716 void UpdateTypeRep(ParsedType Rep) { in UpdateTypeRep()
720 void UpdateExprRep(Expr *Rep) { in UpdateExprRep()
H A DScopeInfo.h344 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable
/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp1589 Value *Rep = Builder.CreateCall(Intrin, in UpgradeX86MaskedShift() local
1619 CallBase &CI, Value *&Rep) { in upgradeAVX512MaskToSelect()
2089 Value *Rep; in UpgradeIntrinsicCall() local
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDenseMap.h1187 LargeRep Rep = {static_cast<BucketT *>(allocate_buffer( in allocateBuckets() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp634 GepNode *Rep = F->second; in common() local
H A DHexagonISelLoweringHVX.cpp1155 unsigned Rep = VecTy.getVectorNumElements() / ResLen; in extractHvxSubvectorPred() local
1175 unsigned Rep = 8 / ResLen; in extractHvxSubvectorPred() local

12