Searched refs:isConstantGlobal (Results 1 – 2 of 2) sorted by relevance
45 bool isConstantGlobal : 1; variable158 bool isConstant() const { return isConstantGlobal; } in isConstant()159 void setConstant(bool Val) { isConstantGlobal = Val; } in setConstant()
448 isConstantGlobal(constant), in GlobalVariable()