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

  /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/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/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/usr.bin/xlint/lint1/
decl.c 1602 new_tag(sym_t *tag, scl_t scl, bool decl, bool semi) function
1648 debug_sym("new_tag: ", tag, "\n");
1677 tag = new_tag(tag, scl, decl, semi);
  /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/crypto/external/bsd/heimdal/dist/lib/asn1/
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...]

Completed in 36 milliseconds