Searched refs:typ1 (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_rtl_report.cpp | 722 uptr addr_off1, size1, typ1; in ReportRace() local 723 old.GetAccess(&addr_off1, &size1, &typ1); in ReportRace() 725 ((typ0 & kAccessAtomic) || (typ1 & kAccessAtomic)) && in ReportRace() 726 !(typ0 & kAccessFree) && !(typ1 & kAccessFree)) in ReportRace() 743 if ((typ0 & kAccessVptr) && (typ1 & kAccessFree)) in ReportRace() 747 else if (typ1 & kAccessFree) in ReportRace() 772 size1, typ1, &tids[1], &traces[1], mset[1], &tags[1])) { in ReportRace() 818 if (!((typ0 | typ1) & kAccessFree) && in ReportRace()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
| D | tsan_shadow_test.cpp | 27 AccessType typ1 = 0; in CheckShadow() local 28 s->GetAccess(&addr1, &size1, &typ1); in CheckShadow() 33 CHECK_EQ(typ1, typ); in CheckShadow()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | typeck2.c | 571 tree typ1; local 579 typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type)); 580 if (char_type_p (typ1) 588 && TYPE_PRECISION (typ1) == BITS_PER_UNIT) 595 && TYPE_PRECISION (typ1) != BITS_PER_UNIT)
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | typeck2.c | 676 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type)); in digest_init() local 677 if (char_type_p (typ1) in digest_init() 684 && TYPE_PRECISION (typ1) == BITS_PER_UNIT) in digest_init() 690 && TYPE_PRECISION (typ1) != BITS_PER_UNIT) in digest_init()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-typeck.c | 4717 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type)); local 4718 if ((typ1 == char_type_node 4719 || typ1 == signed_char_type_node 4720 || typ1 == unsigned_char_type_node 4721 || typ1 == unsigned_wchar_type_node 4722 || typ1 == signed_wchar_type_node) 4731 && TYPE_PRECISION (typ1) == TYPE_PRECISION (char_type_node)) 4738 && TYPE_PRECISION (typ1) != TYPE_PRECISION (char_type_node)) 4753 - ((TYPE_PRECISION (typ1)
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-typeck.c | 4602 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type)); in digest_init() local 4606 bool char_array = (typ1 == char_type_node in digest_init() 4607 || typ1 == signed_char_type_node in digest_init() 4608 || typ1 == unsigned_char_type_node); in digest_init() 4609 bool wchar_array = !!comptypes (typ1, wchar_type_node); in digest_init() 4646 - ((TYPE_PRECISION (typ1) in digest_init() 4655 else if (INTEGRAL_TYPE_P (typ1)) in digest_init()
|
| /openbsd/src/gnu/gcc/gcc/objc/ |
| D | objc-act.c | 1328 tree typ1 = ((struct volatilized_type *)ptr1)->type; in volatilized_eq() local 1331 return typ1 == typ2; in volatilized_eq()
|