Searched refs:Tag (Results 201 - 225 of 230) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3014 uint32_t Tag = BU.getTagID(); local
3015 if (Tag == LLVMContext::OB_deopt) {
3018 } else if (Tag == LLVMContext::OB_gc_transition) {
3022 } else if (Tag == LLVMContext::OB_funclet) {
3030 } else if (Tag == LLVMContext::OB_cfguardtarget) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5836 const RecordType *Tag = T->getAs<RecordType>(); local
5837 assert(Tag && "type of non-dependent record is not a RecordType");
5838 if (Tag->isBeingDefined())
5840 if (!Tag->isBeingDefined() &&
5844 ParentDC = Tag->getDecl();
H A DSemaCodeComplete.cpp1145 else if (const TagDecl *Tag = dyn_cast<TagDecl>(Ctx))
1148 SemaRef.Context.getTypeDeclType(Tag).getTypePtr());
1268 else if (const auto *Tag = dyn_cast<TagDecl>(Ctx))
1271 SemaRef.Context.getTypeDeclType(Tag).getTypePtr());
1870 if (TagDecl *Tag = TagT->getDecl())
1871 if (!Tag->hasNameForLinkage()) {
1872 switch (Tag->getTagKind()) {
H A DSemaDeclCXX.cpp1667 static unsigned getRecordDiagFromTagKind(TagTypeKind Tag) {
1668 switch (Tag) {
11294 NamedDecl *NonTag = nullptr, *Tag = nullptr;
11329 (isa<TagDecl>(D) ? Tag : NonTag) = D;
11369 if (!Tag) return false;
11373 Diag(Tag->getLocation(), diag::note_using_decl_conflict);
H A DTreeTransform.h1098 TagDecl *Tag = nullptr;
1106 Tag = Result.getAsSingle<TagDecl>();
1111 llvm_unreachable("Tag lookup cannot find non-tags");
1118 if (!Tag) {
1142 if (!SemaRef.isAcceptableTagRedeclaration(Tag, Kind, /*isDefinition*/false,
1145 SemaRef.Diag(Tag->getLocation(), diag::note_previous_use);
1150 QualType T = SemaRef.Context.getTypeDeclType(Tag);
H A DSemaDeclAttr.cpp5507 StringRef Tag; local
5508 if (!S.checkStringLiteralArgumentAttr(AL, I, Tag))
5510 Tags.push_back(Tag);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10857 int64_t Tag; local
10862 Tag = ARMBuildAttrs::AttrTypeFromString(Name);
10863 if (Tag == -1) {
10879 Tag = CE->getValue();
10891 if (Tag == ARMBuildAttrs::CPU_raw_name || Tag == ARMBuildAttrs::CPU_name)
10893 else if (Tag == ARMBuildAttrs::compatibility) {
10896 } else if (Tag < 32 || Tag % 2 == 0)
10898 else if (Tag
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2024 static unsigned getPaddingDiagFromTagKind(TagTypeKind Tag) { argument
2025 switch (Tag) {
H A DDecl.cpp848 } else if (const auto *Tag = dyn_cast<TagDecl>(D)) {
850 if (!Tag->hasNameForLinkage())
856 if (const auto *spec = dyn_cast<ClassTemplateSpecializationDecl>(Tag)) {
H A DASTImporter.cpp2615 if (const auto *Tag = Typedef->getUnderlyingType()->getAs<TagType>())
2616 FoundDecl = Tag->getDecl();
2721 if (const auto *Tag = Typedef->getUnderlyingType()->getAs<TagType>())
2722 Found = Tag->getDecl();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2523 std::string Tag;
2524 if (ParseStringConstant(Tag))
2544 BundleList.emplace_back(std::move(Tag), std::move(Inputs));
3825 DwarfTagField(dwarf::Tag DefaultTag)
3981 unsigned Tag = dwarf::getTag(Lex.getStrVal());
3982 if (Tag == dwarf::DW_TAG_invalid)
3984 assert(Tag <= Result.Max && "Expected valid DWARF tag");
3986 Result.assign(Tag);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1249 int Tag = cast<ConstantSDNode>(Op.getOperand(2).getNode())->getZExtValue(); local
1250 if (Tag != CPP_EXCEPTION)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2467 if (MDNode *Tag = I.getMetadata(LLVMContext::MD_tbaa)) {
2468 MDNode *MutableTBAA = Builder.createMutableTBAAAccessTag(Tag);
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c3090 * Tag messages rejected, but non-tagged retry
4403 ta->QueueTag = sp->Tag;
4509 ta->QueueTag = sp->Tag;
4744 tp->QueueTag = htole16(sp->Tag);
4963 tgt->itag = sp->Tag;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h416 StringView Tag; member in struct:AbiTagAttr
421 Base(Base_), Tag(Tag_) {}
423 template<typename Fn> void match(Fn F) const { F(Base, Tag); }
428 S += Tag;
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c1708 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF;
1815 SA_DBG1(("siAbnormal: unknown request type (%x) is completed. Tag=0x%x\n", pRequest->requestType, pRequest->HTag));
1823 SA_DBG1(("siAbnormal: The request is not valid any more. Tag=0x%x\n", pRequest->HTag));
1873 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF;
1931 SA_DBG1(("siDifAbnormal: unknown request type (%x) is completed. Tag=0x%x\n", pRequest->requestType, pRequest->HTag));
1939 SA_DBG1(("siDifAbnormal: The request is not valid any more. Tag=0x%x\n", pRequest->HTag));
2031 saRoot->IOMap[tag].Tag = MARK_OFF;
2386 /* get Tag */
2455 /* get Tag */
3399 /* get Tag */
[all...]
H A Dsainit.c947 pIOMap->Tag = MARK_OFF;
4024 pIOMap->Tag = MARK_OFF;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4842 const TagType *Tag = FileType->getAs<TagType>(); local
4843 if (!Tag) {
4847 Context.setFILEDecl(Tag->getDecl());
4863 const TagType *Tag = Jmp_bufType->getAs<TagType>(); local
4864 if (!Tag) {
4868 Context.setjmp_bufDecl(Tag->getDecl());
4884 const TagType *Tag = Sigjmp_bufType->getAs<TagType>(); local
4885 assert(Tag && "Invalid sigjmp_buf type in AST file");
4886 Context.setsigjmp_bufDecl(Tag->getDecl());
4920 const TagType *Tag local
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm152 .4byte 0xffffffff @ CIE Identifier Tag
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3104 if (const ProgramPointTag *Tag = OtherNode->getLocation().getTag())
3105 Out << '\"' << Tag->getTagDescription() << "\"";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1682 // Tag = AddrLong >> kMyriadTagShift
1683 Value *Tag = IRB.CreateLShr(AddrLong, kMyriadTagShift); local
1684 // Tag == kMyriadDDRTag
1686 IRB.CreateICmpEQ(Tag, ConstantInt::get(IntptrTy, kMyriadDDRTag));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2233 for (auto Tag : Tags) {
2234 Record.append(Tag.begin(), Tag.end());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1509 IO.mapRequired("Tag", Rel.Tag);
H A DELFEmitter.cpp1166 support::endian::write<uintX_t>(OS, DE.Tag, ELFT::TargetEndianness);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2888 DeclSpec::TST TagType, Decl *Tag);

Completed in 549 milliseconds

12345678910