OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Distinct
(Results
1 - 1
of
1
) sorted by relevancy
/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
...]
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026