| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| Checker.cpp | 19 int ImplicitNullDerefEvent::Tag;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| AutoConvert.cpp | 56 struct file_tag Tag; 57 Tag.ft_ccsid = CCSID; 58 Tag.ft_txtflag = Text; 59 Tag.ft_deferred = 0; 60 Tag.ft_rsvflags = 0; 62 if (fcntl(FD, F_SETTAG, &Tag) == -1)
|
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| ClangCommentCommandInfoEmitter.cpp | 31 Record &Tag = *Tags[i]; 33 << "\"" << Tag.getValueAsString("Name") << "\", " 34 << "\"" << Tag.getValueAsString("EndCommandName") << "\", " 36 << Tag.getValueAsInt("NumArgs") << ", " 37 << Tag.getValueAsBit("IsInlineCommand") << ", " 38 << Tag.getValueAsBit("IsBlockCommand") << ", " 39 << Tag.getValueAsBit("IsBriefCommand") << ", " 40 << Tag.getValueAsBit("IsReturnsCommand") << ", " 41 << Tag.getValueAsBit("IsParamCommand") << ", " 42 << Tag.getValueAsBit("IsTParamCommand") << ", [all...] |
| ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 56 Record &Tag = **I; 57 std::string Spelling = std::string(Tag.getValueAsString("Spelling")); 58 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); 62 SrcMgr.PrintMessage(Tag.getLoc().front(),
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| NativeRawSymbol.h | 26 NativeRawSymbol(NativeSession &PDBSession, PDB_SymType Tag, 233 PDB_SymType Tag;
|
| NativeTypeUDT.h | 66 codeview::TagRecord *Tag = nullptr;
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| ModuleDebugInfoPrinter.cpp | 121 auto Tag = dwarf::TagString(T->getTag()); 122 if (!Tag.empty()) 123 O << Tag; 125 O << "unknown-tag(" << T->getTag() << ")";
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| RISCVELFStreamer.h | 23 unsigned Tag; 35 if (Contents[i].Tag == Attribute)
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| CTagsEmitter.cpp | 28 class Tag { 33 Tag(const std::string &Name, const SMLoc Location) 35 int operator<(const Tag &B) const { return *Id < *B.Id; } 67 std::vector<Tag> Tags; 71 Tags.push_back(Tag(C.first, locate(C.second.get()))); 73 Tags.push_back(Tag(D.first, locate(D.second.get()))); 78 for (const Tag &T : Tags)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Waymarking.h | 13 // A Tag of n-bits (in size) is composed as follows: 22 // a tag with a "Stop Mask" is reached. Then start calculating the "Offset" from 26 // A special case - if we first encounter a Tag with a Stop and a zero digit, 121 // The number of bits of a Waymarking Tag. 124 // A Tag is composed from a Mark and a Stop mask. 135 // Add a new tag, calculated from Count and Stop, to the Vals pack, while 153 // Add the tag and remove it from Count. 168 // The remaining number for calculating the next tag, following the last one 198 /// This class is responsible for tagging (and retrieving the tag of) a given 204 static void setWaymark(T &N, unsigned Tag) { N.setWaymark(Tag); [all...] |
| PointerSumType.h | 21 /// A compile time pair of an integer tag and the pointer-like type which it 28 enum { Tag = N }; 42 /// bits of the pointers to store the tag. 46 /// This allows the user to control the particular tag value associated with 56 /// It also default constructs to a zero tag with a null pointer, whatever that 57 /// would be. This means that the zero value for the tag type is significant 61 /// Having a supported zero-valued tag also enables getting the address of a 62 /// pointer stored with that tag provided it is stored in its natural bit 63 /// representation. This works because in the case of a zero-valued tag, the 68 /// There is no support for constructing or accessing with a dynamic tag a [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| WithColor.h | 29 Tag,
|
| /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| DWARFLinkerDeclContext.cpp | 46 unsigned Tag = DIE.getTag(); 52 switch (Tag) { 91 bool IsAnonymousNamespace = NameRef.empty() && Tag == dwarf::DW_TAG_namespace; 98 if (Tag != dwarf::DW_TAG_class_type && Tag != dwarf::DW_TAG_structure_type && 99 Tag != dwarf::DW_TAG_union_type && 100 Tag != dwarf::DW_TAG_enumeration_type && NameRef.empty()) 117 if (Tag != dwarf::DW_TAG_namespace || IsAnonymousNamespace) { 145 // Strictly speaking, hashing the Tag is only necessary for a 150 // once as a struct and once as a class. Using the Tag in the full [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| CoverageMappingWriter.cpp | 128 /// Low 2 bits - Tag: 141 unsigned Tag = unsigned(C.getKind()); 143 Tag += Expressions[C.getExpressionID()].Kind; 147 return Tag | (ID << Counter::EncodingTagBits); 219 // Mark an expansion region with a set bit that follows the counter tag,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| BPFPreserveDIType.cpp | 89 unsigned Tag = DTy->getTag(); 90 if (Tag != dwarf::DW_TAG_const_type && 91 Tag != dwarf::DW_TAG_volatile_type)
|
| /src/external/apache2/llvm/dist/llvm/utils/yaml-bench/ |
| YAMLBench.cpp | 70 /// Pretty print a tag by replacing tag:yaml.org,2002: with !!. 72 std::string Tag = N->getVerbatimTag(); 73 if (StringRef(Tag).startswith("tag:yaml.org,2002:")) { 75 Ret += StringRef(Tag).substr(18); 79 Ret += Tag;
|
| /src/sys/external/bsd/acpica/dist/disassembler/ |
| dmopcode.c | 369 * DESCRIPTION: Emit a description comment for a resource descriptor tag 380 char *Tag; 420 /* Major cheat: We previously put the Tag ptr in the Node field */ 422 Tag = ACPI_CAST_PTR (char, IndexOp->Common.Node); 423 if (!Tag || (*Tag == 0)) 428 /* Is the tag a predefined name? */ 430 Info = AcpiAhMatchPredefinedName (Tag); 438 AcpiOsPrintf (" // %4.4s: %s", Tag,
|
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| BugReporterVisitors.h | 181 /// Return the tag associated with this visitor. This tag will be used 226 /// Return the tag associated with this visitor. This tag will be used 301 static int Tag = 0; 302 return static_cast<void *>(&Tag); 331 static int Tag = 0; 332 ID.AddPointer(&Tag); 361 /// Return the tag associated with this visitor. This tag will be use [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| ObjCContainersChecker.cpp | 50 /// A tag to id this checker. 51 static void *getTag() { static int Tag; return &Tag; }
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| LiveIntervalUnion.h | 61 unsigned Tag = 0; // unique tag for current contents. 84 /// getTag - Return an opaque tag representing the current state of the union. 85 unsigned getTag() const { return Tag; } 87 /// changedSince - Return true if the union change since getTag returned tag. 88 bool changedSince(unsigned tag) const { return tag != Tag; } 97 void clear() { Segments.clear(); ++Tag; } 120 unsigned Tag = 0 [all...] |
| RegisterClassInfo.h | 32 unsigned Tag = 0; 49 // Tag changes whenever cached information needs to be recomputed. An RCInfo 50 // entry is valid when its tag matches. 51 unsigned Tag = 0; 78 if (Tag != RCI.Tag)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
| DWARFLinkerDeclContext.h | 83 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag, 86 : QualifiedNameHash(Hash), Line(Line), ByteSize(ByteSize), Tag(Tag), 100 uint16_t getTag() const { return Tag; } 108 uint16_t Tag = dwarf::DW_TAG_compile_unit;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DebugHandlerBase.cpp | 154 unsigned Tag = DDTy->getTag(); 156 if (Tag != dwarf::DW_TAG_member && Tag != dwarf::DW_TAG_typedef && 157 Tag != dwarf::DW_TAG_const_type && Tag != dwarf::DW_TAG_volatile_type && 158 Tag != dwarf::DW_TAG_restrict_type && Tag != dwarf::DW_TAG_atomic_type) 195 dwarf::Tag T = (dwarf::Tag)Ty->getTag();
|
| /src/sys/arch/prep/include/ |
| chpidpnp.h | 40 #define ChipID_Packet 0x70 /* tag for ChipIdPack without size */ 122 /* small tag = 0x7n with n bytes. Type == 1 for ChipID 138 unsigned char Tag;
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaCXXScopeSpec.cpp | 55 if (const TagType *Tag = T->getAs<TagType>()) 56 return Tag->getDecl(); 152 const TagType *Tag = NNS->getAsType()->getAs<TagType>(); 153 assert(Tag && "Non-tag type in nested-name-specifier"); 154 return Tag->getDecl(); 203 TagDecl *tag = dyn_cast<TagDecl>(DC); local 208 if (!tag || tag->isDependentContext()) 211 // Grab the tag definition, if there is one [all...] |