Home
last modified time | relevance | path

Searched refs:get_nature (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dfilesystem_specific_attribute.cpp114 && get_nature() == ref.get_nature(); in is_same_type_as()
297 tmp = nature_to_signature((*it)->get_nature()); in write()
720 switch((*it)->get_nature()) in set_extX_FSA_to()
737 fsa_nature_to_string((*it)->get_nature()).c_str(), in set_extX_FSA_to()
750 fsa_nature_to_string((*it)->get_nature()).c_str(), in set_extX_FSA_to()
763 fsa_nature_to_string((*it)->get_nature()).c_str(), in set_extX_FSA_to()
776 fsa_nature_to_string((*it)->get_nature()).c_str(), in set_extX_FSA_to()
795 fsa_nature_to_string((*it)->get_nature()).c_str(), in set_extX_FSA_to()
809 fsa_nature_to_string((*it)->get_nature()).c_str(), in set_extX_FSA_to()
822 fsa_nature_to_string((*it)->get_nature()).c_str(), in set_extX_FSA_to()
[all …]
H A Dfilesystem_specific_attribute.hpp102 fsa_nature get_nature() const { return nat; }; in get_nature() function in libdar::filesystem_specific_attribute
/dports/cad/iverilog/verilog-11.0/
H A Dt-dll-expr.cc175 expr_->u_.branch_.nature = net->get_nature(); in expr_access_func()
H A Dnetlist.h3914 ivl_nature_t get_nature() const { return nature_; } in get_nature() function