Home
last modified time | relevance | path

Searched defs:IsDistinct (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp810 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in parseStandaloneMetadata() local
4025 bool LLParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple()
4668 bool LLParser::parseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in parseSpecializedMDNode()
4707 bool LLParser::parseDILocation(MDNode *&Result, bool IsDistinct) { in parseDILocation()
4725 bool LLParser::parseGenericDINode(MDNode *&Result, bool IsDistinct) { in parseGenericDINode()
4742 bool LLParser::parseDISubrange(MDNode *&Result, bool IsDistinct) { in parseDISubrange()
4779 bool LLParser::parseDIGenericSubrange(MDNode *&Result, bool IsDistinct) { in parseDIGenericSubrange()
4811 bool LLParser::parseDIEnumerator(MDNode *&Result, bool IsDistinct) { in parseDIEnumerator()
4837 bool LLParser::parseDIBasicType(MDNode *&Result, bool IsDistinct) { in parseDIBasicType()
4855 bool LLParser::parseDIStringType(MDNode *&Result, bool IsDistinct) { in parseDIStringType()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1140 bool IsDistinct = false; in parseOneMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp804 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&... Args) { in getSubprogram()