Home
last modified time | relevance | path

Searched refs:is_volatile (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DFileSystem.cpp280 bool is_volatile) { in GetMemoryBuffer() argument
283 auto buffer_or_error = T::getFile(path, is_volatile); in GetMemoryBuffer()
288 auto buffer_or_error = T::getFileSlice(path, size, offset, is_volatile); in GetMemoryBuffer()
299 const bool is_volatile = !IsLocal(path); in CreateWritableDataBuffer() local
301 is_volatile); in CreateWritableDataBuffer()
311 const bool is_volatile = !IsLocal(path); in CreateDataBuffer() local
313 GetMemoryBuffer<llvm::MemoryBuffer>(path, size, offset, is_volatile); in CreateDataBuffer()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcvt.c861 int is_volatile = TYPE_VOLATILE (type); local
864 if (is_volatile && !is_complete)
867 else if (is_reference && is_volatile)
871 if (is_reference || !is_volatile || !is_complete)
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dtype_traits_fwd.h116 struct is_volatile;
Dtype_traits267 struct is_volatile
271 struct is_volatile<_Tp volatile>
490 && !is_volatile<__rr_Tp>::value));
/openbsd/src/gnu/gcc/gcc/cp/
Dcvt.c864 int is_volatile = TYPE_VOLATILE (type); in convert_to_void() local
868 if (is_volatile && !is_complete) in convert_to_void()
873 else if (is_volatile && (is_reference || TREE_ADDRESSABLE (type))) in convert_to_void()
877 if (is_reference || !is_volatile || !is_complete || TREE_ADDRESSABLE (type)) in convert_to_void()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbtypes.h671 unsigned int is_volatile:1; member
925 #define TYPE_FN_FIELD_VOLATILE(thisfn, n) ((thisfn)[n].is_volatile)
Dstabsread.c2253 new_sublist->fn_field.is_volatile = 0; in read_member_functions()
2258 new_sublist->fn_field.is_volatile = 0; in read_member_functions()
2263 new_sublist->fn_field.is_volatile = 1; in read_member_functions()
2268 new_sublist->fn_field.is_volatile = 1; in read_member_functions()
Dgdbtypes.c1367 int is_const, is_volatile; in check_typedef() local
1402 is_volatile = TYPE_VOLATILE (type); in check_typedef()
1420 make_cv_type (is_const, is_volatile, newtype, &type); in check_typedef()
1438 make_cv_type (is_const, is_volatile, SYMBOL_TYPE (sym), &type); in check_typedef()
Dsymtab.c336 char *volatile_prefix = method->is_volatile ? "V" : ""; in gdb_mangle_name()
Dhpread.c3986 fn_p->field.fn_fields[ix].is_volatile = volatile_member; /* ?? */ in hpread_read_struct_type()
DChangeLog-19911154 * symtab.h: Add is_const and is_volatile flags for each method.
1164 methods (using the new is_const and is_volatile bit fields
/openbsd/src/gnu/llvm/libcxx/include/
Dtype_traits61 template <class T> struct is_volatile;
295 = is_volatile<T>::value; // C++17
517 #include <__type_traits/is_volatile.h>
DCMakeLists.txt676 __type_traits/is_volatile.h
Dmodule.modulemap.in1522 module is_volatile { private header "__type_traits/is_volatile.h" }
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
DBUILD.gn751 "__type_traits/is_volatile.h",
/openbsd/src/gnu/lib/libcxx/
DMakefile763 __type_traits/is_volatile.h \
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm.ml1089 external is_volatile : llvalue -> bool = "llvm_is_volatile"
Dllvm.mli1872 (** [is_volatile i] is [true] if the load or store instruction [i] is marked
1876 val is_volatile : llvalue -> bool val
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DStdSymbolMap.inc648 SYMBOL(is_volatile, std::, <type_traits>)
/openbsd/src/gnu/llvm/libcxx/include/experimental/
Dsimd958 !std::is_volatile<_Tp>::value && !std::is_same<_Tp, bool>::value;
/openbsd/src/distrib/sets/lists/comp/
Dclang.macppc722 ./usr/include/c++/v1/__type_traits/is_volatile.h
Dclang.powerpc64721 ./usr/include/c++/v1/__type_traits/is_volatile.h
Dclang.i386721 ./usr/include/c++/v1/__type_traits/is_volatile.h
Dclang.amd64723 ./usr/include/c++/v1/__type_traits/is_volatile.h
Dclang.riscv64721 ./usr/include/c++/v1/__type_traits/is_volatile.h

12