Home
last modified time | relevance | path

Searched refs:ExeContext (Results 1 – 25 of 102) sorted by relevance

12345

/dports/devel/upp/upp/uppsrc/Skylark/
H A DWitz.h1 struct ExeContext { struct
58 virtual Value Eval(ExeContext& x) const;
64 virtual Value Eval(ExeContext& x) const;
70 virtual Value Eval(ExeContext& x) const;
77 virtual Value Eval(ExeContext& x) const;
105 virtual Value Eval(ExeContext& x) const;
112 virtual Value Eval(ExeContext& x) const;
119 virtual Value Eval(ExeContext& x) const;
126 virtual Value Eval(ExeContext& x) const;
134 virtual Value Eval(ExeContext& x) const;
[all …]
H A DExe.cpp19 Value Compiler::ExeVar::Eval(ExeContext& x) const in Eval()
25 Value Compiler::ExeConst::Eval(ExeContext& x) const in Eval()
30 Value Compiler::ExeArray::Eval(ExeContext& x) const in Eval()
38 Value Compiler::ExeMap::Eval(ExeContext& x) const in Eval()
46 Value Compiler::ExeNot::Eval(ExeContext& x) const in Eval()
51 Value Compiler::ExeNeg::Eval(ExeContext& x) const in Eval()
59 Value Compiler::ExeMul::Eval(ExeContext& x) const in Eval()
68 Value Compiler::ExeDiv::Eval(ExeContext& x) const in Eval()
77 Value Compiler::ExeMod::Eval(ExeContext& x) const in Eval()
90 Value Compiler::ExeAdd::Eval(ExeContext& x) const in Eval()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_execontext.h44 ExeContext; typedef
85 void* opaque, ExeContext* ec);
91 extern Bool VG_(eq_ExeContext) ( VgRes res, const ExeContext* e1,
92 const ExeContext* e2 );
95 extern void VG_(pp_ExeContext) ( ExeContext* ec );
101 extern UInt VG_(get_ECU_from_ExeContext)( const ExeContext* e );
104 extern DiEpoch VG_(get_ExeContext_epoch)( const ExeContext* e );
107 extern Int VG_(get_ExeContext_n_ips)( const ExeContext* e );
111 extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt uniq );
114 ExeContext* VG_(make_depth_1_ExeContext_from_Addr)( Addr a );
[all …]
H A Dpub_tool_xtmemory.h55 ExeContext* ec_alloc);
57 ExeContext* ec_alloc,
58 ExeContext* ec_free);
60 ExeContext* ec_alloc);
78 void (*next_block)(XT_Allocs* xta, ExeContext** ec_alloc),
H A Dpub_tool_xtree.h149 extern Xecu VG_(XT_add_to_ec)(XTree* xt, ExeContext* ec, const void* value);
155 extern Xecu VG_(XT_sub_from_ec)(XTree* xt, ExeContext* ec, const void* value);
166 extern ExeContext* VG_(XT_get_ec_from_xecu) (XTree* xt, Xecu xecu);
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_execontext.h44 ExeContext; typedef
85 void* opaque, ExeContext* ec);
91 extern Bool VG_(eq_ExeContext) ( VgRes res, const ExeContext* e1,
92 const ExeContext* e2 );
95 extern void VG_(pp_ExeContext) ( ExeContext* ec );
101 extern UInt VG_(get_ECU_from_ExeContext)( const ExeContext* e );
104 extern DiEpoch VG_(get_ExeContext_epoch)( const ExeContext* e );
107 extern Int VG_(get_ExeContext_n_ips)( const ExeContext* e );
111 extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt uniq );
114 ExeContext* VG_(make_depth_1_ExeContext_from_Addr)( Addr a );
[all …]
H A Dpub_tool_xtmemory.h55 ExeContext* ec_alloc);
57 ExeContext* ec_alloc,
58 ExeContext* ec_free);
60 ExeContext* ec_alloc);
78 void (*next_block)(XT_Allocs* xta, ExeContext** ec_alloc),
H A Dpub_tool_xtree.h149 extern Xecu VG_(XT_add_to_ec)(XTree* xt, ExeContext* ec, const void* value);
155 extern Xecu VG_(XT_sub_from_ec)(XTree* xt, ExeContext* ec, const void* value);
166 extern ExeContext* VG_(XT_get_ec_from_xecu) (XTree* xt, Xecu xecu);
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_execontext.c115 static ExeContext* null_ExeContext;
184 ExeContext* ec; in VG_()
236 void* opaque, ExeContext* ec) in VG_()
246 ExeContext* ec; in VG_()
355 ExeContext** new_ec_htab; in resize_ec_htab()
374 ExeContext* cur = ec_htab[i]; in resize_ec_htab()
376 ExeContext* next = cur->chain; in resize_ec_htab()
467 ExeContext* new_ec; in record_ExeContext_wrk2()
468 ExeContext* list; in record_ExeContext_wrk2()
469 ExeContext *prev2, *prev; in record_ExeContext_wrk2()
[all …]
H A Dm_xtmemory.c170 ExeContext* ec_alloc) in VG_()
176 ExeContext* ec_alloc, in VG_()
177 ExeContext* ec_free) in VG_()
189 ExeContext* ec_alloc) in VG_()
279 void (*next_block)(XT_Allocs* xta, ExeContext** ec_alloc), in VG_()
303 ExeContext* ec_alloc; in VG_()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_execontext.c115 static ExeContext* null_ExeContext;
184 ExeContext* ec; in VG_()
236 void* opaque, ExeContext* ec) in VG_()
246 ExeContext* ec; in VG_()
355 ExeContext** new_ec_htab; in resize_ec_htab()
374 ExeContext* cur = ec_htab[i]; in resize_ec_htab()
376 ExeContext* next = cur->chain; in resize_ec_htab()
467 ExeContext* new_ec; in record_ExeContext_wrk2()
468 ExeContext* list; in record_ExeContext_wrk2()
469 ExeContext *prev2, *prev; in record_ExeContext_wrk2()
[all …]
H A Dm_xtmemory.c170 ExeContext* ec_alloc) in VG_()
176 ExeContext* ec_alloc, in VG_()
177 ExeContext* ec_free) in VG_()
189 ExeContext* ec_alloc) in VG_()
279 void (*next_block)(XT_Allocs* xta, ExeContext** ec_alloc), in VG_()
303 ExeContext* ec_alloc; in VG_()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/
H A Ddrd_clientobj.h59 ExeContext* first_observed_at;
68 ExeContext* first_observed_at;
75 ExeContext* acquired_at;
84 ExeContext* first_observed_at;
96 ExeContext* first_observed_at;
106 ExeContext* first_observed_at;
121 ExeContext* first_observed_at;
138 ExeContext* first_observed_at;
142 ExeContext* acquired_at;
H A Ddrd_error.h90 ExeContext* lastchange; // Mallocd
149 ExeContext* other_context;
160 ExeContext* acquired_at;
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/
H A Ddrd_clientobj.h59 ExeContext* first_observed_at;
68 ExeContext* first_observed_at;
75 ExeContext* acquired_at;
84 ExeContext* first_observed_at;
96 ExeContext* first_observed_at;
106 ExeContext* first_observed_at;
121 ExeContext* first_observed_at;
138 ExeContext* first_observed_at;
142 ExeContext* acquired_at;
H A Ddrd_error.h90 ExeContext* lastchange; // Mallocd
149 ExeContext* other_context;
160 ExeContext* acquired_at;
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_errors.h57 ExeContext* h1_ct_segstart,
58 ExeContext* h1_ct_mbsegend );
75 ExeContext*, ExeContext*,
76 ExeContext* );
80 ExeContext* auxctx );
H A Dhg_lock_n_thread.h93 ExeContext* created_at;
158 ExeContext* appeared_at;
162 ExeContext* acquired_at;
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_errors.h57 ExeContext* h1_ct_segstart,
58 ExeContext* h1_ct_mbsegend );
75 ExeContext*, ExeContext*,
76 ExeContext* );
80 ExeContext* auxctx );
H A Dhg_lock_n_thread.h93 ExeContext* created_at;
158 ExeContext* appeared_at;
162 ExeContext* acquired_at;
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/
H A Dexecutor.go176 ExeContext: p.ExecutionContext,
298 ExeContext *executionContext member
325 if !shouldIncludeNode(p.ExeContext, selection.Directives) {
335 if !shouldIncludeNode(p.ExeContext, selection.Directives) ||
336 !doesFragmentConditionMatch(p.ExeContext, selection, p.RuntimeType) {
340 ExeContext: p.ExeContext,
353 !shouldIncludeNode(p.ExeContext, selection.Directives) {
357 fragment, hasFragment := p.ExeContext.Fragments[fragName]
363 if !doesFragmentConditionMatch(p.ExeContext, fragment, p.RuntimeType) {
367 ExeContext: p.ExeContext,
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DExeContext.cs7 public sealed class ExeContext class
9 internal ExeContext(ConfigurationUserLevel userContext, in ExeContext() method in System.Configuration.ExeContext
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DExeContext.cs16 public sealed class ExeContext class
25 internal ExeContext( ConfigurationUserLevel userContext, in ExeContext() method in System.Configuration.ExeContext
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DExeContext.cs34 public sealed class ExeContext class
39 internal ExeContext (string path, ConfigurationUserLevel level) in ExeContext() method in System.Configuration.ExeContext
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Dexecutor.go176 ExeContext: p.ExecutionContext,
298 ExeContext *executionContext member
325 if !shouldIncludeNode(p.ExeContext, selection.Directives) {
335 if !shouldIncludeNode(p.ExeContext, selection.Directives) ||
336 !doesFragmentConditionMatch(p.ExeContext, selection, p.RuntimeType) {
340 ExeContext: p.ExeContext,
353 !shouldIncludeNode(p.ExeContext, selection.Directives) {
357 fragment, hasFragment := p.ExeContext.Fragments[fragName]
363 if !doesFragmentConditionMatch(p.ExeContext, fragment, p.RuntimeType) {
367 ExeContext: p.ExeContext,
[all …]

12345