LIBINT
2.1.0-stable
|
This is the complete list of members for libint2::CppCodeContext, including all inherited members.
accumulate(const std::string &name, const std::string &value) | libint2::CppCodeContext | virtual |
accumulate_binary_expr(const std::string &name, const std::string &left, const std::string &oper, const std::string &right) | libint2::CppCodeContext | virtual |
accumulate_ternary_expr(const std::string &name, const std::string &arg1, const std::string &oper1, const std::string &arg2, const std::string &oper2, const std::string &arg3) | libint2::CppCodeContext | virtual |
assign(const std::string &name, const std::string &value) | libint2::CppCodeContext | virtual |
assign_binary_expr(const std::string &name, const std::string &left, const std::string &oper, const std::string &right) | libint2::CppCodeContext | virtual |
assign_ternary_expr(const std::string &name, const std::string &arg1, const std::string &oper1, const std::string &arg2, const std::string &oper2, const std::string &arg3) | libint2::CppCodeContext | virtual |
close_block() const | libint2::CppCodeContext | virtual |
code_postfix() const | libint2::CppCodeContext | virtual |
code_prefix() const | libint2::CppCodeContext | virtual |
CodeContext(const SafePtr< CompilationParameters > &cparams) | libint2::CodeContext | protected |
comment(const std::string &statement) const | libint2::CppCodeContext | virtual |
comments_on() const | libint2::CodeContext | |
cparams() const | libint2::CodeContext | |
CppCodeContext(const SafePtr< CompilationParameters > &cparams, bool vectorize=false) (defined in libint2::CppCodeContext) | libint2::CppCodeContext | |
declare(const std::string &type, const std::string &name) const | libint2::CppCodeContext | virtual |
declare_v(const std::string &type, const std::string &name, const std::string &nelem) const | libint2::CppCodeContext | virtual |
decldef(const std::string &type, const std::string &name, const std::string &value) | libint2::CppCodeContext | virtual |
end_of_stat() const | libint2::CppCodeContext | virtual |
for_loop(std::string &varname, const SafePtr< Entity > &less_than, const SafePtr< Entity > &start_at) const | libint2::CppCodeContext | virtual |
inteval_gen_type_name() const | libint2::CppCodeContext | virtual |
inteval_spec_type_name(const std::string &task) const | libint2::CppCodeContext | virtual |
inteval_type_name(const std::string &task) const | libint2::CppCodeContext | virtual |
label_to_name(const std::string &label) const | libint2::CppCodeContext | virtual |
macro_define(const std::string &name) const | libint2::CppCodeContext | virtual |
macro_define(const std::string &name, const std::string &value) const | libint2::CppCodeContext | virtual |
macro_endif() const | libint2::CppCodeContext | virtual |
macro_if(const std::string &name) const | libint2::CppCodeContext | virtual |
macro_ifdef(const std::string &name) const | libint2::CppCodeContext | virtual |
next_fp_index() const | libint2::CodeContext | protected |
next_int_index() const | libint2::CodeContext | protected |
open_block() const | libint2::CppCodeContext | virtual |
replace_chars(const std::string &S, const std::string &From, const std::string &To) | libint2::CodeContext | protectedstatic |
reset() | libint2::CodeContext | virtual |
stack_address(const DGVertex::Address &a) const | libint2::CppCodeContext | virtual |
std_function_header() const | libint2::CppCodeContext | virtual |
std_header() const | libint2::CppCodeContext | virtual |
turn_comments(bool on) | libint2::CodeContext | |
type_name() const | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
unique_name() const | libint2::CodeContext | |
value_to_pointer(const std::string &val) const | libint2::CppCodeContext | virtual |
~CodeContext() (defined in libint2::CodeContext) | libint2::CodeContext | inlinevirtual |
~CppCodeContext() (defined in libint2::CppCodeContext) | libint2::CppCodeContext | virtual |