Searched refs:SkipFirst (Results 1 – 2 of 2) sorted by relevance
28 enum { SkipFirst = ((Mode&Lower) && !(MatrixType::Flags&RowMajorBit)) enumerator30 SkipLast = !SkipFirst,80 enum { SkipFirst = ((Mode&Lower) && !(ArgType::Flags&RowMajorBit))82 SkipLast = !SkipFirst,108 if(SkipFirst)117 if((!SkipFirst) && Base::operator bool())130 … if(HasUnitDiag && (!SkipFirst) && ((!Base::operator bool()) || Base::index()>=Base::outer()))132 if((!SkipFirst) && Base::operator bool())144 if(SkipFirst) return Base::operator bool();
29 static constexpr llvm::StringLiteral SkipFirst = llvm::StringLiteral(""); member36 constexpr llvm::StringLiteral IntegerLiteralCheck::SkipFirst; member in clang::tidy::readability::__anon88071a360111::IntegerLiteralCheck49 static constexpr llvm::StringLiteral SkipFirst = llvm::StringLiteral("pP"); member56 constexpr llvm::StringLiteral FloatingLiteralCheck::SkipFirst; member in clang::tidy::readability::__anon88071a360111::FloatingLiteralCheck140 if (!LiteralType::SkipFirst.empty()) { in shouldReplaceLiteralSuffix()144 Skip = LiteralSourceText.find_first_of(LiteralType::SkipFirst); in shouldReplaceLiteralSuffix()