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

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 471 static GTY(()) tree shadow_ptr_types[3]; variable
1408 /* Initialize shadow_ptr_types array. */
1419 shadow_ptr_types[i] = build_distinct_type_copy (types[i]);
1420 TYPE_ALIAS_SET (shadow_ptr_types[i]) = asan_shadow_set;
1421 shadow_ptr_types[i] = build_pointer_type (shadow_ptr_types[i]);
1436 = build_array_type (TREE_TYPE (shadow_ptr_types[0]),
1440 return build1 (ADDR_EXPR, shadow_ptr_types[0], ret);
1869 if (shadow_ptr_types[0] == NULL_TREE)
2283 if (shadow_ptr_types[0] != NULL_TRE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 431 static GTY(()) tree shadow_ptr_types[3]; variable
1363 /* Initialize shadow_ptr_types array. */
1374 shadow_ptr_types[i] = build_distinct_type_copy (types[i]);
1375 TYPE_ALIAS_SET (shadow_ptr_types[i]) = asan_shadow_set;
1376 shadow_ptr_types[i] = build_pointer_type (shadow_ptr_types[i]);
1391 = build_array_type (TREE_TYPE (shadow_ptr_types[0]),
1395 return build1 (ADDR_EXPR, shadow_ptr_types[0], ret);
1827 if (shadow_ptr_types[0] == NULL_TREE)
2241 if (shadow_ptr_types[0] != NULL_TRE
    [all...]

Completed in 16 milliseconds