Home
last modified time | relevance | path

Searched refs:Rep (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h48 Representation Rep; variable
67 if (!Rep.empty() && Rep.back() == Val) in insert()
70 assert((Rep.empty() || Rep.back().first < Val.first) && in insert()
72 Rep.push_back(Val); in insert()
82 Rep.insert(I, Val); in insertOrReplace()
97 if (I == Rep.begin()) in find()
98 return Rep.end(); in find()
121 Self.Rep.erase( in ~Builder()
123 Self.Rep.begin(), Self.Rep.end(), in ~Builder()
131 Self.Rep.end()); in ~Builder()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1950 Rep = Builder.CreateVectorSplat(NumElts, Rep); in UpgradeIntrinsicCall()
1994 Rep = Builder.CreateICmp(Pred, Rep, Zero); in UpgradeIntrinsicCall()
2050 Rep = Builder.CreateNot(Rep); in UpgradeIntrinsicCall()
2063 Rep = Builder.CreateICmpEQ(Rep, C); in UpgradeIntrinsicCall()
2253 Rep = Builder.CreateShuffleVector(Rep, Rep, ArrayRef<int>{0, 1}); in UpgradeIntrinsicCall()
2284 Rep = Builder.CreateShuffleVector(Rep, Rep, ArrayRef<int>{0, 1, 2, 3}); in UpgradeIntrinsicCall()
2868 Rep = Builder.CreateBitCast(Rep, FTy); in UpgradeIntrinsicCall()
2876 Rep = Builder.CreateAnd(Rep, in UpgradeIntrinsicCall()
2878 Rep = Builder.CreateBitCast(Rep, FTy); in UpgradeIntrinsicCall()
2887 Rep = Builder.CreateBitCast(Rep, FTy); in UpgradeIntrinsicCall()
[all …]
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dsetchgpw2.asn136 Rep-null ::= NULL
47 Rep-change-pw ::= SEQUENCE {
74 Rep-set-keys ::= SEQUENCE {
99 Rep-get-pw-policy ::= SEQUENCE {
111 Rep-get-princ-aliases ::= SEQUENCE {
126 Rep-get-supported-etypes ::= SEQUENCE OF ENCTYPE
143 null[0] Rep-null,
144 change-pw[1] Rep-change-pw,
145 set-keys[2] Rep-set-keys,
146 get-pw-policy[3] Rep-get-pw-policy,
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dcondition_variable48 template <class Rep, class Period>
51 const chrono::duration<Rep, Period>& rel_time);
53 template <class Rep, class Period, class Predicate>
56 const chrono::duration<Rep, Period>& rel_time,
93 template <class Lock, class Rep, class Period>
96 const chrono::duration<Rep, Period>& rel_time);
98 template <class Lock, class Rep, class Period, class Predicate>
101 const chrono::duration<Rep, Period>& rel_time,
H A Dsemaphore33 template<class Rep, class Period>
34 bool try_acquire_for(const chrono::duration<Rep, Period>& rel_time);
107 template <class Rep, class Period>
109 bool try_acquire_for(chrono::duration<Rep, Period> const& __rel_time)
209 template<class Rep, class Period>
211 bool try_acquire_for(chrono::duration<Rep, Period> const& __rel_time)
H A Dshared_mutex56 template <class Rep, class Period>
57 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
65 template <class Rep, class Period>
67 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time);
89 template <class Rep, class Period>
91 const chrono::duration<Rep, Period>& rel_time);
102 template <class Rep, class Period>
103 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
401 template <class Rep, class Period>
402 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
H A Dmutex64 template <class Rep, class Period>
65 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
82 template <class Rep, class Period>
83 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
138 template <class Rep, class Period>
139 unique_lock(mutex_type& m, const chrono::duration<Rep, Period>& rel_time);
151 template <class Rep, class Period>
152 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
H A Dchrono21 template <class ToDuration, class Rep, class Period>
24 duration_cast(const duration<Rep, Period>& fd);
26 template <class Rep> struct treat_as_floating_point : is_floating_point<Rep> {};
31 template <class Rep>
35 static constexpr Rep zero(); // noexcept in C++20
36 static constexpr Rep max(); // noexcept in C++20
37 static constexpr Rep min(); // noexcept in C++20
42 template <class Rep, class Period = ratio<1>>
49 typedef Rep rep;
260 template <class Rep, class Period>
[all …]
H A Dfuture167 template <class Rep, class Period>
169 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
194 template <class Rep, class Period>
196 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
221 template <class Rep, class Period>
223 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
248 template <class Rep, class Period>
250 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
275 template <class Rep, class Period>
277 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
[all …]
H A Dthread76 template <class Rep, class Period>
77 void sleep_for(const chrono::duration<Rep, Period>& rel_time);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h111 template <typename Rep, typename Period>
112 struct format_provider<std::chrono::duration<Rep, Period>> {
114 typedef std::chrono::duration<Rep, Period> Dur;
115 typedef std::conditional_t<std::chrono::treat_as_floating_point<Rep>::value,
/freebsd-13.1/share/doc/psd/15.yacc/
H A Dref.bib37 %R Comp. Sci. Tech. Rep. No. 65
52 %R Comp. Sci. Tech. Rep. No. 17
66 %R Comp. Sci. Tech. Rep. No. 39
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp732 ParsedType Rep, in SetTypeSpecType() argument
741 ParsedType Rep, in SetTypeSpecType() argument
744 assert(Rep && "no type provided!"); in SetTypeSpecType()
753 TypeRep = Rep; in SetTypeSpecType()
763 Expr *Rep, in SetTypeSpecType() argument
766 assert(Rep && "no expression provided!"); in SetTypeSpecType()
775 ExprRep = Rep; in SetTypeSpecType()
785 Decl *Rep, bool Owned, in SetTypeSpecType() argument
807 DeclRep = Rep; in SetTypeSpecType()
810 TypeSpecOwned = Owned && Rep != nullptr; in SetTypeSpecType()
[all …]
H A DSemaExprMember.cpp198 NamedDecl *Rep, in diagnoseInstanceReference() argument
205 Rep = Rep->getUnderlyingDecl(); in diagnoseInstanceReference()
210 CXXRecordDecl *RepClass = dyn_cast<CXXRecordDecl>(Rep->getDeclContext()); in diagnoseInstanceReference()
213 bool IsField = isa<FieldDecl>(Rep) || isa<IndirectFieldDecl>(Rep); in diagnoseInstanceReference()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h339 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable
342 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy()
344 const Expr *getUseExpr() const { return Rep.getPointer(); } in getUseExpr()
345 bool isUnsafe() const { return Rep.getInt(); } in isUnsafe()
346 void markSafe() { Rep.setInt(false); } in markSafe()
349 return Rep == Other.Rep;
H A DDeclSpec.h666 unsigned &DiagID, ParsedType Rep,
669 unsigned &DiagID, TypeResult Rep, in SetTypeSpecType() argument
671 if (Rep.isInvalid()) in SetTypeSpecType()
680 unsigned &DiagID, ParsedType Rep,
691 unsigned &DiagID, Expr *Rep,
711 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep() argument
713 DeclRep = Rep; in UpdateDeclRep()
715 void UpdateTypeRep(ParsedType Rep) { in UpdateTypeRep() argument
717 TypeRep = Rep; in UpdateTypeRep()
719 void UpdateExprRep(Expr *Rep) { in UpdateExprRep() argument
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td271 def Rep: OutPatFrag<(ops node:$N), (Combinev $N, $N)>;
278 def: Pat<(VecPI8 (splat_vector u8_0ImmPred:$V)), (Rep (V60splatib $V))>;
285 def: Pat<(VecPI8 (splat_vector I32:$Rs)), (Rep (V60splatrb $Rs))>;
286 def: Pat<(VecPI16 (splat_vector I32:$Rs)), (Rep (V60splatrh $Rs))>;
287 def: Pat<(VecPI32 (splat_vector I32:$Rs)), (Rep (V60splatrw $Rs))>;
295 (Rep (V62splatib imm:$V))>;
297 (Rep (V62splatih imm:$V))>;
299 (Rep (V62splatiw imm:$V))>;
305 def: Pat<(VecPI8 (splat_vector I32:$Rs)), (Rep (V62splatrb $Rs))>;
306 def: Pat<(VecPI16 (splat_vector I32:$Rs)), (Rep (V62splatrh $Rs))>;
[all …]
H A DHexagonISelLoweringHVX.cpp975 unsigned Rep = VecTy.getVectorNumElements() / ResLen; in extractHvxSubvectorPred() local
976 assert(isPowerOf2_32(Rep) && HwLen % Rep == 0); in extractHvxSubvectorPred()
977 for (unsigned i = 0; i != HwLen/Rep; ++i) { in extractHvxSubvectorPred()
978 for (unsigned j = 0; j != Rep; ++j) in extractHvxSubvectorPred()
995 unsigned Rep = 8 / ResLen; in extractHvxSubvectorPred() local
1001 for (unsigned j = 0; j != Rep; ++j) in extractHvxSubvectorPred()
H A DHexagonCommonGEP.cpp650 GepNode *Rep = F->second; in common() local
651 N->Parent = Rep; in common()
H A DHexagonISelLowering.cpp2797 unsigned Rep = 8 / VecTy.getVectorNumElements(); in LowerBUILD_VECTOR() local
2800 Rs[i] = DAG.getSelect(dl, MVT::i32, Ops[i/Rep], S, Z); in LowerBUILD_VECTOR()
/freebsd-13.1/share/doc/psd/01.cacm/
H A Dref.bib14 %R Comp. Sci. Tech. Rep. No. 17
/freebsd-13.1/contrib/tzdata/
H A Dzone.tab135 CD -0418+01518 Africa/Kinshasa Dem. Rep. of Congo (west)
136 CD -1140+02728 Africa/Lubumbashi Dem. Rep. of Congo (east)
H A Dsouthamerica208 # Hora de verano para la República Argentina
372 # According to news reports from El Diario de la República Province San
1984 # published today in the "Gaceta Oficial de la República Bolivariana
H A Deurope1787 # The Regulations of the Cabinet of Ministers of the Rep. of Latvia of
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h1183 LargeRep Rep = {static_cast<BucketT *>(allocate_buffer( in allocateBuckets() local
1186 return Rep; in allocateBuckets()

12