Searched refs:CheckSign (Results 1 – 2 of 2) sorted by relevance
599 integerTypeMatch(ASTContext &C, QualType A, QualType B, bool CheckSign) { in integerTypeMatch() argument607 if (CheckSign && A->isSignedIntegerType() != B->isSignedIntegerType()) in integerTypeMatch()
460 const InterpFrame *Frame, bool CheckSign, in interp__builtin_isinf() argument465 if (CheckSign) in interp__builtin_isinf()