Returns TRUE if the program used internally by runtime
| 231 | |
| 232 | //! Returns TRUE if the program used internally by runtime |
| 233 | bool isInternal() const { return internal_; } |
| 234 | |
| 235 | //! Global variables are a part of the code segment |
| 236 | bool hasGlobalStores() const { return hasGlobalStores_; } |
no outgoing calls
no test coverage detected