Searched refs:CTag (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 927 unsigned CTag = CTy->getTag(); in computeBaseAndAccessKey() local 928 if (CTag == dwarf::DW_TAG_structure_type || CTag == dwarf::DW_TAG_union_type) { in computeBaseAndAccessKey()
|
H A D | BTFDebug.cpp | 789 auto CTag = CTy->getTag(); in IsForwardDeclCandidate() local 790 if ((CTag == dwarf::DW_TAG_structure_type || in IsForwardDeclCandidate() 791 CTag == dwarf::DW_TAG_union_type) && in IsForwardDeclCandidate()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sampidefs.h | 1467 bit32 CTag; member
|
H A D | sampirsp.c | 5362 bit32 CTag; in mpiDeviceHandleArrived() local 5378 OSSA_READ_LE_32(AGROOT, &CTag, pMsg1, OSSA_OFFSET_OF(agsaDeviceHandleArrivedNotify_t, CTag)); in mpiDeviceHandleArrived() 5536 …mpiDevHandleAcceptCmd(agRoot, agNULL, CTag, FwdDeviceId, 0, pDeviceInfo.commonDevInfo.flag, pDevic… in mpiDeviceHandleArrived() 5540 …mpiDevHandleAcceptCmd(agRoot, agNULL, CTag, FwdDeviceId, 1, pDeviceInfo.commonDevInfo.flag, pDevic… in mpiDeviceHandleArrived()
|