Home
last modified time | relevance | path

Searched defs:integerValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h223 const APSInt &integerValue() const { return IntVal; } in integerValue() function
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1848 static sqlite3_int64 integerValue(const char *zArg){ in integerValue() function