Lines Matching full:pointer
1 // RUN: %check_clang_tidy %s bugprone-compare-pointer-to-member-virtual-function %t
19 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in base()
22 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in base()
27 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in base()
31 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in base()
35 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in base()
41 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in base()
53 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in usingRecordName()
57 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in usingRecordName()
65 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in typedefRecordName()
69 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in typedefRecordName()
79 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in inheritClass()
83 …rning: comparing a pointer to member virtual function with other pointer is unspecified behavior, … in inheritClass()