Home
last modified time | relevance | path

Searched refs:SrcRecord (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp693 InstrProfRecord SrcRecord("caller", 0x1234, {1ULL << 31, 2}); in TEST_P() local
694 addValueProfData(SrcRecord); in TEST_P()
696 ValueProfData::serializeFrom(SrcRecord); in TEST_P()
759 InstrProfRecord SrcRecord("caller", 0x1234, {1ULL << 31, 2}); in TEST_P() local
760 addValueProfData(SrcRecord); in TEST_P()
762 ValueProfData::serializeFrom(SrcRecord); in TEST_P()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h638 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), DstPattern(dst), in PatternToMatch()
641 Record *SrcRecord; // Originating Record for the pattern. variable
649 Record *getSrcRecord() const { return SrcRecord; } in getSrcRecord()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h691 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), DstPattern(dst), in PatternToMatch()
694 Record *SrcRecord; // Originating Record for the pattern. variable
702 Record *getSrcRecord() const { return SrcRecord; } in getSrcRecord()
/external/clang/lib/Sema/
DSemaCast.cpp649 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>(); in CheckDynamicCast() local
650 if (SrcRecord) { in CheckDynamicCast()
668 assert(SrcRecord && "Bad source pointee slipped through."); in CheckDynamicCast()
680 if (DestRecord == SrcRecord) { in CheckDynamicCast()
701 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition(); in CheckDynamicCast()