Home
last modified time | relevance | path

Searched refs:TheType (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/devel/staf/src/staf/stafif/
H A DSTAFRefPtr.h17 template <class TheType>
40 TheType *fPtr;
44 template <class TheType>
45 inline STAFBuffer<TheType>::STAFBuffer(TheType *ptr, Init init, Type type) in STAFBuffer()
51 template <class TheType>
61 template <class TheType>
92 TheType *fPtr;
103 template <class TheType>
108 template <class TheType>
109 inline STAFRefPtr<TheType>::STAFRefPtr(TheType *ptr, Init init, Type type, in STAFRefPtr()
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DPglSemx.cc1061 if (exp1.canBe(IntSym::TheType) && !exp2.canBe(IntSym::TheType) && exp2.canBe(NumSym::TheType)) { in makeBinExpr()
1112 (exp2.canBe(TimeSym::TheType) || exp2.canBe(SizeSym::TheType) || exp2.canBe(RateSym::TheType))) in makeBinExpr()
1864 BoolSym::TheType.cstr(), IntSym::TheType.cstr(), in knownType()
1865 NumSym::TheType.cstr(), TimeSym::TheType.cstr(), in knownType()
1866 SizeSym::TheType.cstr(), RateSym::TheType.cstr(), in knownType()
1868 StringSym::TheType.cstr(), UniqIdSym::TheType.cstr(), in knownType()
1869 RegExSym::TheType.cstr(), ServerSym::TheType.cstr(), in knownType()
1870 RobotSym::TheType.cstr(), ProxySym::TheType.cstr(), in knownType()
1872 CacheSym::TheType.cstr(), BenchSym::TheType.cstr(), in knownType()
1882 ContentSym::TheType.cstr(), PhaseSym::TheType.cstr(), in knownType()
[all …]
H A DPhaseSym.cc22 const String PhaseSym::TheType = "Phase"; member in PhaseSym
44 PhaseSym::PhaseSym(): RecSym(TheType, new PglRec) { in PhaseSym()
45 theRec->bAdd(StringSym::TheType, strName, 0); in PhaseSym()
46 theRec->bAdd(GoalSym::TheType, strGoal, new GoalSym); in PhaseSym()
48 theRec->bAdd(CodeSym::TheType, strScript, 0); in PhaseSym()
52 theRec->bAdd(NumSym::TheType, strLoad_factor_beg, 0); in PhaseSym()
53 theRec->bAdd(NumSym::TheType, strLoad_factor_end, 0); in PhaseSym()
60 theRec->bAdd(BoolSym::TheType, strLog_stats, 0); in PhaseSym()
61 theRec->bAdd(BoolSym::TheType, strPrimary, 0); in PhaseSym()
64 theRec->bAdd(BoolSym::TheType, strSynchronize, 0); in PhaseSym()
[all …]
H A DContentSym.cc22 String ContentSym::TheType = "Content"; member in ContentSym
52 theRec->bAdd(StringSym::TheType, strKind, 0); in ContentSym()
56 theRec->bAdd(NumSym::TheType, strCachable, 0); in ContentSym()
57 theRec->bAdd(NumSym::TheType, strChecksum, 0); in ContentSym()
58 theRec->bAdd(NumSym::TheType, strUnique, 0); in ContentSym()
61 theRec->bAdd(IntSym::TheType, strChoice_space, 0); in ContentSym()
63 theRec->bAdd(StringSym::TheType, strGenerator, 0); in ContentSym()
64 theRec->bAdd(StringSym::TheType, strContent_db, 0); in ContentSym()
66 theRec->bAdd(StringSym::TheType, strInject_db, 0); in ContentSym()
67 theRec->bAdd(NumSym::TheType, strInfect_prob, 0); in ContentSym()
[all …]
H A DRobotSym.cc31 const String RobotSym::TheType = "Robot"; member in RobotSym
95 theRec->bAdd(RateSym::TheType, strReq_rate, 0); in RobotSym()
97 theRec->bAdd(NumSym::TheType, strRecurrence, 0); in RobotSym()
99 theRec->bAdd(NumSym::TheType, strEmbed_recur, 0); in RobotSym()
106 theRec->bAdd(BoolSym::TheType, strUnique_urls, 0); in RobotSym()
111 theRec->bAdd(NumSym::TheType, strAuth_error, 0); in RobotSym()
114 theRec->bAdd(IntSym::TheType, strIcp_port, 0); in RobotSym()
130 theRec->bAdd(NumSym::TheType, strPassiveFtp, 0); in RobotSym()
131 theRec->bAdd(NumSym::TheType, strSocksProb, 0); in RobotSym()
143 return type == TheType || AgentSym::isA(type); in isA()
[all …]
H A DPglRecSym.cc35 String RecSym::TheType = "Rec"; member in RecSym
45 return ExpressionSym::isA(type) || type == TheType; in isA()
62 if (ss->isA(TheType) && ((const RecSym&)ss->cast(TheType)).empty()) in empty()
104 set = ((const BoolSym&)bi->sym()->cast(BoolSym::TheType)).val(); in getBool()
113 n = ((const IntSym&)ii->sym()->cast(IntSym::TheType)).val(); in getInt()
122 n = ((const NumSym&)di->sym()->cast(NumSym::TheType)).val(); in getDouble()
162 sz = ((const SizeSym&)ni->sym()->cast(SizeSym::TheType)).val(); in getSize()
189 ArraySym &ss = (ArraySym&)si->sym()->cast(ArraySym::TheType); in getNetAddrs()
268 ArraySym &nts = (ArraySym&)fti->sym()->cast(ArraySym::TheType); in namesToDistr()
303 RecSym &rs = (RecSym&)rsi->sym()->cast(TheType); in getRecSym()
[all …]
H A DPglArraySym.cc22 String ArraySym::TheType = "Array"; member in ArraySym
25 ArraySym::ArraySym(): ContainerSym(TheType), nested(false), in ArraySym()
82 if (theItems[idx]->isA(ContainerSym::TheType)) in empty()
188 nested = nested || s.isA(ContainerSym::TheType); in cadd()
222 if (exp.isA(TheType)) in bnOper()
223 res->append((const ArraySym&)exp.cast(TheType)); in bnOper()
333 if (nested && s->isA(ContainerSym::TheType)) { in forEach()
335 (const ContainerSym&)s->cast(ContainerSym::TheType); in forEach()
344 if (item->isA(ClonerSym::TheType)) { in GetNestedArraysFromItem()
353 if (item->isA(ArraySym::TheType)) { in GetNestedArraysFromItem()
[all …]
H A DGoalSym.cc20 String GoalSym::TheType = "Goal"; member in GoalSym
28 GoalSym::GoalSym(): RecSym(TheType, new PglRec) { in GoalSym()
29 theRec->bAdd(TimeSym::TheType, strDuration, 0); in GoalSym()
30 theRec->bAdd(IntSym::TheType, strXactions, 0); in GoalSym()
31 theRec->bAdd(SizeSym::TheType, strFill_size, 0); in GoalSym()
32 theRec->bAdd(NumSym::TheType, strErrors, 0); in GoalSym()
39 return RecSym::isA(type) || type == TheType; in isA()
57 sz = ((const SizeSym&)szi->sym()->cast(SizeSym::TheType)).val(); in fillSize()
66 count = ((const IntSym&)xi->sym()->cast(IntSym::TheType)).val(); in xactCount()
75 double level = ((const NumSym&)ei->sym()->cast(NumSym::TheType)).val(); in errs()
H A DSslWrapSym.cc21 String SslWrapSym::TheType = "SslWrap"; member in SslWrapSym
42 SslWrapSym::SslWrapSym(): RecSym(TheType, new PglRec) { in SslWrapSym()
44 theRec->bAdd(StringSym::TheType, strRootCertificate, 0); in SslWrapSym()
45 theRec->bAdd(StringSym::TheType, strSharingGroup, 0); in SslWrapSym()
50 theRec->bAdd(NumSym::TheType, strSessionResump, 0); in SslWrapSym()
51 theRec->bAdd(IntSym::TheType, strSessionCache, 0); in SslWrapSym()
52 theRec->bAdd(StringSym::TheType, strSslConfigFile, 0); in SslWrapSym()
54 theRec->bAdd(NumSym::TheType, strCompression, 0); in SslWrapSym()
55 theRec->bAdd(NumSym::TheType, strSni, 0); in SslWrapSym()
56 theRec->bAdd(StringSym::TheType, strEcdheCurve, 0); in SslWrapSym()
[all …]
H A DSingleRangeSym.cc15 const String SingleRangeSym::TheType = "SingleRange"; member in SingleRangeSym
24 SingleRangeSym::SingleRangeSym(): RangeSym(TheType, new PglRec) { in SingleRangeSym()
25 theRec->bAdd(SizeSym::TheType, strFirstByteAbsolute, 0); in SingleRangeSym()
26 theRec->bAdd(NumSym::TheType, strFirstByteRelative, 0); in SingleRangeSym()
27 theRec->bAdd(SizeSym::TheType, strLastByteAbsolute, 0); in SingleRangeSym()
28 theRec->bAdd(NumSym::TheType, strLastByteRelative, 0); in SingleRangeSym()
29 theRec->bAdd(SizeSym::TheType, strSuffixLengthAbsolute, 0); in SingleRangeSym()
30 theRec->bAdd(NumSym::TheType, strSuffixLengthRelative, 0); in SingleRangeSym()
37 return RangeSym::isA(type) || type == TheType; in isA()
H A DAclSym.cc15 String AclSym::TheType = "Acl"; member in AclSym
24 AclSym::AclSym(): RecSym(TheType, new PglRec) { in AclSym()
25 theRec->bAdd(RegExSym::TheType, strAllow, 0); in AclSym()
26 theRec->bAdd(RegExSym::TheType, strDeny, 0); in AclSym()
27 theRec->bAdd(RegExSym::TheType, strRewrite, 0); in AclSym()
28 theRec->bAdd(NumSym::TheType, strCheckDomestic, 0); in AclSym()
29 theRec->bAdd(NumSym::TheType, strCheckForeign, 0); in AclSym()
36 return RecSym::isA(type) || type == TheType; in isA()
69 ((RegExSym&)gi->sym()->cast(RegExSym::TheType)).val() : 0; in getGroup()
H A DPglIntSym.cc24 String IntSym::TheType = "int"; member in IntSym
31 return ExpressionSym::isA(type) || type == TheType; in isA()
41 if (type == BoolSym::TheType) in dupe()
46 if (type == TimeSym::TheType) in dupe()
48 if (type == SizeSym::TheType) in dupe()
50 if (type == RateSym::TheType) in dupe()
52 if (type == BwidthSym::TheType) in dupe()
75 if (s.isA(TheType)) { in bnOper()
76 otherVal = ((const IntSym&)s.cast(TheType)).val(); in bnOper()
78 if (IntSym *is = (IntSym*)s.clone(TheType)) { in bnOper()
[all …]
H A DAgentSym.cc22 String AgentSym::TheType = "Agent"; member in AgentSym
44 theRec->bAdd(SocketSym::TheType, strSocket, new SocketSym); in AgentSym()
46 theRec->bAdd(StringSym::TheType, strKind, 0); in AgentSym()
47 theRec->bAdd(UniqIdSym::TheType, strWorld, 0); in AgentSym()
52 theRec->bAdd(TimeSym::TheType, strIdle_pconn_tout, 0); in AgentSym()
53 theRec->bAdd(PopModelSym::TheType, strPop_model, new PopModelSym); in AgentSym()
54 theRec->bAdd(NumSym::TheType, strAbort_prob, 0); in AgentSym()
55 theRec->bAdd(NumSym::TheType, strCookie_sender, 0); in AgentSym()
64 return HostsBasedSym::isA(type) || type == TheType; in isA()
86 return &(SocketSym&)si->sym()->cast(SocketSym::TheType); in socket()
[all …]
H A DPglStaticSemx.cc78 extractArg(cname, 0, args, TimeSym::TheType); in callProc()
84 extractArg(cname, 0, args, IntSym::TheType); in callProc()
107 if (objects[i]->isA(ListSym::TheType)) in use()
108 use((ListSym &)objects[i]->cast(ListSym::TheType)); // flatten in use()
110 if (AgentSym *a = (AgentSym*)objects[i]->clone(AgentSym::TheType)) in use()
113 if (NetPipeSym *p = (NetPipeSym*)objects[i]->clone(NetPipeSym::TheType)) in use()
116 if (AddrMapSym *m = (AddrMapSym*)objects[i]->clone(AddrMapSym::TheType)) in use()
125 if (BenchSym *b = (BenchSym*)objects[i]->clone(BenchSym::TheType)) { in use()
144 if (items[i]->isA(ListSym::TheType)) in schedule()
145 schedule((ListSym &)items[i]->cast(ListSym::TheType)); // flatten in schedule()
[all …]
H A DNetPipeSym.cc25 String NetPipeSym::TheType = "NetPipe"; member in NetPipeSym
37 NetPipeSym::NetPipeSym(): HostsBasedSym(TheType) { in NetPipeSym()
38 theRec->bAdd(StringSym::TheType, strKind, 0); in NetPipeSym()
40 theRec->bAdd(BwidthSym::TheType, strBandwidth, 0); in NetPipeSym()
41 theRec->bAdd(NumSym::TheType, strPacket_loss, 0); in NetPipeSym()
42 theRec->bAdd(IntSym::TheType, strQueue_packet_size, 0); in NetPipeSym()
43 theRec->bAdd(SizeSym::TheType, strQueue_byte_size, 0); in NetPipeSym()
44 theRec->bAdd(BoolSym::TheType, strOutgoing, 0); in NetPipeSym()
51 return HostsBasedSym::isA(type) || type == TheType; in isA()
H A DPopModelSym.cc16 String PopModelSym::TheType = "PopModel"; member in PopModelSym
24 PopModelSym::PopModelSym(): RecSym(TheType, new PglRec) { in PopModelSym()
25 theRec->bAdd(PopDistrSym::TheType, strPop_distr, 0); in PopModelSym()
26 theRec->bAdd(NumSym::TheType, strHot_set_frac, 0); in PopModelSym()
27 theRec->bAdd(NumSym::TheType, strHot_set_prob, 0); in PopModelSym()
28 theRec->bAdd(NumSym::TheType, strBhr_discrimination, 0); in PopModelSym()
35 return RecSym::isA(type) || type == TheType; in isA()
48 ((const PopDistrSym&)pdi->sym()->cast(PopDistrSym::TheType)).val() : 0; in popDistr()
H A DClientBehaviorSym.cc14 const String ClientBehaviorSym::TheType = "ClientBehavior"; member in ClientBehaviorSym
28 ClientBehaviorSym::ClientBehaviorSym(): RobotSym(TheType) { in ClientBehaviorSym()
33 theRec->bAdd(PopModelSym::TheType, strPop_model, new PopModelSym); in ClientBehaviorSym()
35 theRec->bAdd(NumSym::TheType, strRecurrence, 0); in ClientBehaviorSym()
38 theRec->bAdd(NumSym::TheType, strFlash_crowd_probability, 0); in ClientBehaviorSym()
40 theRec->bAdd(NumSym::TheType, strFlash_crowd_recurrence, 0); in ClientBehaviorSym()
48 return type == TheType || RobotSym::isA(type); in isA()
52 if (type == RobotSym::TheType) { in dupe()
H A DPglTimeSym.cc16 String TimeSym::TheType = "time"; member in TimeSym
20 TimeSym::TimeSym(Time aVal): ExpressionSym(TheType), theVal(aVal) { in TimeSym()
24 return ExpressionSym::isA(type) || type == TheType; in isA()
44 const bool forceTT = op.div() && s.canBe(TheType); in bnOper()
58 if (s.isA(TheType)) { in operTT()
59 otherVal = ((const TimeSym&)s.cast(TheType)).val(); in operTT()
61 TimeSym *ts = (TimeSym*)s.clone(TheType); in operTT()
95 if (s.isA(NumSym::TheType)) { in operTN()
96 otherVal = ((const NumSym&)s.cast(NumSym::TheType)).val(); in operTN()
98 NumSym *fs = (NumSym*)s.clone(NumSym::TheType); in operTN()
H A DPglContainerSym.cc16 String ContainerSym::TheType = "Container"; member in ContainerSym
21 return ExpressionSym::isA(type) || type == TheType; in isA()
37 if (!exp.isA(TheType)) in bnOper()
40 const ContainerSym &them = (const ContainerSym&)exp.cast(TheType); in bnOper()
48 if (s->isA(ExpressionSym::TheType)) { in bnOper()
50 (const ExpressionSym &)s->cast(ExpressionSym::TheType); in bnOper()
75 if (s->isA(ContainerSym::TheType)) { in forEach()
77 (const ContainerSym&)s->cast(ContainerSym::TheType); in forEach()
H A DBenchSym.cc17 String BenchSym::TheType = "Bench"; member in BenchSym
25 BenchSym::BenchSym(): RecSym(TheType, new PglRec) { in BenchSym()
26 theRec->bAdd(RateSym::TheType, strPeak_req_rate, 0); in BenchSym()
27 theRec->bAdd(BenchSideSym::TheType, strClient_side, new BenchSideSym); in BenchSym()
28 theRec->bAdd(BenchSideSym::TheType, strServer_side, new BenchSideSym); in BenchSym()
29 theRec->bAdd(BenchSideSym::TheType, strProxy_side, new BenchSideSym); in BenchSym()
36 return RecSym::isA(type) || type == TheType; in isA()
93 const BenchSideSym *side = &(const BenchSideSym&)si->sym()->cast(BenchSideSym::TheType); in getSide()
H A DRptmstatSym.cc15 const String RptmstatSym::TheType = "Rptmstat"; member in RptmstatSym
23 RptmstatSym::RptmstatSym(): RecSym(TheType, new PglRec) { in RptmstatSym()
24 theRec->bAdd(TimeSym::TheType, strSample_dur, 0); in RptmstatSym()
25 theRec->bAdd(NumSym::TheType, strLoad_delta, 0); in RptmstatSym()
26 theRec->bAdd(TimeSym::TheType, strRptm_min, 0); in RptmstatSym()
27 theRec->bAdd(TimeSym::TheType, strRptm_max, 0); in RptmstatSym()
34 return RecSym::isA(type) || type == TheType; in isA()
H A DSocketSym.cc16 String SocketSym::TheType = "Socket"; member in SocketSym
22 SocketSym::SocketSym(): RecSym(TheType, new PglRec) { in SocketSym()
23 theRec->bAdd(BoolSym::TheType, strNagle, new BoolSym(false)); in SocketSym()
24 theRec->bAdd(TimeSym::TheType, strLinger_tout, 0); in SocketSym()
32 return RecSym::isA(type) || type == TheType; in isA()
45 tout = ((const TimeSym&)touti->sym()->cast(TimeSym::TheType)).val(); in lingerTout()
53 doNagle = ((const BoolSym&)ni->sym()->cast(BoolSym::TheType)).val(); in nagle()
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/libSPIRV/
H A DSPIRVValue.h62 SPIRVType *TheType, SPIRVId TheId) in SPIRVValue() argument
68 SPIRVType *TheType) in SPIRVValue() argument
69 : SPIRVEntry(M, TheWordCount, TheOpCode), Type(TheType) { in SPIRVValue()
148 : SPIRVValue(M, 0, OC, TheType, TheId) { in SPIRVConstantBase()
157 : SPIRVValue(M, 0, OC, TheType, TheId) { in SPIRVConstantBase()
163 : SPIRVValue(M, 0, OC, TheType, TheId) { in SPIRVConstantBase()
226 : SPIRVValue(M, 3, OC, TheType, TheId) { in SPIRVConstantEmpty()
241 : SPIRVConstantEmpty<OC>(M, TheType, TheId) {} in SPIRVConstantBool()
261 : SPIRVConstantEmpty(M, TheType, TheId) { in SPIRVConstantNull()
282 SPIRVUndef(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVUndef() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/regions/
H A Dregions-outlives-projection-container.rs12 pub struct TheType<'b> { struct
16 impl<'b> TheTrait for TheType<'b> { implementation
36 let _x: &'a WithAssoc<TheType<'b>> = loop { }; in with_assoc()
47 let _x: &'a WithAssoc<TheType<'b>> = loop { }; in with_assoc1()
54 let _x: &'a WithoutAssoc<TheType<'b>> = loop { }; in without_assoc()
63 call::<&'a WithAssoc<TheType<'b>>>(); in call_with_assoc()
70 call::<&'a WithoutAssoc<TheType<'b>>>(); //~ ERROR reference has a longer lifetime in call_without_assoc()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/libSPIRV/
H A DSPIRVValue.h67 SPIRVType *TheType, SPIRVId TheId) in SPIRVValue() argument
68 :SPIRVEntry(M, TheWordCount, TheOpCode, TheId), Type(TheType) { in SPIRVValue()
73 SPIRVType *TheType) in SPIRVValue() argument
74 :SPIRVEntry(M, TheWordCount, TheOpCode), Type(TheType) { in SPIRVValue()
152 :SPIRVValue(M, 0, OC, TheType, TheId){ in SPIRVConstantBase()
159 :SPIRVValue(M, 0, OC, TheType, TheId){ in SPIRVConstantBase()
166 :SPIRVValue(M, 0, OC, TheType, TheId){ in SPIRVConstantBase()
218 :SPIRVValue(M, 3, OC, TheType, TheId){ in SPIRVConstantEmpty()
235 :SPIRVConstantEmpty<OC>(M, TheType, TheId){} in SPIRVConstantBool()
256 : SPIRVConstantEmpty(M, TheType, TheId) { in SPIRVConstantNull()
[all …]

12345678910>>...18