Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def30 #ifndef FIXABLE_GADGET
31 #define FIXABLE_GADGET(name) GADGET(name)
43 FIXABLE_GADGET(ULCArraySubscript) // `DRE[any]` in an Unspecified Lvalue Context
44 FIXABLE_GADGET(DerefSimplePtrArithFixable)
45 FIXABLE_GADGET(PointerDereference)
46 FIXABLE_GADGET(UPCAddressofArraySubscript) // '&DRE[any]' in an Unspecified Pointer Context
47 FIXABLE_GADGET(UPCStandalonePointer)
48 FIXABLE_GADGET(UPCPreIncrement) // '++Ptr' in an Unspecified Pointer Context
49 FIXABLE_GADGET(UUCAddAssign) // 'Ptr += n' in an Unspecified Untyped Context
50 FIXABLE_GADGET(PtrToPtrAssignment)
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2484 #define FIXABLE_GADGET(name) \ in matches() macro