Searched defs:isDistinct (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h951 bool isDistinct() const { return Storage == Distinct; } function in class:llvm::MDNode
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c92397 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
96090 int isDistinct; /* True if the DISTINCT keyword is present */ local
[all...]

Completed in 397 milliseconds