OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDistinct
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp
328
if (!Tuple || Tuple->
isDistinct
())
345
if (!Tuple || Tuple->
isDistinct
())
1140
bool
IsDistinct
= false;
1144
if (!
IsDistinct
) {
1187
(
IsDistinct
? CLASS::getDistinct ARGS : CLASS::get ARGS)
1290
IsDistinct
= true;
1297
MetadataList.assignValue(
IsDistinct
? MDNode::getDistinct(Context, Elts)
1307
IsDistinct
= Record[0];
1324
IsDistinct
= Record[0];
1370
IsDistinct
= Record[0] & 1
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
778
if (parseDIExpression(N, /*
IsDistinct
=*/false))
810
bool
IsDistinct
= EatIfPresent(lltok::kw_distinct);
812
if (parseSpecializedMDNode(Init,
IsDistinct
))
815
parseMDTuple(Init,
IsDistinct
))
4025
bool LLParser::parseMDTuple(MDNode *&MD, bool
IsDistinct
) {
4030
MD = (
IsDistinct
? MDTuple::getDistinct : MDTuple::get)(Context, Elts);
4668
bool LLParser::parseSpecializedMDNode(MDNode *&N, bool
IsDistinct
) {
4673
return parse##CLASS(N,
IsDistinct
);
4702
(
IsDistinct
? CLASS::getDistinct ARGS : CLASS::get ARGS)
4707
bool LLParser::parseDILocation(MDNode *&Result, bool
IsDistinct
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h
521
bool parseMDTuple(MDNode *&MD, bool
IsDistinct
= false);
536
bool parseSpecializedMDNode(MDNode *&N, bool
IsDistinct
= false);
539
bool parse##CLASS(MDNode *&Result, bool
IsDistinct
);
541
bool parseDIArgList(MDNode *&Result, bool
IsDistinct
,
/src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp
804
static DISubprogram *getSubprogram(bool
IsDistinct
, Ts &&... Args) {
805
if (
IsDistinct
)
818
/*
IsDistinct
=*/IsDefinition, VMContext, getNonCompileUnitScope(Context),
856
/*
IsDistinct
=*/IsDefinition, VMContext, cast<DIScope>(Context), Name,
Completed in 79 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026