Searched refs:new_tag (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_external.cc77 uptr new_tag = atomic_fetch_add(&used_tags, 1, memory_order_relaxed); local
78 CHECK_LT(new_tag, kExternalTagMax);
79 GetTagData(new_tag)->object_type = internal_strdup(object_type);
82 GetTagData(new_tag)->header = internal_strdup(header);
83 return (void *)new_tag;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_external.cc75 uptr new_tag = atomic_fetch_add(&used_tags, 1, memory_order_relaxed); local
76 CHECK_LT(new_tag, kExternalTagMax);
77 GetTagData(new_tag)->object_type = internal_strdup(object_type);
80 GetTagData(new_tag)->header = internal_strdup(header);
81 return (void *)new_tag;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_external.cpp78 uptr new_tag = atomic_fetch_add(&used_tags, 1, memory_order_relaxed); local
79 CHECK_LT(new_tag, kExternalTagMax);
80 GetTagData(new_tag)->object_type = internal_strdup(object_type);
83 GetTagData(new_tag)->header = internal_strdup(header);
84 return (void *)new_tag;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1parse.y55 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
356 $$ = new_tag(ASN1_C_UNIV, UT_Boolean,
400 $$ = new_tag(ASN1_C_UNIV, UT_Integer,
407 $$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
413 $$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
449 $$ = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, $$);
461 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
467 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
473 $$ = new_tag(ASN1_C_UNIV, UT_OID,
486 $$ = new_tag(ASN1_C_UNI
[all...]
H A Dasn1parse.c88 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
1774 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Boolean,
1833 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer,
1844 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
1854 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
1904 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, (yyval.type));
1915 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
1925 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
1933 (yyval.type) = new_tag(ASN1_C_UNIV, UT_OID,
1949 (yyval.type) = new_tag(ASN1_C_UNI
2770 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) function
[all...]
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_pro_die.c50 dwarf_new_die(Dwarf_P_Debug dbg, Dwarf_Tag new_tag, argument
74 die->die_tag = new_tag;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dfalkor-tag-collision-avoidance.c385 rtx new_tag = GEN_INT (TAG_UPDATE_DEST (INTVAL (t), new_regno)); local
387 tag_map->get_or_insert (new_tag).safe_push (insn_info);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dfalkor-tag-collision-avoidance.cc385 rtx new_tag = GEN_INT (TAG_UPDATE_DEST (INTVAL (t), new_regno)); local
387 tag_map->get_or_insert (new_tag).safe_push (insn_info);
/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-compile.c536 int new_tag = tre_stack_pop_int(stack); local
540 if (new_tag >= 0)
542 DPRINT((" Setting tag to %d\n", new_tag));
543 tag = new_tag;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtarghooks.cc2596 rtx new_tag = emit_library_call_value (fn, NULL_RTX, LCT_NORMAL, QImode); local
2597 return targetm.memtag.set_tag (untagged, new_tag, target);
/netbsd-current/usr.bin/xlint/lint1/
H A Ddecl.c1560 new_tag(sym_t *tag, scl_t scl, bool decl, bool semi) function
1606 debug_sym("new_tag: ", tag, "\n");
1635 tag = new_tag(tag, scl, decl, semi);

Completed in 213 milliseconds