Home
last modified time | relevance | path

Searched refs:cx_type (Results 1 – 25 of 77) sorted by path

1234

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuath.c476 extern int cx_type;
3610 encrypt_init(ks,cx_type);
H A Dckuus3.c1562 int cx_type = CX_AUTO; variable
10409 cx_type = x;
H A Dckuus7.c208 extern int cx_type;
251 cx_type = sl_cx_type; in slrestor()
9456 sl_cx_type = cx_type;
9469 cx_type = param2;
9470 if (cx_type == CX_AUTO) {
9475 } else if (cx_type == CX_NONE) {
/dports/devel/cquery/cquery-20180718/src/
H A Dclang_cursor.cc24 ClangType::ClangType() : cx_type() {} in ClangType()
29 return clang_equalTypes(cx_type, rhs.cx_type); in operator ==()
33 return clang_getTypeDeclaration(cx_type); in get_declaration()
42 return static_cast<Usr>(cx_type.kind); in get_usr_hash()
47 return clang_getCanonicalType(cx_type); in get_canonical()
51 CXType cx = cx_type; in strip_qualifiers()
78 return ToString(clang_getTypeSpelling(cx_type)); in get_spell_name()
82 return ClangType(clang_getResultType(cx_type)); in get_return_type()
86 int size = clang_getNumArgTypes(cx_type); in get_arguments()
91 types.emplace_back(clang_getArgType(cx_type, i)); in get_arguments()
[all …]
H A Dclang_cursor.h30 return cx_type.kind >= CXType_FirstBuiltin && in is_builtin()
31 cx_type.kind <= CXType_LastBuiltin; in is_builtin()
47 CXType cx_type; variable
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()
/dports/devel/p5-Devel-Caller/Devel-Caller-2.06/
H A DChanges10 Use CxTYPE macro rather than directly inspecting cx->cx_type
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D500900563 cx_type # Z added by devel/scanprov
/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-Scope-Upper/Scope-Upper-0.32/
H A DUpper.xs1746 cx->cx_type = saved_cxtypes[i]; in su_uplevel_restore_new()
2093 saved_cxtypes[i] = cx->cx_type; /* save type and flags */ in su_uplevel_new()
2096 cx->cx_type = (CXt_NULL | CXp_SU_UPLEVEL_NULLED); in su_uplevel_new()
2486 if (cx->cx_type == (CXt_NULL | CXp_SU_UPLEVEL_NULLED)) in su_context_real2logical()
2506 if (cx->cx_type != (CXt_NULL | CXp_SU_UPLEVEL_NULLED)) in su_context_logical2real()
/dports/devel/p5-Want/Want-0.29/
H A DWant.xs735 ourcx->cx_type = CXt_NULL;
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/lib/libclangmm/src/
H A Dcursor.cpp5 return to_string(clang_getTypeSpelling(cx_type)); in get_spelling()
9 return Type(clang_getResultType(cx_type)); in get_result()
13 return Cursor(clang_getTypeDeclaration(cx_type)); in get_cursor()
17 return clang_equalTypes(cx_type, rhs.cx_type); in operator ==()
H A Dcursor.hpp182 Type(const CXType &cx_type) : cx_type(cx_type) {} in Type() argument
188 CXType cx_type; member in clangmm::Cursor::Type
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dxs.vim3499 syn keyword xsMacro cv_ckproto cx_type cxstack cxstack_ix cxstack_max
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dxs.vim3499 syn keyword xsMacro cv_ckproto cx_type cxstack cxstack_ix cxstack_max
/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.c6499 if (CX_CUR()->cx_type & CXp_HASARGS) { in S_maybe_unwind_defav()
6504 cx->cx_type &= ~CXp_HASARGS; in S_maybe_unwind_defav()
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()
H A Dpp_hot.c4032 if (UNLIKELY(cx->cx_type & CXp_FOR_LVREF)) { in PP()
H A Dpp_sort.c880 cx->cx_type = CXt_SUB|CXp_MULTICALL; in PP()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D500900563 cx_type # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/pod/
H A Dperlguts.pod3806 Each context entry is labelled with a context type, C<cx_type>. Typical
3882 cx->cx_type = CXt_SUB;
3905 cx->cx_type |= (hasargs) ? CXp_HASARGS : 0;
/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()

1234