ConstantFolding::calculate_string_t
string type and binary operator: the allowed operations on string values
Synopsis
Declared in <src/midend/programTransformation/constantFolding/constantFolding.h>
template<typename T>
T
calculate_string_t(
SgBinaryOp* binaryOperator,
T lhsValue,
T rhsValue);
Parameters
Name |
Description |
binaryOperator |
This class represents the notion of a binary operator. |
Created with MrDocs