Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h39 eValid enumerator
66 checker[method_name] = AbstractMethodCheckerCases::eValid; in CheckAbstractMethodImplementation()
206 case AbstractMethodCheckerCases::eValid: in CreatePluginObject()
214 if (method_checker.second != AbstractMethodCheckerCases::eValid) in CreatePluginObject()
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c35448 int eValid = 1; /* True exponent is either not used or is well-formed */ in sqlite3AtoF() local
35516 eValid = 0; in sqlite3AtoF()
35535 eValid = 1; in sqlite3AtoF()
35629 if( z==zEnd && nDigit>0 && eValid && eType>0 ){ in sqlite3AtoF()
35631 }else if( eType>=2 && (eType==3 || eValid) && nDigit>0 ){ in sqlite3AtoF()