Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp693 InstrProfRecord SrcRecord("caller", 0x1234, {1ULL << 31, 2}); in TEST_P() local
759 InstrProfRecord SrcRecord("caller", 0x1234, {1ULL << 31, 2}); in TEST_P() local
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h694 Record *SrcRecord; // Originating Record for the pattern. variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCast.cpp649 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>(); in CheckDynamicCast() local