Searched refs:FoundProtExec (Results 1 – 1 of 1) sorted by relevance
55 const std::optional<int> FoundProtExec = tryExpandAsInteger("PROT_EXEC", PP); in checkASTDecl() local56 if (FoundProtRead && FoundProtWrite && FoundProtExec) { in checkASTDecl()59 ProtExec = *FoundProtExec; in checkASTDecl()