Home
last modified time | relevance | path

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

/src/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()
/src/contrib/sqlite3/
H A Dsqlite3.c36050 int eValid = 1; /* True exponent is either not used or is well-formed */ in sqlite3AtoF() local
36120 eValid = 0; in sqlite3AtoF()
36139 eValid = 1; in sqlite3AtoF()
36217 if( z==zEnd && nDigit>0 && eValid && eType>0 ){ in sqlite3AtoF()
36219 }else if( eType>=2 && (eType==3 || eValid) && nDigit>0 ){ in sqlite3AtoF()