HomeSort by: relevance | last modified time | path
    Searched refs:Distinct (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
MetadataImpl.h 32 case Distinct:
47 case Distinct:
Metadata.cpp 583 // Drop RAUW support and store as a distinct node.
587 assert(isDistinct() && "Expected this to be distinct");
663 // If this type isn't uniquable, replace with a distinct node.
672 // Even if this type is uniquable, self-references have to be distinct.
852 Storage = Distinct;
  /src/external/mit/xorg/lib/libXmu/
Makefile 11 DefErrMsg.c DelCmap.c DisplayQue.c Distinct.c DrRndRect.c \
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Metadata.h 70 enum StorageType { Uniqued, Distinct, Temporary };
883 /// Metadata nodes can be uniqued, like constants, or distinct. Temporary
976 bool isDistinct() const { return Storage == Distinct; }
1002 /// return it. If \c N cannot be uniqued, return a distinct node instead.
1021 /// Replace a temporary node with a distinct one.
1023 /// Create a distinct version of \c N -- in place, if possible -- and return
1064 /// Mutate this to be "distinct".
1173 /// Return a distinct node.
1175 /// Return a distinct node -- i.e., a node that is not uniqued.
1177 return getImpl(Context, MDs, Distinct);
    [all...]
DebugInfoMetadata.h 45 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \
690 assert(isDistinct() && "Only distinct nodes can mutate");
1070 assert(isDistinct() && "Only distinct nodes can mutate");
1716 /// differ, we need a third location which is distinct from either. If they
2552 /// TODO: Separate from MDNode, or otherwise drop Distinct and Temporary
  /src/external/public-domain/sqlite/dist/
sqlite3.c 9054 ** The sqlite3_keyword_count() interface returns the number of distinct
10673 ** CAPI3REF: Determine if a virtual table query is DISTINCT
10711 ** This mode is used for a DISTINCT query.
10723 ** that have both DISTINCT and ORDER BY clauses.
10747 ** (or "IS NOT DISTINCT FROM") and not "==".
16202 ** 0x00020000 Transform DISTINCT into GROUP BY
16321 ** pointer will work here as long as it is distinct from SQLITE_STATIC
18926 #define SQLITE_DistinctOpt 0x00000010 /* DISTINCT using indexes */
19884 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
19945 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
    [all...]

Completed in 139 milliseconds