Home
last modified time | relevance | path

Searched refs:LeftWasPointer (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp628 bool LeftWasPointer = false; in matchesArgType() local
633 LeftWasPointer = true; in matchesArgType()
636 LeftWasPointer = true; in matchesArgType()
646 if (LeftWasPointer != RightWasPointer) in matchesArgType()
668 if (!LeftWasPointer && BT1->isInteger() && BT2->isInteger()) in matchesArgType()
672 if (!LeftWasPointer && Left.T->isIntegerType()) in matchesArgType()
676 if (!LeftWasPointer && Left.T->isIntegerType()) in matchesArgType()