| /src/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 166 StringRef USR; member 175 SymbolReference(StringRef Name, StringRef USR, StringRef Source = "") 176 : Name(Name), USR(USR), Source(Source) {} in Name() 182 bool empty() const { return Name.empty() && USR.empty() && Source.empty(); } in empty() 241 StringRef USR; member 289 APIRecord(RecordKind Kind, StringRef USR, StringRef Name, 295 : USR(USR), Name(Name), Parent(std::move(Parent)), Location(Location), in USR() function 301 APIRecord(RecordKind Kind, StringRef USR, StringRef Name) in APIRecord() 302 : USR(USR), Name(Name), KindForDisplay(Kind), Kind(Kind) {} in APIRecord() 388 NamespaceRecord(StringRef USR, StringRef Name, SymbolReference Parent, in NamespaceRecord() [all …]
|
| H A D | ExtractAPIVisitor.h | 189 SmallString<128> USR; in getBases() local 190 index::generateUSRForDecl(TTPTD, USR); in getBases() 191 BaseClass.USR = API.copyString(USR); in getBases() 227 SmallString<128> USR; in createSymbolReferenceForDecl() local 228 index::generateUSRForDecl(&D, USR); in createSymbolReferenceForDecl() 230 APIRecord *Record = API.findRecordForUSR(USR); in createSymbolReferenceForDecl() 238 return API.createSymbolReference(Name, USR, getOwningModuleName(D)); in createSymbolReferenceForDecl() 286 SmallString<128> USR; in VisitVarDecl() local 287 index::generateUSRForDecl(Decl, USR); in VisitVarDecl() 305 USR, Name, createHierarchyInformationForDecl(*Decl), Loc, in VisitVarDecl() [all …]
|
| /src/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | API.cpp | 26 : Name(R->Name), USR(R->USR), Record(R) {} in SymbolReference() 88 APIRecord *APISet::findRecordForUSR(StringRef USR) const { in findRecordForUSR() 89 if (USR.empty()) in findRecordForUSR() 92 auto FindIt = USRBasedLookupTable.find(USR); in findRecordForUSR() 112 SymbolReference APISet::createSymbolReference(StringRef Name, StringRef USR, in createSymbolReference() argument 114 return SymbolReference(copyString(Name), copyString(USR), copyString(Source)); in createSymbolReference()
|
| H A D | DeclarationFragments.cpp | 226 SmallString<128> USR; in getFragmentsForNNS() local 227 index::generateUSRForDecl(NS, USR); in getFragmentsForNNS() 229 DeclarationFragments::FragmentKind::Identifier, USR, NS); in getFragmentsForNNS() 235 SmallString<128> USR; in getFragmentsForNNS() local 236 index::generateUSRForDecl(Alias, USR); in getFragmentsForNNS() 238 DeclarationFragments::FragmentKind::Identifier, USR, in getFragmentsForNNS() 307 std::string USR = TypedefResolver.getUSRForType(QualType(T, 0)); in getFragmentsForType() local 316 USR, TypedefResolver.getUnderlyingTypeDecl(QualType(T, 0))); in getFragmentsForType() 402 SmallString<64> USR(""); in getFragmentsForType() local 404 index::generateUSRForDecl(TemplDecl, USR); in getFragmentsForType() [all …]
|
| H A D | ExtractAPIConsumer.cpp | 332 SmallString<128> USR; in EndOfMainFile() local 334 USR); in EndOfMainFile() 337 USR, Name, SymbolReference(), Loc, in EndOfMainFile()
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | dfmul.S | 156 BTMPL = USR 163 USR = BTMPL define 226 TMP = USR 246 USR = TMP define 260 TMP = USR 270 USR = TMP define 347 TMP = USR 356 USR = TMP define 368 TMP = USR 375 USR = TMP define
|
| H A D | dfdiv.S | 250 TMP = USR 275 USR = TMP define 302 TMP = USR // If not, just return 308 TMP = USR // Else, we want to set Unf+Inexact 315 USR = TMP define 327 TMP = USR 337 USR = TMP define 448 TMP = USR 456 USR = TMP define
|
| H A D | dffma.S | 324 TMP = USR 406 AH = USR 431 USR = AH define 454 BH = USR 461 USR = BH define 469 TMP = USR 479 USR = TMP define 649 TMP = USR
|
| H A D | dfaddsub.S | 164 TMP = USR 231 TMP = USR 240 USR = TMP define 371 TMP = USR
|
| /src/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 230 Identifier["precise"] = Record.USR; in serializeIdentifier() 590 Elem["usr"] = Parent.USR; in generateParentContexts() 724 << Source.USR << " $ "; in serializeRelationship() 725 if (Target.USR.empty()) in serializeRelationship() 728 OS << Target.USR; in serializeRelationship() 731 Relationship["source"] = Source.USR; in serializeRelationship() 732 Relationship["target"] = Target.USR; in serializeRelationship() 758 Obj["!testLabel"] = Record->USR; in serializeAPIRecord() 928 !API.findRecordForUSR(Record->Interface.USR)) in traverseObjCCategoryRecord() 998 (*CurrentSymbol)["type"] = Record->UnderlyingType.USR; in visitTypedefRecord() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCrossTUKinds.td | 15 "error parsing index file: '%0' line: %1 '<USR-Length>:<USR> <File-Path>' "
|
| H A D | DiagnosticCommonKinds.td | 63 "for %select{language name|source container name|USR}1 in "
|
| /src/crypto/openssh/contrib/aix/ |
| H A D | README | 34 The script treats all packages as USR packages (not ROOT+USR when
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 141 R = Hexagon::USR; in init() 623 unsigned UsrR = Hexagon::USR; // Silence warning about mixed types in ?:. in checkRegisters() 624 unsigned BadR = RI.isSubRegister(Hexagon::USR, R) ? UsrR : R; in checkRegisters() 636 unsigned UsrR = Hexagon::USR; in checkRegisters() 637 unsigned BadR = RI.isSubRegister(Hexagon::USR, R) ? UsrR : R; in checkRegisters()
|
| /src/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | am335x-pocketbeagle.dts | 130 "[USR LED 0]", 131 "[USR LED 1]", 132 "[USR LED 2]", 133 "[USR LED 3]",
|
| /src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 505 auto USR = getUSRForDecl(Decl); in isInUSRSet() local 506 if (USR.empty()) in isInUSRSet() 508 return llvm::is_contained(USRSet, USR); in isInUSRSet()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.td | 161 // Fake register to represent USR.OVF bit. Arithmetic/saturating instruc- 164 // on the entire USR. 167 def USR : Rc<8, "usr", ["c8"]>, DwarfRegNum<[75]> { 184 // Define C8 separately and make it aliased with USR. 185 // The problem is that USR has subregisters (e.g. overflow). If USR was 189 def C8: Rc<8, "c8", [], [USR]>, DwarfRegNum<[75]>; 210 // Use C8 instead of USR as a subregister of C9_8. 563 M0, M1, USR)>;
|
| H A D | HexagonRegisterInfo.cpp | 167 Reserved.set(Hexagon::USR); // C8 in getReservedRegs()
|
| H A D | HexagonDepInstrInfo.td | 4118 let Uses = [USR]; 4130 let Uses = [USR]; 4140 let Uses = [USR]; 4150 let Uses = [USR]; 4162 let Uses = [USR]; 4172 let Uses = [USR]; 4182 let Uses = [USR]; 4194 let Uses = [USR]; 4206 let Uses = [USR]; 4218 let Uses = [USR]; [all …]
|
| H A D | HexagonPseudo.td | 149 let Defs = [SA0, LC0, USR], isCodeGenOnly = 1, isExtended = 1,
|
| /src/sys/contrib/device-tree/src/arm/intel/ixp/ |
| H A D | intel-ixp42x-usrobotics-usr8200.dts | 6 * This machine is based on IXP422, the USR internal codename 57 * seen from the outside: probably USR planned at one
|
| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 936 SmallString<128> USR; in visitFullComment() local 937 generateUSRForDecl(DI->CommentDecl, USR); in visitFullComment() 938 if (!USR.empty()) { in visitFullComment() 940 appendToResultWithXMLEscaping(USR); in visitFullComment()
|
| /src/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.h | 131 static std::optional<Object> serializeSingleSymbolSGF(StringRef USR,
|
| /src/sys/contrib/device-tree/src/arm/st/ |
| H A D | ste-snowball.dts | 129 gpio-line-names = "USR PB", "", "", "", "", "", "", "",
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/ |
| H A D | HexagonDisassembler.cpp | 677 /* 8 */ USR, PC, UGP, GP, in DecodeCtrRegsRegisterClass()
|