Searched refs:ForceMode (Results 1 – 2 of 2) sorted by relevance
110 void InferPossibleTypes(unsigned ForceMode);114 unsigned ForceMode);118 unsigned ForceMode);174 void MatcherGen::InferPossibleTypes(unsigned ForceMode) { in InferPossibleTypes() argument179 TP.getInfer().ForceMode = ForceMode; in InferPossibleTypes()312 unsigned ForceMode) { in EmitOperatorMatchCode() argument365 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode); in EmitOperatorMatchCode()464 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode); in EmitOperatorMatchCode()506 unsigned ForceMode) { in EmitMatchCode() argument515 InferPossibleTypes(ForceMode); in EmitMatchCode()[all …]
262 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer()362 unsigned ForceMode; // Mode to use when set. member1069 unsigned ForceMode; // Force this mode in type inference when set. variable1079 ID(uid), ForceMode(setmode) {} in SrcRecord()1091 unsigned getForceMode() const { return ForceMode; } in getForceMode()