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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-data-refs.cc 1681 bool is_packed = not_size_aligned (DR_REF (dr_info->dr)); local
1685 is_packed ? "not " : "");
1686 return targetm.vectorize.vector_alignment_reachable (type, is_packed);
7194 bool is_packed = false;
7197 is_packed = not_size_aligned (DR_REF (dr));
7199 is_packed))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-data-refs.cc 1385 bool is_packed = not_size_aligned (DR_REF (dr_info->dr)); local
1389 is_packed ? "not " : "");
1390 return targetm.vectorize.vector_alignment_reachable (type, is_packed);
6832 bool is_packed = false;
6835 is_packed = not_size_aligned (DR_REF (dr));
6837 is_packed))
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 697 (** [is_packed sty] returns [true] if the structure type [sty] is packed,
699 val is_packed : lltype -> bool var
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 595 bool is_packed () const function in struct:field
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 601 bool is_packed () const function in struct:field

Completed in 40 milliseconds