Home
last modified time | relevance | path

Searched defs:cve (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_revert.h39 inline const char* RevertMessage(const reversion cve) { in RevertMessage()
53 inline void Revert(const reversion cve) { in Revert()
58 inline void Revert(const char* cve, std::string* error) { in Revert()
68 inline bool IsReverted(const reversion cve) { in IsReverted()
72 inline bool IsReverted(const char* cve) { in IsReverted()
Dnode.cc777 for (const std::string& cve : per_process::cli_options->security_reverts) { in ProcessGlobalArgs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4415 cve = CaseVals.end(); cvi != cve; ++cvi) in parseFunctionBody() local