Home
last modified time | relevance | path

Searched refs:cx_type (Results 26 – 50 of 77) sorted by relevance

1234

/dports/lang/perl5.34/perl-5.34.0/
H A Dcop.h868 : ((c)->cx_type & CXp_FOR_GV) \
875 #define CxHASARGS(c) (((c)->cx_type & CXp_HASARGS) == CXp_HASARGS)
999 cx->cx_type = CXt_SUBST | (once ? CXp_ONCE : 0); \
1016 #define CxONCE(cx) ((cx)->cx_type & CXp_ONCE)
1024 #define cx_type cx_u.cx_subst.sbu_type macro
1073 #define CxPADLOOP(c) ((c)->cx_type & CXp_FOR_PAD)
1078 #define CxTYPE(c) ((c)->cx_type & CXTYPEMASK)
1081 #define CxMULTICALL(c) ((c)->cx_type & CXp_MULTICALL)
1082 #define CxREALEVAL(c) (((c)->cx_type & (CXTYPEMASK|CXp_REAL)) \
1084 #define CxEVALBLOCK(c) (((c)->cx_type & (CXTYPEMASK|CXp_EVALBLOCK)) \
[all …]
H A Dinline.h2135 cx->cx_type = type; in Perl_cx_pushblock()
2206 cx->cx_type |= (hasargs) ? CXp_HASARGS : 0; in Perl_cx_pushsub()
2437 if (cx->cx_type & (CXp_FOR_PAD|CXp_FOR_GV)) { in Perl_cx_poploop()
2440 if ((cx->cx_type & CXp_FOR_GV)) in Perl_cx_poploop()
H A Dpp_ctl.c1457 if (cx->cx_type & CXp_SUB_RE_FAKE) in S_dopoptosub_at()
1541 assert(!(cx->cx_type & CXp_FOR_DEF)); in S_dopoptogivenfor()
1547 if (cx->cx_type & CXp_FOR_DEF) { in S_dopoptogivenfor()
2282 cx->cx_type |= CXt_LOOP_LAZYIV; in PP()
2290 cx->cx_type |= CXt_LOOP_LAZYSV; in PP()
2308 cx->cx_type |= CXt_LOOP_ARY; in PP()
2319 cx->cx_type |= CXt_LOOP_LIST; in PP()
2496 && (cxstack[0].cx_type & CXp_SUB_RE_FAKE)) in PP()
2506 && (cxstack[0].cx_type & CXp_SUB_RE_FAKE))); in PP()
3363 if (cx->cx_type & CXp_SUB_RE) in Perl_find_runcv_where()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dcop.h859 : ((c)->cx_type & CXp_FOR_GV) \
866 #define CxHASARGS(c) (((c)->cx_type & CXp_HASARGS) == CXp_HASARGS)
990 cx->cx_type = CXt_SUBST | (once ? CXp_ONCE : 0); \
1007 #define CxONCE(cx) ((cx)->cx_type & CXp_ONCE)
1015 #define cx_type cx_u.cx_subst.sbu_type macro
1065 #define CxPADLOOP(c) ((c)->cx_type & CXp_FOR_PAD)
1070 #define CxTYPE(c) ((c)->cx_type & CXTYPEMASK)
1073 #define CxMULTICALL(c) ((c)->cx_type & CXp_MULTICALL)
1074 #define CxREALEVAL(c) (((c)->cx_type & (CXTYPEMASK|CXp_REAL)) \
1076 #define CxEVALBLOCK(c) (((c)->cx_type & (CXTYPEMASK|CXp_EVALBLOCK)) \
[all …]
H A Dinline.h2727 cx->cx_type = type; in Perl_cx_pushblock()
2798 cx->cx_type |= (hasargs) ? CXp_HASARGS : 0; in Perl_cx_pushsub()
3029 if (cx->cx_type & (CXp_FOR_PAD|CXp_FOR_GV)) { in Perl_cx_poploop()
3032 if ((cx->cx_type & CXp_FOR_GV)) in Perl_cx_poploop()
H A Dpp_ctl.c1458 if (cx->cx_type & CXp_SUB_RE_FAKE) in S_dopoptosub_at()
1542 assert(!(cx->cx_type & CXp_FOR_DEF)); in S_dopoptogivenfor()
1548 if (cx->cx_type & CXp_FOR_DEF) { in S_dopoptogivenfor()
2282 cx->cx_type |= CXt_LOOP_LAZYIV; in PP()
2290 cx->cx_type |= CXt_LOOP_LAZYSV; in PP()
2308 cx->cx_type |= CXt_LOOP_ARY; in PP()
2319 cx->cx_type |= CXt_LOOP_LIST; in PP()
2502 && (cxstack[0].cx_type & CXp_SUB_RE_FAKE)) in PP()
2512 && (cxstack[0].cx_type & CXp_SUB_RE_FAKE))); in PP()
3384 if (cx->cx_type & CXp_SUB_RE) in Perl_find_runcv_where()
/dports/lang/perl5.32/perl-5.32.1/
H A Dcop.h730 : ((c)->cx_type & CXp_FOR_GV) \
737 #define CxHASARGS(c) (((c)->cx_type & CXp_HASARGS) == CXp_HASARGS)
859 cx->cx_type = CXt_SUBST | (once ? CXp_ONCE : 0); \
876 #define CxONCE(cx) ((cx)->cx_type & CXp_ONCE)
884 #define cx_type cx_u.cx_subst.sbu_type macro
932 #define CxPADLOOP(c) ((c)->cx_type & CXp_FOR_PAD)
937 #define CxTYPE(c) ((c)->cx_type & CXTYPEMASK)
940 #define CxMULTICALL(c) ((c)->cx_type & CXp_MULTICALL)
941 #define CxREALEVAL(c) (((c)->cx_type & (CXTYPEMASK|CXp_REAL)) \
943 #define CxTRYBLOCK(c) (((c)->cx_type & (CXTYPEMASK|CXp_TRYBLOCK)) \
[all …]
H A Dinline.h2098 cx->cx_type = type; in Perl_cx_pushblock()
2169 cx->cx_type |= (hasargs) ? CXp_HASARGS : 0; in Perl_cx_pushsub()
2381 if (cx->cx_type & (CXp_FOR_PAD|CXp_FOR_GV)) { in Perl_cx_poploop()
2384 if ((cx->cx_type & CXp_FOR_GV)) in Perl_cx_poploop()
H A Dpp_ctl.c1452 if (cx->cx_type & CXp_SUB_RE_FAKE) in S_dopoptosub_at()
1526 assert(!(cx->cx_type & CXp_FOR_DEF)); in S_dopoptogivenfor()
1532 if (cx->cx_type & CXp_FOR_DEF) { in S_dopoptogivenfor()
2267 cx->cx_type |= CXt_LOOP_LAZYIV; in PP()
2275 cx->cx_type |= CXt_LOOP_LAZYSV; in PP()
2293 cx->cx_type |= CXt_LOOP_ARY; in PP()
2304 cx->cx_type |= CXt_LOOP_LIST; in PP()
2481 && (cxstack[0].cx_type & CXp_SUB_RE_FAKE)) in PP()
2491 && (cxstack[0].cx_type & CXp_SUB_RE_FAKE))); in PP()
3348 if (cx->cx_type & CXp_SUB_RE) in Perl_find_runcv_where()
/dports/lang/perl5.30/perl-5.30.3/
H A Dcop.h700 : ((c)->cx_type & CXp_FOR_GV) \
707 #define CxHASARGS(c) (((c)->cx_type & CXp_HASARGS) == CXp_HASARGS)
829 cx->cx_type = CXt_SUBST | (once ? CXp_ONCE : 0); \
846 #define CxONCE(cx) ((cx)->cx_type & CXp_ONCE)
854 #define cx_type cx_u.cx_subst.sbu_type macro
902 #define CxPADLOOP(c) ((c)->cx_type & CXp_FOR_PAD)
907 #define CxTYPE(c) ((c)->cx_type & CXTYPEMASK)
910 #define CxMULTICALL(c) ((c)->cx_type & CXp_MULTICALL)
911 #define CxREALEVAL(c) (((c)->cx_type & (CXTYPEMASK|CXp_REAL)) \
913 #define CxTRYBLOCK(c) (((c)->cx_type & (CXTYPEMASK|CXp_TRYBLOCK)) \
[all …]
H A Dinline.h1981 cx->cx_type = type; in S_cx_pushblock()
2050 cx->cx_type |= (hasargs) ? CXp_HASARGS : 0; in S_cx_pushsub()
2255 if (cx->cx_type & (CXp_FOR_PAD|CXp_FOR_GV)) { in S_cx_poploop()
2258 if ((cx->cx_type & CXp_FOR_GV)) in S_cx_poploop()
H A Dpp_ctl.c1443 if (cx->cx_type & CXp_SUB_RE_FAKE) in S_dopoptosub_at()
1517 assert(!(cx->cx_type & CXp_FOR_DEF)); in S_dopoptogivenfor()
1523 if (cx->cx_type & CXp_FOR_DEF) { in S_dopoptogivenfor()
2248 cx->cx_type |= CXt_LOOP_LAZYIV; in PP()
2256 cx->cx_type |= CXt_LOOP_LAZYSV; in PP()
2274 cx->cx_type |= CXt_LOOP_ARY; in PP()
2285 cx->cx_type |= CXt_LOOP_LIST; in PP()
2462 && (cxstack[0].cx_type & CXp_SUB_RE_FAKE)) in PP()
2472 && (cxstack[0].cx_type & CXp_SUB_RE_FAKE))); in PP()
3326 if (cx->cx_type & CXp_SUB_RE) in Perl_find_runcv_where()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/tests/unit/plugins/modules/
H A Dtest_na_ontap_ndmp.py149 def get_ndmp_mock_object(self, kind=None, cx_type='zapi'): argument
156 if cx_type == 'zapi':
209 self.get_ndmp_mock_object(cx_type='rest').apply()
H A Dtest_na_ontap_autosupport.py164 def get_asup_mock_object(cx_type='zapi', kind=None): argument
166 if cx_type == 'zapi':
H A Dtest_na_ontap_snaplock_clock.py149 def get_snaplock_clock_mock_object(cx_type='zapi', kind=None): argument
151 if cx_type == 'zapi':
H A Dtest_na_ontap_fpolicy_status.py174 def get_fpolicy_status_mock_object(cx_type='zapi', kind=None): argument
176 if cx_type == 'zapi':
H A Dtest_na_ontap_object_store.py132 def call_command(self, module_args, cx_type='zapi'): argument
138 if cx_type == 'zapi':
H A Dtest_na_ontap_fpolicy_scope.py136 def get_fpolicy_scope_mock_object(cx_type='zapi', kind=None): argument
138 if cx_type == 'zapi':
H A Dtest_na_ontap_fpolicy_ext_engine.py142 def get_fpolicy_ext_engine_mock_object(cx_type='zapi', kind=None): argument
144 if cx_type == 'zapi':
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/
H A Dutil.c385 cx->cx_type = type; in condexpr_create()
418 switch (expr->cx_type) { in condexpr_destroy()
440 (int)expr->cx_type); in condexpr_destroy()
H A Dfiles.c324 if (fi->fi_optx->cx_type == CX_ATOM) { in fixfiles()
558 switch (expr->cx_type) { in expr_eval()
576 panic("invalid condexpr type %d", (int)expr->cx_type); in expr_eval()
H A Ddefs.h380 enum condexpr_types cx_type; member
/dports/devel/p5-PadWalker/PadWalker-2.5/
H A DPadWalker.xs32 cxtype_name(U32 cx_type) in cxtype_name() argument
34 switch(cx_type & CXTYPEMASK) in cxtype_name()
44 default: debug_print(("Unknown context type 0x%lx\n", cx_type)); in cxtype_name()
/dports/devel/p5-Devel-Caller/Devel-Caller-2.06/
H A DChanges10 Use CxTYPE macro rather than directly inspecting cx->cx_type
/dports/devel/cquery/cquery-20180718/src/
H A Dclang_indexer.cc567 if (type.cx_type.kind == CXType_Auto) in ResolveToDeclarationType()
574 return db->ToTypeId(type.cx_type.kind); in ResolveToDeclarationType()
599 const CXType cx_type = clang_getCursorType(cursor.cx_cursor); in SetVarDetail() local
600 std::string type_name = ToString(clang_getTypeSpelling(cx_type)); in SetVarDetail()
641 CXType deref = cx_type; in SetVarDetail()

1234