Module: BOAST::PrivateStateAccessor
- Included in:
- AffinityProbe, Annotation, CKernel, CodeBlock, Comment, ConstArray, ControlStructure, DataType, Dimension, EmlProbe, Expression, FMA, FMS, FuncCall, Intrinsics, Load, MPPAProbe, MaskLoad, MaskStore, Operator, Optimizer, PAPIProbe, PowercapProbe, Pragma, Procedure, RedfstProbe, Set, Slice, Store, Temperature, Ternary, TimerProbe, Variable
- Defined in:
- lib/BOAST/Language/State.rb,
lib/BOAST/Runtime/Config.rb,
lib/BOAST/Language/Config.rb,
lib/BOAST/Language/Algorithm.rb
Overview
Implements private setters and getters interface for BOAST states.
Instance Method Summary collapse
-
#address_size ⇒ Object
The BOAST address_size state.
-
#address_size=(val) ⇒ Object
Sets address_size state to a new value.
-
#annotate ⇒ Object
The BOAST annotate state.
-
#annotate=(val) ⇒ Object
Sets annotate state to a new value.
-
#annotate? ⇒ Object
The boolean evaluation of the annotate state.
-
#annotate_indepth_list ⇒ Object
The BOAST annotate_indepth_list state.
-
#annotate_indepth_list=(val) ⇒ Object
Sets annotate_indepth_list state to a new value.
-
#annotate_level ⇒ Object
The BOAST annotate_level state.
-
#annotate_level=(val) ⇒ Object
Sets annotate_level state to a new value.
-
#annotate_list ⇒ Object
The BOAST annotate_list state.
-
#annotate_list=(val) ⇒ Object
Sets annotate_list state to a new value.
-
#architecture ⇒ Object
The BOAST architecture state.
-
#architecture=(val) ⇒ Object
Sets architecture state to a new value.
-
#array_start ⇒ Object
The BOAST array_start state.
-
#array_start=(val) ⇒ Object
Sets array_start state to a new value.
-
#chain_code ⇒ Object
The BOAST chain_code state.
-
#chain_code=(val) ⇒ Object
Sets chain_code state to a new value.
-
#chain_code? ⇒ Object
The boolean evaluation of the chain_code state.
-
#debug ⇒ Object
The BOAST debug state.
-
#debug=(val) ⇒ Object
Sets debug state to a new value.
-
#debug? ⇒ Object
The boolean evaluation of the debug state.
-
#debug_source ⇒ Object
The BOAST debug_source state.
-
#debug_source=(val) ⇒ Object
Sets debug_source state to a new value.
-
#debug_source? ⇒ Object
The boolean evaluation of the debug_source state.
-
#decl_module ⇒ Object
The BOAST decl_module state.
-
#decl_module=(val) ⇒ Object
Sets decl_module state to a new value.
-
#decl_module? ⇒ Object
The boolean evaluation of the decl_module state.
-
#default_align ⇒ Object
The BOAST default_align state.
-
#default_align=(val) ⇒ Object
Sets default_align state to a new value.
-
#default_int_signed ⇒ Object
The BOAST default_int_signed state.
-
#default_int_signed=(val) ⇒ Object
Sets default_int_signed state to a new value.
-
#default_int_signed? ⇒ Object
The boolean evaluation of the default_int_signed state.
-
#default_int_size ⇒ Object
The BOAST default_int_size state.
-
#default_int_size=(val) ⇒ Object
Sets default_int_size state to a new value.
-
#default_real_size ⇒ Object
The BOAST default_real_size state.
-
#default_real_size=(val) ⇒ Object
Sets default_real_size state to a new value.
-
#disable_openmp ⇒ Object
The BOAST disable_openmp state.
-
#disable_openmp=(val) ⇒ Object
Sets disable_openmp state to a new value.
-
#disable_openmp? ⇒ Object
The boolean evaluation of the disable_openmp state.
-
#ffi ⇒ Object
The BOAST ffi state.
-
#ffi=(val) ⇒ Object
Sets ffi state to a new value.
-
#ffi? ⇒ Object
The boolean evaluation of the ffi state.
-
#fortran_line_length ⇒ Object
The BOAST fortran_line_length state.
-
#fortran_line_length=(val) ⇒ Object
Sets fortran_line_length state to a new value.
-
#get_address_size ⇒ Object
The address_size state.
-
#get_annotate ⇒ Object
The annotate state.
-
#get_annotate_indepth_list ⇒ Object
The annotate_indepth_list state.
-
#get_annotate_level ⇒ Object
The annotate_level state.
-
#get_annotate_list ⇒ Object
The annotate_list state.
-
#get_architecture ⇒ Object
The architecture state.
-
#get_array_start ⇒ Object
The array_start state.
-
#get_chain_code ⇒ Object
The chain_code state.
-
#get_debug ⇒ Object
The debug state.
-
#get_debug_source ⇒ Object
The debug_source state.
-
#get_decl_module ⇒ Object
The decl_module state.
-
#get_default_align ⇒ Object
The default_align state.
-
#get_default_int_signed ⇒ Object
The default_int_signed state.
-
#get_default_int_size ⇒ Object
The default_int_size state.
-
#get_default_real_size ⇒ Object
The default_real_size state.
-
#get_disable_openmp ⇒ Object
The disable_openmp state.
-
#get_ffi ⇒ Object
The ffi state.
-
#get_fortran_line_length ⇒ Object
The fortran_line_length state.
-
#get_indent_increment ⇒ Object
The indent_increment state.
-
#get_indent_level ⇒ Object
The indent_level state.
-
#get_keep_temp ⇒ Object
The keep_temp state.
-
#get_lang ⇒ Object
The lang state.
-
#get_model ⇒ Object
The model state.
-
#get_optimizer_log ⇒ Object
The optimizer_log state.
-
#get_optimizer_log_file ⇒ Object
The optimizer_log_file state.
-
#get_output ⇒ Object
The output state.
-
#get_replace_constants ⇒ Object
The replace_constants state.
-
#get_use_vla ⇒ Object
The use_vla state.
-
#get_verbose ⇒ Object
The verbose state.
-
#indent_increment ⇒ Object
The BOAST indent_increment state.
-
#indent_increment=(val) ⇒ Object
Sets indent_increment state to a new value.
-
#indent_level ⇒ Object
The BOAST indent_level state.
-
#indent_level=(val) ⇒ Object
Sets indent_level state to a new value.
-
#keep_temp ⇒ Object
The BOAST keep_temp state.
-
#keep_temp=(val) ⇒ Object
Sets keep_temp state to a new value.
-
#keep_temp? ⇒ Object
The boolean evaluation of the keep_temp state.
-
#lang ⇒ Object
The BOAST lang state.
-
#lang=(val) ⇒ Object
Sets lang state to a new value.
-
#model ⇒ Object
The BOAST model state.
-
#model=(val) ⇒ Object
Sets model state to a new value.
-
#optimizer_log ⇒ Object
The BOAST optimizer_log state.
-
#optimizer_log=(val) ⇒ Object
Sets optimizer_log state to a new value.
-
#optimizer_log? ⇒ Object
The boolean evaluation of the optimizer_log state.
-
#optimizer_log_file ⇒ Object
The BOAST optimizer_log_file state.
-
#optimizer_log_file=(val) ⇒ Object
Sets optimizer_log_file state to a new value.
-
#output ⇒ Object
The BOAST output state.
-
#output=(val) ⇒ Object
Sets output state to a new value.
-
#replace_constants ⇒ Object
The BOAST replace_constants state.
-
#replace_constants=(val) ⇒ Object
Sets replace_constants state to a new value.
-
#replace_constants? ⇒ Object
The boolean evaluation of the replace_constants state.
-
#set_address_size(val) ⇒ Object
Sets address_size state to a new value.
-
#set_annotate(val) ⇒ Object
Sets annotate state to a new value.
-
#set_annotate_indepth_list(val) ⇒ Object
Sets annotate_indepth_list state to a new value.
-
#set_annotate_level(val) ⇒ Object
Sets annotate_level state to a new value.
-
#set_annotate_list(val) ⇒ Object
Sets annotate_list state to a new value.
-
#set_architecture(val) ⇒ Object
Sets architecture state to a new value.
-
#set_array_start(val) ⇒ Object
Sets array_start state to a new value.
-
#set_chain_code(val) ⇒ Object
Sets chain_code state to a new value.
-
#set_debug(val) ⇒ Object
Sets debug state to a new value.
-
#set_debug_source(val) ⇒ Object
Sets debug_source state to a new value.
-
#set_decl_module(val) ⇒ Object
Sets decl_module state to a new value.
-
#set_default_align(val) ⇒ Object
Sets default_align state to a new value.
-
#set_default_int_signed(val) ⇒ Object
Sets default_int_signed state to a new value.
-
#set_default_int_size(val) ⇒ Object
Sets default_int_size state to a new value.
-
#set_default_real_size(val) ⇒ Object
Sets default_real_size state to a new value.
-
#set_disable_openmp(val) ⇒ Object
Sets disable_openmp state to a new value.
-
#set_ffi(val) ⇒ Object
Sets ffi state to a new value.
-
#set_fortran_line_length(val) ⇒ Object
Sets fortran_line_length state to a new value.
-
#set_indent_increment(val) ⇒ Object
Sets indent_increment state to a new value.
-
#set_indent_level(val) ⇒ Object
Sets indent_level state to a new value.
-
#set_keep_temp(val) ⇒ Object
Sets keep_temp state to a new value.
-
#set_lang(val) ⇒ Object
Sets lang state to a new value.
-
#set_model(val) ⇒ Object
Sets model state to a new value.
-
#set_optimizer_log(val) ⇒ Object
Sets optimizer_log state to a new value.
-
#set_optimizer_log_file(val) ⇒ Object
Sets optimizer_log_file state to a new value.
-
#set_output(val) ⇒ Object
Sets output state to a new value.
-
#set_replace_constants(val) ⇒ Object
Sets replace_constants state to a new value.
-
#set_use_vla(val) ⇒ Object
Sets use_vla state to a new value.
-
#set_verbose(val) ⇒ Object
Sets verbose state to a new value.
-
#use_vla ⇒ Object
The BOAST use_vla state.
-
#use_vla=(val) ⇒ Object
Sets use_vla state to a new value.
-
#use_vla? ⇒ Object
The boolean evaluation of the use_vla state.
-
#verbose ⇒ Object
The BOAST verbose state.
-
#verbose=(val) ⇒ Object
Sets verbose state to a new value.
-
#verbose? ⇒ Object
The boolean evaluation of the verbose state.
Instance Method Details
#address_size ⇒ Object
Returns the BOAST address_size state.
53 |
# File 'lib/BOAST/Language/Config.rb', line 53 private_state_accessor :address_size |
#address_size=(val) ⇒ Object
Sets address_size state to a new value
53 |
# File 'lib/BOAST/Language/Config.rb', line 53 private_state_accessor :address_size |
#annotate ⇒ Object
Returns the BOAST annotate state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor annotate |
#annotate=(val) ⇒ Object
Sets annotate state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor annotate |
#annotate? ⇒ Object
Returns the boolean evaluation of the annotate state.
71 |
# File 'lib/BOAST/Language/Config.rb', line 71 private_boolean_state_accessor :annotate |
#annotate_indepth_list ⇒ Object
Returns the BOAST annotate_indepth_list state.
61 |
# File 'lib/BOAST/Language/Config.rb', line 61 private_state_accessor :annotate_indepth_list |
#annotate_indepth_list=(val) ⇒ Object
Sets annotate_indepth_list state to a new value
61 |
# File 'lib/BOAST/Language/Config.rb', line 61 private_state_accessor :annotate_indepth_list |
#annotate_level ⇒ Object
Returns the BOAST annotate_level state.
62 |
# File 'lib/BOAST/Language/Config.rb', line 62 private_state_accessor :annotate_level |
#annotate_level=(val) ⇒ Object
Sets annotate_level state to a new value
62 |
# File 'lib/BOAST/Language/Config.rb', line 62 private_state_accessor :annotate_level |
#annotate_list ⇒ Object
Returns the BOAST annotate_list state.
60 |
# File 'lib/BOAST/Language/Config.rb', line 60 private_state_accessor :annotate_list |
#annotate_list=(val) ⇒ Object
Sets annotate_list state to a new value
60 |
# File 'lib/BOAST/Language/Config.rb', line 60 private_state_accessor :annotate_list |
#architecture ⇒ Object
Returns the BOAST architecture state.
51 |
# File 'lib/BOAST/Language/Config.rb', line 51 private_state_accessor :architecture |
#architecture=(val) ⇒ Object
Sets architecture state to a new value
51 |
# File 'lib/BOAST/Language/Config.rb', line 51 private_state_accessor :architecture |
#array_start ⇒ Object
Returns the BOAST array_start state.
57 |
# File 'lib/BOAST/Language/Config.rb', line 57 private_state_accessor :array_start |
#array_start=(val) ⇒ Object
Sets array_start state to a new value
57 |
# File 'lib/BOAST/Language/Config.rb', line 57 private_state_accessor :array_start |
#chain_code ⇒ Object
Returns the BOAST chain_code state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor chain_code |
#chain_code=(val) ⇒ Object
Sets chain_code state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor chain_code |
#chain_code? ⇒ Object
Returns the boolean evaluation of the chain_code state.
67 |
# File 'lib/BOAST/Language/Config.rb', line 67 private_boolean_state_accessor :chain_code |
#debug ⇒ Object
Returns the BOAST debug state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor debug |
#debug=(val) ⇒ Object
Sets debug state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor debug |
#debug? ⇒ Object
Returns the boolean evaluation of the debug state.
68 |
# File 'lib/BOAST/Language/Config.rb', line 68 private_boolean_state_accessor :debug |
#debug_source ⇒ Object
Returns the BOAST debug_source state.
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor debug_source |
#debug_source=(val) ⇒ Object
Sets debug_source state to a new value
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor debug_source |
#debug_source? ⇒ Object
Returns the boolean evaluation of the debug_source state.
44 |
# File 'lib/BOAST/Runtime/Config.rb', line 44 private_boolean_state_accessor :debug_source |
#decl_module ⇒ Object
Returns the BOAST decl_module state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor decl_module |
#decl_module=(val) ⇒ Object
Sets decl_module state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor decl_module |
#decl_module? ⇒ Object
Returns the boolean evaluation of the decl_module state.
70 |
# File 'lib/BOAST/Language/Config.rb', line 70 private_boolean_state_accessor :decl_module |
#default_align ⇒ Object
Returns the BOAST default_align state.
56 |
# File 'lib/BOAST/Language/Config.rb', line 56 private_state_accessor :default_align |
#default_align=(val) ⇒ Object
Sets default_align state to a new value
56 |
# File 'lib/BOAST/Language/Config.rb', line 56 private_state_accessor :default_align |
#default_int_signed ⇒ Object
Returns the BOAST default_int_signed state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor default_int_signed |
#default_int_signed=(val) ⇒ Object
Sets default_int_signed state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor default_int_signed |
#default_int_signed? ⇒ Object
Returns the boolean evaluation of the default_int_signed state.
66 |
# File 'lib/BOAST/Language/Config.rb', line 66 private_boolean_state_accessor :default_int_signed |
#default_int_size ⇒ Object
Returns the BOAST default_int_size state.
54 |
# File 'lib/BOAST/Language/Config.rb', line 54 private_state_accessor :default_int_size |
#default_int_size=(val) ⇒ Object
Sets default_int_size state to a new value
54 |
# File 'lib/BOAST/Language/Config.rb', line 54 private_state_accessor :default_int_size |
#default_real_size ⇒ Object
Returns the BOAST default_real_size state.
55 |
# File 'lib/BOAST/Language/Config.rb', line 55 private_state_accessor :default_real_size |
#default_real_size=(val) ⇒ Object
Sets default_real_size state to a new value
55 |
# File 'lib/BOAST/Language/Config.rb', line 55 private_state_accessor :default_real_size |
#disable_openmp ⇒ Object
Returns the BOAST disable_openmp state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor disable_openmp |
#disable_openmp=(val) ⇒ Object
Sets disable_openmp state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor disable_openmp |
#disable_openmp? ⇒ Object
Returns the boolean evaluation of the disable_openmp state.
73 |
# File 'lib/BOAST/Language/Config.rb', line 73 private_boolean_state_accessor :disable_openmp |
#ffi ⇒ Object
Returns the BOAST ffi state.
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor ffi |
#ffi=(val) ⇒ Object
Sets ffi state to a new value
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor ffi |
#ffi? ⇒ Object
Returns the boolean evaluation of the ffi state.
45 |
# File 'lib/BOAST/Runtime/Config.rb', line 45 private_boolean_state_accessor :ffi |
#fortran_line_length ⇒ Object
Returns the BOAST fortran_line_length state.
47 |
# File 'lib/BOAST/Runtime/Config.rb', line 47 private_state_accessor :fortran_line_length |
#fortran_line_length=(val) ⇒ Object
Sets fortran_line_length state to a new value
47 |
# File 'lib/BOAST/Runtime/Config.rb', line 47 private_state_accessor :fortran_line_length |
#get_address_size ⇒ Object
Returns the address_size state.
53 |
# File 'lib/BOAST/Language/Config.rb', line 53 private_state_accessor :address_size |
#get_annotate ⇒ Object
Returns the annotate state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor annotate |
#get_annotate_indepth_list ⇒ Object
Returns the annotate_indepth_list state.
61 |
# File 'lib/BOAST/Language/Config.rb', line 61 private_state_accessor :annotate_indepth_list |
#get_annotate_level ⇒ Object
Returns the annotate_level state.
62 |
# File 'lib/BOAST/Language/Config.rb', line 62 private_state_accessor :annotate_level |
#get_annotate_list ⇒ Object
Returns the annotate_list state.
60 |
# File 'lib/BOAST/Language/Config.rb', line 60 private_state_accessor :annotate_list |
#get_architecture ⇒ Object
Returns the architecture state.
51 |
# File 'lib/BOAST/Language/Config.rb', line 51 private_state_accessor :architecture |
#get_array_start ⇒ Object
Returns the array_start state.
57 |
# File 'lib/BOAST/Language/Config.rb', line 57 private_state_accessor :array_start |
#get_chain_code ⇒ Object
Returns the chain_code state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor chain_code |
#get_debug ⇒ Object
Returns the debug state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor debug |
#get_debug_source ⇒ Object
Returns the debug_source state.
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor debug_source |
#get_decl_module ⇒ Object
Returns the decl_module state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor decl_module |
#get_default_align ⇒ Object
Returns the default_align state.
56 |
# File 'lib/BOAST/Language/Config.rb', line 56 private_state_accessor :default_align |
#get_default_int_signed ⇒ Object
Returns the default_int_signed state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor default_int_signed |
#get_default_int_size ⇒ Object
Returns the default_int_size state.
54 |
# File 'lib/BOAST/Language/Config.rb', line 54 private_state_accessor :default_int_size |
#get_default_real_size ⇒ Object
Returns the default_real_size state.
55 |
# File 'lib/BOAST/Language/Config.rb', line 55 private_state_accessor :default_real_size |
#get_disable_openmp ⇒ Object
Returns the disable_openmp state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor disable_openmp |
#get_ffi ⇒ Object
Returns the ffi state.
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor ffi |
#get_fortran_line_length ⇒ Object
Returns the fortran_line_length state.
47 |
# File 'lib/BOAST/Runtime/Config.rb', line 47 private_state_accessor :fortran_line_length |
#get_indent_increment ⇒ Object
Returns the indent_increment state.
59 |
# File 'lib/BOAST/Language/Config.rb', line 59 private_state_accessor :indent_increment |
#get_indent_level ⇒ Object
Returns the indent_level state.
58 |
# File 'lib/BOAST/Language/Config.rb', line 58 private_state_accessor :indent_level |
#get_keep_temp ⇒ Object
Returns the keep_temp state.
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor keep_temp |
#get_lang ⇒ Object
Returns the lang state.
50 |
# File 'lib/BOAST/Language/Config.rb', line 50 private_state_accessor :lang |
#get_model ⇒ Object
Returns the model state.
52 |
# File 'lib/BOAST/Language/Config.rb', line 52 private_state_accessor :model |
#get_optimizer_log ⇒ Object
Returns the optimizer_log state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor optimizer_log |
#get_optimizer_log_file ⇒ Object
Returns the optimizer_log_file state.
63 |
# File 'lib/BOAST/Language/Config.rb', line 63 private_state_accessor :optimizer_log_file |
#get_output ⇒ Object
Returns the output state.
49 |
# File 'lib/BOAST/Language/Config.rb', line 49 private_state_accessor :output |
#get_replace_constants ⇒ Object
Returns the replace_constants state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor replace_constants |
#get_use_vla ⇒ Object
Returns the use_vla state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor use_vla |
#get_verbose ⇒ Object
Returns the verbose state.
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor verbose |
#indent_increment ⇒ Object
Returns the BOAST indent_increment state.
59 |
# File 'lib/BOAST/Language/Config.rb', line 59 private_state_accessor :indent_increment |
#indent_increment=(val) ⇒ Object
Sets indent_increment state to a new value
59 |
# File 'lib/BOAST/Language/Config.rb', line 59 private_state_accessor :indent_increment |
#indent_level ⇒ Object
Returns the BOAST indent_level state.
58 |
# File 'lib/BOAST/Language/Config.rb', line 58 private_state_accessor :indent_level |
#indent_level=(val) ⇒ Object
Sets indent_level state to a new value
58 |
# File 'lib/BOAST/Language/Config.rb', line 58 private_state_accessor :indent_level |
#keep_temp ⇒ Object
Returns the BOAST keep_temp state.
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor keep_temp |
#keep_temp=(val) ⇒ Object
Sets keep_temp state to a new value
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor keep_temp |
#keep_temp? ⇒ Object
Returns the boolean evaluation of the keep_temp state.
46 |
# File 'lib/BOAST/Runtime/Config.rb', line 46 private_boolean_state_accessor :keep_temp |
#lang ⇒ Object
Returns the BOAST lang state.
50 |
# File 'lib/BOAST/Language/Config.rb', line 50 private_state_accessor :lang |
#lang=(val) ⇒ Object
Sets lang state to a new value
50 |
# File 'lib/BOAST/Language/Config.rb', line 50 private_state_accessor :lang |
#model ⇒ Object
Returns the BOAST model state.
52 |
# File 'lib/BOAST/Language/Config.rb', line 52 private_state_accessor :model |
#model=(val) ⇒ Object
Sets model state to a new value
52 |
# File 'lib/BOAST/Language/Config.rb', line 52 private_state_accessor :model |
#optimizer_log ⇒ Object
Returns the BOAST optimizer_log state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor optimizer_log |
#optimizer_log=(val) ⇒ Object
Sets optimizer_log state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor optimizer_log |
#optimizer_log? ⇒ Object
Returns the boolean evaluation of the optimizer_log state.
72 |
# File 'lib/BOAST/Language/Config.rb', line 72 private_boolean_state_accessor :optimizer_log |
#optimizer_log_file ⇒ Object
Returns the BOAST optimizer_log_file state.
63 |
# File 'lib/BOAST/Language/Config.rb', line 63 private_state_accessor :optimizer_log_file |
#optimizer_log_file=(val) ⇒ Object
Sets optimizer_log_file state to a new value
63 |
# File 'lib/BOAST/Language/Config.rb', line 63 private_state_accessor :optimizer_log_file |
#output ⇒ Object
Returns the BOAST output state.
49 |
# File 'lib/BOAST/Language/Config.rb', line 49 private_state_accessor :output |
#output=(val) ⇒ Object
Sets output state to a new value
49 |
# File 'lib/BOAST/Language/Config.rb', line 49 private_state_accessor :output |
#replace_constants ⇒ Object
Returns the BOAST replace_constants state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor replace_constants |
#replace_constants=(val) ⇒ Object
Sets replace_constants state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor replace_constants |
#replace_constants? ⇒ Object
Returns the boolean evaluation of the replace_constants state.
65 |
# File 'lib/BOAST/Language/Config.rb', line 65 private_boolean_state_accessor :replace_constants |
#set_address_size(val) ⇒ Object
Sets address_size state to a new value
53 |
# File 'lib/BOAST/Language/Config.rb', line 53 private_state_accessor :address_size |
#set_annotate(val) ⇒ Object
Sets annotate state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor annotate |
#set_annotate_indepth_list(val) ⇒ Object
Sets annotate_indepth_list state to a new value
61 |
# File 'lib/BOAST/Language/Config.rb', line 61 private_state_accessor :annotate_indepth_list |
#set_annotate_level(val) ⇒ Object
Sets annotate_level state to a new value
62 |
# File 'lib/BOAST/Language/Config.rb', line 62 private_state_accessor :annotate_level |
#set_annotate_list(val) ⇒ Object
Sets annotate_list state to a new value
60 |
# File 'lib/BOAST/Language/Config.rb', line 60 private_state_accessor :annotate_list |
#set_architecture(val) ⇒ Object
Sets architecture state to a new value
51 |
# File 'lib/BOAST/Language/Config.rb', line 51 private_state_accessor :architecture |
#set_array_start(val) ⇒ Object
Sets array_start state to a new value
57 |
# File 'lib/BOAST/Language/Config.rb', line 57 private_state_accessor :array_start |
#set_chain_code(val) ⇒ Object
Sets chain_code state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor chain_code |
#set_debug(val) ⇒ Object
Sets debug state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor debug |
#set_debug_source(val) ⇒ Object
Sets debug_source state to a new value
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor debug_source |
#set_decl_module(val) ⇒ Object
Sets decl_module state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor decl_module |
#set_default_align(val) ⇒ Object
Sets default_align state to a new value
56 |
# File 'lib/BOAST/Language/Config.rb', line 56 private_state_accessor :default_align |
#set_default_int_signed(val) ⇒ Object
Sets default_int_signed state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor default_int_signed |
#set_default_int_size(val) ⇒ Object
Sets default_int_size state to a new value
54 |
# File 'lib/BOAST/Language/Config.rb', line 54 private_state_accessor :default_int_size |
#set_default_real_size(val) ⇒ Object
Sets default_real_size state to a new value
55 |
# File 'lib/BOAST/Language/Config.rb', line 55 private_state_accessor :default_real_size |
#set_disable_openmp(val) ⇒ Object
Sets disable_openmp state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor disable_openmp |
#set_ffi(val) ⇒ Object
Sets ffi state to a new value
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor ffi |
#set_fortran_line_length(val) ⇒ Object
Sets fortran_line_length state to a new value
47 |
# File 'lib/BOAST/Runtime/Config.rb', line 47 private_state_accessor :fortran_line_length |
#set_indent_increment(val) ⇒ Object
Sets indent_increment state to a new value
59 |
# File 'lib/BOAST/Language/Config.rb', line 59 private_state_accessor :indent_increment |
#set_indent_level(val) ⇒ Object
Sets indent_level state to a new value
58 |
# File 'lib/BOAST/Language/Config.rb', line 58 private_state_accessor :indent_level |
#set_keep_temp(val) ⇒ Object
Sets keep_temp state to a new value
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor keep_temp |
#set_lang(val) ⇒ Object
Sets lang state to a new value
50 |
# File 'lib/BOAST/Language/Config.rb', line 50 private_state_accessor :lang |
#set_model(val) ⇒ Object
Sets model state to a new value
52 |
# File 'lib/BOAST/Language/Config.rb', line 52 private_state_accessor :model |
#set_optimizer_log(val) ⇒ Object
Sets optimizer_log state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor optimizer_log |
#set_optimizer_log_file(val) ⇒ Object
Sets optimizer_log_file state to a new value
63 |
# File 'lib/BOAST/Language/Config.rb', line 63 private_state_accessor :optimizer_log_file |
#set_output(val) ⇒ Object
Sets output state to a new value
49 |
# File 'lib/BOAST/Language/Config.rb', line 49 private_state_accessor :output |
#set_replace_constants(val) ⇒ Object
Sets replace_constants state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor replace_constants |
#set_use_vla(val) ⇒ Object
Sets use_vla state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor use_vla |
#set_verbose(val) ⇒ Object
Sets verbose state to a new value
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor verbose |
#use_vla ⇒ Object
Returns the BOAST use_vla state.
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor use_vla |
#use_vla=(val) ⇒ Object
Sets use_vla state to a new value
1 |
# File 'lib/BOAST/Language/Config.rb', line 1 private_state_accessor use_vla |
#use_vla? ⇒ Object
Returns the boolean evaluation of the use_vla state.
69 |
# File 'lib/BOAST/Language/Config.rb', line 69 private_boolean_state_accessor :use_vla |
#verbose ⇒ Object
Returns the BOAST verbose state.
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor verbose |
#verbose=(val) ⇒ Object
Sets verbose state to a new value
1 |
# File 'lib/BOAST/Runtime/Config.rb', line 1 private_state_accessor verbose |
#verbose? ⇒ Object
Returns the boolean evaluation of the verbose state.
43 |
# File 'lib/BOAST/Runtime/Config.rb', line 43 private_boolean_state_accessor :verbose |