Searched refs:ReverseFunction (Results 1 – 2 of 2) sorted by relevance
566 ReverseFunction(Options.get("MakeReverseRangeFunction", "")), in LoopConvertCheck() 569 if (ReverseFunction.empty() && !ReverseHeader.empty()) { in LoopConvertCheck() 575 } else if (ReverseFunction.empty()) { in LoopConvertCheck() 588 Options.store(Opts, "MakeReverseRangeFunction", ReverseFunction); in storeOptions() 1084 if (!ReverseFunction.empty()) in getReverseFunction() 1085 return ReverseFunction; in getReverseFunction() 1094 if (UseReverseRanges && ReverseFunction.empty()) { in getReverseHeader()
82 std::string ReverseFunction; variable