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

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_report.cpp 722 uptr addr_off1, size1, typ1; local
723 old.GetAccess(&addr_off1, &size1, &typ1);
725 ((typ0 & kAccessAtomic) || (typ1 & kAccessAtomic)) &&
726 !(typ0 & kAccessFree) && !(typ1 & kAccessFree))
743 if ((typ0 & kAccessVptr) && (typ1 & kAccessFree))
747 else if (typ1 & kAccessFree)
772 size1, typ1, &tids[1], &traces[1], mset[1], &tags[1])) {
818 if (!((typ0 | typ1) & kAccessFree) &&
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck2.cc 1237 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type));
1238 if (char_type_p (typ1)
1246 typ1,
1234 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type)); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck2.cc 1203 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type));
1204 if (char_type_p (typ1)
1212 typ1,
1200 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type)); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 8786 tree typ1
8794 bool char_array = (typ1 == char_type_node
8795 || typ1 == signed_char_type_node
8796 || typ1 == unsigned_char_type_node);
8797 bool wchar_array = !!comptypes (typ1, wchar_type_node);
8798 bool char16_array = !!comptypes (typ1, char16_type_node);
8799 bool char32_array = !!comptypes (typ1, char32_type_node);
8825 else if (!comptypes (typ1, typ2))
8832 typ1, typ2);
8837 && TYPE_UNSIGNED (typ1) != TYPE_UNSIGNED (typ2)
8760 tree typ1 local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 8024 tree typ1
8032 bool char_array = (typ1 == char_type_node
8033 || typ1 == signed_char_type_node
8034 || typ1 == unsigned_char_type_node);
8035 bool wchar_array = !!comptypes (typ1, wchar_type_node);
8036 bool char16_array = !!comptypes (typ1, char16_type_node);
8037 bool char32_array = !!comptypes (typ1, char32_type_node);
8062 else if (!comptypes (typ1, typ2))
8069 typ1, typ2);
8078 unsigned unit = TYPE_PRECISION (typ1) / BITS_PER_UNIT
8000 tree typ1 local
    [all...]

Completed in 52 milliseconds