Searched refs:FIXABLE_GADGET (Results 1 – 2 of 2) sorted by relevance
30 #ifndef FIXABLE_GADGET31 #define FIXABLE_GADGET(name) GADGET(name)43 FIXABLE_GADGET(ULCArraySubscript) // `DRE[any]` in an Unspecified Lvalue Context44 FIXABLE_GADGET(DerefSimplePtrArithFixable)45 FIXABLE_GADGET(PointerDereference)46 FIXABLE_GADGET(UPCAddressofArraySubscript) // '&DRE[any]' in an Unspecified Pointer Context47 FIXABLE_GADGET(UPCStandalonePointer)48 FIXABLE_GADGET(UPCPreIncrement) // '++Ptr' in an Unspecified Pointer Context49 FIXABLE_GADGET(UUCAddAssign) // 'Ptr += n' in an Unspecified Untyped Context50 FIXABLE_GADGET(PtrToPtrAssignment)[all …]
2484 #define FIXABLE_GADGET(name) \ in matches() macro