HomeSort by: relevance | last modified time | path
    Searched refs:new_tag (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_external.cc 77 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;
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_external.cpp 85 uptr new_tag = atomic_fetch_add(&used_tags, 1, memory_order_relaxed); local
86 CHECK_LT(new_tag, kExternalTagMax);
87 GetTagData(new_tag)->object_type = internal_strdup(object_type);
90 GetTagData(new_tag)->header = internal_strdup(header);
91 return (void *)new_tag;
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_external.cpp 78 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;
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1parse.y 55 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_UNIV, UT_OctetString
    [all...]
asn1parse.c 88 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_UNIV, UT_OctetString
2770 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) function
    [all...]
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_pro_die.c 50 dwarf_new_die(Dwarf_P_Debug dbg, Dwarf_Tag new_tag,
74 die->die_tag = new_tag;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 385 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);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 385 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);
  /src/external/bsd/tre/dist/lib/
tre-compile.c 536 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;
  /src/external/gpl3/gcc/dist/gcc/
targhooks.cc 2756 rtx new_tag = emit_library_call_value (fn, NULL_RTX, LCT_NORMAL, QImode); local
2757 return targetm.memtag.set_tag (untagged, new_tag, target);
  /src/external/gpl3/gcc.old/dist/gcc/
targhooks.cc 2602 rtx new_tag = emit_library_call_value (fn, NULL_RTX, LCT_NORMAL, QImode); local
2603 return targetm.memtag.set_tag (untagged, new_tag, target);
  /src/usr.bin/xlint/lint1/
decl.c 1600 new_tag(sym_t *tag, scl_t scl, bool decl, bool semi) function
1646 debug_sym("new_tag: ", tag, "\n");
1675 tag = new_tag(tag, scl, decl, semi);
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 26071 rtx new_tag = gen_reg_rtx (QImode);
26081 emit_move_insn (new_tag, base_tag);
26082 emit_insn (gen_andqi3 (new_tag, new_tag, gen_int_mode (and_imm, QImode)));
26084 ix86_memtag_set_tag (base_addr, new_tag, NULL_RTX));

Completed in 37 milliseconds