Searched refs:DefaultBool (Results 1 – 16 of 16) sorted by relevance
39 DefaultBool check_bcmp;40 DefaultBool check_bcopy;41 DefaultBool check_bzero;42 DefaultBool check_gets;43 DefaultBool check_getpw;44 DefaultBool check_mktemp;45 DefaultBool check_mkstemp;46 DefaultBool check_strcpy;48 DefaultBool check_rand;49 DefaultBool check_vfork;[all …]
47 DefaultBool check_MissingInvalidationMethod;49 DefaultBool check_InstanceVariableInvalidation;
93 DefaultBool NoDiagnoseCallsToSystemHeaders;118 DefaultBool ChecksEnabled[CK_NumCheckKinds];133 DefaultBool NeedTracking;
169 DefaultBool ShouldCheckNSError, ShouldCheckCFError;
46 DefaultBool CheckMisuse, CheckPortability;
45 DefaultBool ChecksEnabled[CK_NumCheckKinds];
48 DefaultBool ChecksEnabled[CK_NumCheckKinds];
90 DefaultBool CheckCStringNullArg;91 DefaultBool CheckCStringOutOfBounds;92 DefaultBool CheckCStringBufferOverlap;93 DefaultBool CheckCStringNotNullTerm;
80 DefaultBool ChecksEnabled[CK_NumCheckKinds];
76 DefaultBool ChecksEnabled[CK_NumCheckKinds];
111 DefaultBool CheckGenerics;
50 DefaultBool ModelSmartPtrDereference;
95 DefaultBool IsAggressive;
299 DefaultBool ShouldIncludeOwnershipAnnotatedFunctions;317 DefaultBool ChecksEnabled[CK_NumCheckKinds];
566 DefaultBool ChecksEnabled[CK_NumCheckKinds];
570 struct DefaultBool { struct572 DefaultBool() : val(false) {} in DefaultBool() function575 DefaultBool &operator=(bool b) { val = b; return *this; }