Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h240 const APSInt &integerValue() const { return IntVal; } in integerValue() function
/freebsd/contrib/sqlite3/
H A Dshell.c1862 static sqlite3_int64 integerValue(const char *zArg){ in integerValue() function