Home
last modified time | relevance | path

Searched defs:iValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DFlattenCFG.cpp377 for (APInt iValue = lowerBound; iValue.sle(upperBound); ++iValue) { in matchAndRewrite() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp2354 mlir::Value iValue = in matchAndRewrite() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c20040 int iValue; /* Non-negative integer value if EP_IntValue */ member
29825 static int memsys5Log(int iValue){ in memsys5Log()
36696 int iValue; in sqlite3DequoteNumber() local
95312 SQLITE_API int sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue){
95315 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
96778 i64 iValue; local
144645 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 3, 2}; local
184159 int iValue; local
217436 u32 iValue; /* Start of the value */ member
H A Dshell.c7994 sqlite3_int64 iValue; /* Current value */ member