Home
last modified time | relevance | path

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

12

/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walrus-0.19.0/src/
H A Demit.rs59 $get_name:ident, $id_ty:ty, $member:ident;
65 pub fn $get_name(&self, id: $id_ty) -> u32 {
82 $get_name:ident, $push_name:ident, $id_ty:ty, $member:ident;
84 define_get_index!( $( $get_name, $id_ty, $member; )* );
90 pub(crate) fn $push_name(&mut self, id: $id_ty) {
H A Dparse.rs32 ( $push:ident, $get:ident, $id_ty:ty, $member:ident ) => {
35 pub(crate) fn $push(&mut self, id: $id_ty) -> u32 {
44 pub fn $get(&self, index: u32) -> Result<$id_ty> {
/dports/devel/cook/cook-2.30/cook/opcode/
H A Dcontext.h96 struct id_ty *opcode_context_id_search(const opcode_context_ty *,
98 struct id_ty *opcode_context_id_search_fuzzy(const opcode_context_ty *,
101 struct id_ty *, int);
H A Dcontext.c626 opcode_context_id_assign(opcode_context_ty *ocp, string_ty *name, id_ty *value, in opcode_context_id_assign()
663 id_ty *
666 id_ty *result; in opcode_context_id_search()
691 id_ty *
H A Dfunction.c92 id_ty *value; in execute()
217 id_ty *value; in script()
H A Dassign_appen.c92 id_ty *idp; in execute()
H A Dcommand.c115 id_ty *idp; in id_var_search()
/dports/devel/cook/cook-2.30/cook/
H A Did.c129 id_interpret(id_ty *idp, struct opcode_context_ty *ocp, in id_interpret()
140 id_interpret_script(id_ty *idp, struct opcode_context_ty *ocp, in id_interpret_script()
H A Dcook.c146 id_ty *idp; in cook_search_list()
/dports/devel/cook/cook-2.30/cook/id/
H A Dnothing.h26 struct id_ty *id_nothing_new(void);
H A Dfunction.h28 struct id_ty *id_function_new(struct opcode_list_ty *);
H A Dbuiltin.h28 struct id_ty *id_builtin_new(builtin_ty *);
H A Dglobal.c32 id_ty *idp; in id_global_reap()
/dports/devel/cook/cook-2.30/common/
H A Dts.c51 id_ty *idp; in ts_granularity()
/dports/lang/ghc/ghc-8.10.7/compiler/stgSyn/
H A DStgLint.hs351 id_ty = idType id function
353 is_sum = guard (isUnboxedSumType id_ty) >> return "unboxed sum"
354 is_tuple = guard (isUnboxedTupleType id_ty) >> return "unboxed tuple"
355 is_void = guard (isVoidTy id_ty) >> return "void"
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRules.hs200 ; (_ , tvs, id_ty) <- tcHsPatSigType ctxt rn_ty
201 ; let id = mkLocalIdOrCoVar name id_ty
H A DTcExpr.hs1996 do { let id_ty = idType id function
1997 ; checkTc (isTauTy id_ty) (polySpliceErr id)
2004 ; lift <- if isStringTy id_ty then
2013 [getRuntimeRep id_ty, id_ty]
/dports/devel/cook/cook-2.30/cook/graph/
H A Dleaf.c77 id_ty *idp; in find_variable()
H A Dwalk.c784 id_ty *idp; in graph_walk()
H A Drun.c90 id_ty *idp; in host_binding_round_robin()
/dports/lang/ghc/ghc-8.10.7/compiler/stranal/
H A DDmdAnal.hs1348 trimToType starting_dmd (findTypeShape fam_envs id_ty)
1352 id_ty = idType id function
1360 = strictifyDictDmd id_ty dmd
/dports/math/abella/abella-2.0.7/src/
H A Dparser.mly700 id_ty:
705 | id_ty COMMA id_tys
707 | id_ty
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DLint.hs1536 || not (isTypeLevPoly id_ty)) $
1538 parens (ppr id_ty <+> dcolon <+> ppr (typeKind id_ty))
1547 ; lintL (not (isCoVarType id_ty))
1548 (text "Non-CoVar has coercion type" <+> ppr id <+> dcolon <+> ppr id_ty)
1550 ; linted_ty <- addLoc (IdTy id) (lintValueType id_ty)
1555 id_ty = idType id function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DLint.hs1553 || not (isTypeLevPoly id_ty)) $
1555 parens (ppr id_ty <+> dcolon <+> ppr (typeKind id_ty))
1564 ; lintL (not (isCoVarType id_ty))
1565 (text "Non-CoVar has coercion type" <+> ppr id <+> dcolon <+> ppr id_ty)
1567 ; linted_ty <- addLoc (IdTy id) (lintValueType id_ty)
1572 id_ty = idType id function
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/peepmatic/src/
H A Dverify.rs921 let id_ty = context.get_type_var_for_id(*id)?; in collect_type_constraints() localVariable
922 context.assert_type_eq(*span, expected_types.last().unwrap(), &id_ty, None); in collect_type_constraints()

12