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

  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 1285 int is_volatile = TYPE_VOLATILE (type);
1286 if (is_volatile)
1294 if (is_volatile && (complain & tf_warning)
1343 else if (is_volatile && !is_complete)
1385 else if (is_volatile && TREE_ADDRESSABLE (type))
1429 if (!is_volatile || !is_complete || TREE_ADDRESSABLE (type))
1283 int is_volatile = TYPE_VOLATILE (type); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 1252 int is_volatile = TYPE_VOLATILE (type);
1256 if (is_volatile && !is_complete)
1300 else if (is_volatile && is_reference)
1342 else if (is_volatile && TREE_ADDRESSABLE (type))
1386 if (is_reference || !is_volatile || !is_complete || TREE_ADDRESSABLE (type))
1250 int is_volatile = TYPE_VOLATILE (type); local
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 579 virtual type *is_volatile () { return NULL; } function in class:gcc::jit::recording::type
768 if (!other->is_volatile ())
770 return m_other_type->is_same_type_as (other->is_volatile ());
776 type *is_volatile () final override { return m_other_type; }
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 564 virtual type *is_volatile () { return NULL; } function in class:gcc::jit::recording::type
749 if (!other->is_volatile ())
751 return m_other_type->is_same_type_as (other->is_volatile ());
757 virtual type *is_volatile () { return m_other_type; } function in class:gcc::jit::recording::memento_of_get_volatile
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 1931 (** [is_volatile i] is [true] if the load or store instruction [i] is marked
1935 val is_volatile : llvalue -> bool var
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 1634 unsigned int is_volatile:1; member in struct:fn_field
2001 #define TYPE_FN_FIELD_VOLATILE(thisfn, n) ((thisfn)[n].is_volatile)
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 1651 unsigned int is_volatile:1; member in struct:fn_field
2018 #define TYPE_FN_FIELD_VOLATILE(thisfn, n) ((thisfn)[n].is_volatile)
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 7108 bool is_volatile = (volatile_loc != UNKNOWN_LOCATION);
7191 ret = build_asm_stmt (is_volatile,
7106 bool is_volatile = (volatile_loc != UNKNOWN_LOCATION); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 8631 bool is_volatile = (volatile_loc != UNKNOWN_LOCATION);
8714 ret = build_asm_stmt (is_volatile,
8629 bool is_volatile = (volatile_loc != UNKNOWN_LOCATION); local

Completed in 87 milliseconds