Searched refs:Val_O_CREAT (Results 1 – 1 of 1) sorted by relevance
53 mutable std::optional<uint64_t> Val_O_CREAT; member in __anon39b706a10111::UnixAPIMisuseChecker142 Val_O_CREAT = tryExpandAsInteger("O_CREAT", Mgr.getPreprocessor()); in checkASTDecl()144 if (!Val_O_CREAT) { in checkASTDecl()147 Val_O_CREAT = 0x0200; in checkASTDecl()265 if (!Val_O_CREAT) { in CheckOpenVariant()279 .makeIntVal(*Val_O_CREAT, oflagsEx->getType()) in CheckOpenVariant()