Searched refs:ForceMode (Results 1 – 2 of 2) sorted by relevance
109 void InferPossibleTypes(unsigned ForceMode);113 unsigned ForceMode);117 unsigned ForceMode);173 void MatcherGen::InferPossibleTypes(unsigned ForceMode) { in InferPossibleTypes() argument178 TP.getInfer().ForceMode = ForceMode; in InferPossibleTypes()311 unsigned ForceMode) { in EmitOperatorMatchCode() argument364 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode); in EmitOperatorMatchCode()463 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode); in EmitOperatorMatchCode()505 unsigned ForceMode) { in EmitMatchCode() argument514 InferPossibleTypes(ForceMode); in EmitMatchCode()[all …]
260 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer()357 unsigned ForceMode; // Mode to use when set. member1061 unsigned ForceMode; // Force this mode in type inference when set. variable1071 ID(uid), ForceMode(setmode) {} in SrcRecord()1083 unsigned getForceMode() const { return ForceMode; } in getForceMode()