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

12345678910

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5770 bool VisitTagDecl(const TagDecl *Tag);
5963 bool UnnamedLocalNoLinkageFinder::VisitTagDecl(const TagDecl *Tag) { argument
5964 if (Tag->getDeclContext()->isFunctionOrMethod()) {
5969 << S.Context.getTypeDeclType(Tag) << SR;
5973 if (!Tag->hasNameForLinkage()) {
5978 S.Diag(Tag->getLocation(), diag::note_template_unnamed_type_here);
9596 TagDecl *Tag = cast<TagDecl>(TagD);
9597 assert(!Tag->isEnum() && "shouldn't see enumerations here");
9599 if (Tag->isInvalidDecl())
9602 CXXRecordDecl *Record = cast<CXXRecordDecl>(Tag);
[all...]
H A DSemaTemplateInstantiateDecl.cpp5833 const RecordType *Tag = T->getAs<RecordType>(); local
5834 assert(Tag && "type of non-dependent record is not a RecordType");
5835 if (Tag->isBeingDefined())
5837 if (!Tag->isBeingDefined() &&
5841 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);
/freebsd-12-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-12-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-12-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-12-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-12-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-12-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-12-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-12-stable/sys/dev/mpt/
H A Dmpt_cam.c3072 * Tag messages rejected, but non-tagged retry
4385 ta->QueueTag = sp->Tag;
4491 ta->QueueTag = sp->Tag;
4726 tp->QueueTag = htole16(sp->Tag);
4945 tgt->itag = sp->Tag;
/freebsd-12-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-12-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-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1526 struct Tag {}; struct in namespace:testing::gmock_matchers_test
1534 const int& GetImpl(Tag<0>) const { return member_1; }
1535 const string& GetImpl(Tag<1>) const { return member_2; }
1538 auto get(const PairWithGet& value) -> decltype(value.GetImpl(Tag<I>())) {
1539 return value.GetImpl(Tag<I>());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3104 if (const ProgramPointTag *Tag = OtherNode->getLocation().getTag())
3105 Out << '\"' << Tag->getTagDescription() << "\"";
/freebsd-12-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-12-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm152 .4byte 0xffffffff @ CIE Identifier Tag
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2233 for (auto Tag : Tags) {
2234 Record.append(Tag.begin(), Tag.end());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1166 support::endian::write<uintX_t>(OS, DE.Tag, ELFT::TargetEndianness);
H A DELFYAML.cpp1509 IO.mapRequired("Tag", Rel.Tag);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2888 DeclSpec::TST TagType, Decl *Tag);

Completed in 1011 milliseconds

12345678910