Searched refs:read_only (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Target/
H A DSectionLoadHistory.cpp37 bool read_only) {
39 if (read_only) {
96 const bool read_only = true; local
99 GetSectionLoadListForStopID(eStopIDNow, read_only);
108 const bool read_only = true; local
110 GetSectionLoadListForStopID(stop_id, read_only);
118 const bool read_only = true; local
120 GetSectionLoadListForStopID(stop_id, read_only);
128 const bool read_only = false; local
130 GetSectionLoadListForStopID(stop_id, read_only);
36 GetSectionLoadListForStopID(uint32_t stop_id, bool read_only) argument
139 const bool read_only = false; local
149 const bool read_only = false; local
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DSectionLoadHistory.h71 bool read_only);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DHashBase.pm48 '^' => {reader => 1, writer => 0, dep_writer => 1, read_only => 0, strip => 1},
49 '-' => {reader => 1, writer => 0, dep_writer => 0, read_only => 1, strip => 1},
50 '>' => {reader => 0, writer => 1, dep_writer => 0, read_only => 0, strip => 1},
51 '<' => {reader => 1, writer => 0, dep_writer => 0, read_only => 0, strip => 1},
52 '+' => {reader => 0, writer => 0, dep_writer => 0, read_only => 0, strip => 1},
86 $out{"set_$attr"} = sub { Carp::croak("'$attr' is read-only") } if $spec->{read_only};
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dopencl-c.h15178 float4 __ovld __purefn read_imagef(read_only image2d_t, sampler_t, int2);
15179 float4 __ovld __purefn read_imagef(read_only image2d_t, sampler_t, float2);
15181 int4 __ovld __purefn read_imagei(read_only image2d_t, sampler_t, int2);
15182 int4 __ovld __purefn read_imagei(read_only image2d_t, sampler_t, float2);
15183 uint4 __ovld __purefn read_imageui(read_only image2d_t, sampler_t, int2);
15184 uint4 __ovld __purefn read_imageui(read_only image2d_t, sampler_t, float2);
15186 float4 __ovld __purefn read_imagef(read_only image3d_t, sampler_t, int4);
15187 float4 __ovld __purefn read_imagef(read_only image3d_t, sampler_t, float4);
15189 int4 __ovld __purefn read_imagei(read_only image3d_t, sampler_t, int4);
15190 int4 __ovld __purefn read_imagei(read_only image3d_
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree.c2971 read_only = 0; \
2982 bool constant, read_only, side_effects, invariant;
2999 read_only = 1;
3006 TREE_READONLY (t) = read_only;
3021 bool constant, read_only, side_effects, invariant;
3067 bool constant, read_only, side_effects, invariant;
3094 bool constant, read_only, side_effects, invariant;
3123 bool constant, read_only, side_effects, invariant;
2964 bool constant, read_only, side_effects, invariant; local
3003 bool constant, read_only, side_effects, invariant; local
3049 bool constant, read_only, side_effects, invariant; local
3076 bool constant, read_only, side_effects, invariant; local
3105 bool constant, read_only, side_effects, invariant; local

Completed in 211 milliseconds