| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | InstrInfoEmitter.cpp | 96 raw_ostream &OS, StringRef Namespace, 243 StringRef Namespace = Target.getInstNamespace(); in emitOperandNameMappings() local 287 OS << "namespace llvm::" << Namespace << " {\n"; in emitOperandNameMappings() 295 OS << "} // end namespace llvm::" << Namespace << '\n'; in emitOperandNameMappings() 300 OS << "namespace llvm::" << Namespace << " {\n"; in emitOperandNameMappings() 326 OS << " case " << Namespace << "::" << Name << ":\n"; in emitOperandNameMappings() 337 OS << "} // end namespace llvm::" << Namespace << '\n'; in emitOperandNameMappings() 348 StringRef Namespace = Target.getInstNamespace(); in emitOperandTypeMappings() local 353 if (Namespace != "X86") in emitOperandTypeMappings() 365 OS << "namespace llvm::" << Namespace << "::OpTypes {\n"; in emitOperandTypeMappings() [all …]
|
| H A D | RegisterInfoEmitter.cpp | 107 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in runEnums() local 120 if (!Namespace.empty()) in runEnums() 121 OS << "namespace " << Namespace << " {\n"; in runEnums() 130 if (!Namespace.empty()) in runEnums() 131 OS << "} // end namespace " << Namespace << "\n"; in runEnums() 141 if (!Namespace.empty()) in runEnums() 142 OS << "namespace " << Namespace << " {\n"; in runEnums() 147 if (!Namespace.empty()) in runEnums() 148 OS << "} // end namespace " << Namespace << "\n\n"; in runEnums() 156 if (!Namespace.empty()) in runEnums() [all …]
|
| H A D | AsmWriterEmitter.cpp | 132 O << " case " << FirstInst.CGI->Namespace in EmitInstructions() 135 O << " case " << AWI.CGI->Namespace << "::" << AWI.CGI->TheDef->getName() in EmitInstructions() 147 OpsToPrint.emplace_back(FirstInst.CGI->Namespace.str() + in EmitInstructions() 152 OpsToPrint.emplace_back(AWI.CGI->Namespace.str() + in EmitInstructions() 642 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in EmitGetRegisterName() local 673 if (!Namespace.empty()) in EmitGetRegisterName() 674 O << Namespace << "::"; in EmitGetRegisterName() 684 if (!Namespace.empty()) in EmitGetRegisterName() 685 O << Namespace << "::"; in EmitGetRegisterName() 889 StringRef Namespace = Target.getName(); in EmitPrintAliasInstruction() local [all …]
|
| H A D | PseudoLoweringEmitter.cpp | 232 o << " case " << Source.Namespace << "::" << Source.TheDef->getName() in emitLoweringEmitter() 235 << " Inst.setOpcode(" << Dest.Namespace in emitLoweringEmitter()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 271 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage() argument 278 StringRef Namespace) { in PragmaDiagnosticPush() argument 284 StringRef Namespace) { in PragmaDiagnosticPop() argument 288 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() argument 595 void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage() argument 597 First->PragmaMessage(Loc, Namespace, Kind, Str); in PragmaMessage() 598 Second->PragmaMessage(Loc, Namespace, Kind, Str); in PragmaMessage() 601 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPush() argument 602 First->PragmaDiagnosticPush(Loc, Namespace); in PragmaDiagnosticPush() 603 Second->PragmaDiagnosticPush(Loc, Namespace); in PragmaDiagnosticPush() [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenTarget.cpp | 64 std::string Namespace; in getQualifiedName() local 66 Namespace = R->getValueAsString("Namespace").str(); in getQualifiedName() 67 if (Namespace.empty()) in getQualifiedName() 69 return Namespace + "::" + R->getName().str(); in getQualifiedName() 93 if (Inst->Namespace != "TargetOpcode") { in getInstNamespace() 94 InstNamespace = Inst->Namespace; in getInstNamespace() 105 return RegClasses.size() > 0 ? RegClasses.front().Namespace : ""; in getRegNamespace() 248 assert(Instr->Namespace == "TargetOpcode" && "Bad namespace"); in ComputeInstrsByEnum() 257 if (CGI->Namespace != "TargetOpcode") { in ComputeInstrsByEnum()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 219 case NestedNameSpecifier::Namespace: in getFullyQualifiedNestedNameSpecifier() 339 const NamespaceDecl *Namespace, in createNestedNameSpecifier() argument 341 while (Namespace && Namespace->isInline()) { in createNestedNameSpecifier() 343 Namespace = dyn_cast<NamespaceDecl>(Namespace->getDeclContext()); in createNestedNameSpecifier() 345 if (!Namespace) return nullptr; in createNestedNameSpecifier() 350 createOuterNNS(Ctx, Namespace, FullyQualified, WithGlobalNsPrefix), in createNestedNameSpecifier() 351 Namespace); in createNestedNameSpecifier()
|
| H A D | NestedNameSpecifier.cpp | 152 return isa<NamespaceDecl>(ND) ? Namespace : NamespaceAlias; in getKind() 206 case Namespace: in getDependence() 286 case SpecifierKind::Namespace: in translateToType() 308 case Namespace: in print() 369 case NestedNameSpecifier::Namespace: in getLocalDataLength() 420 case NestedNameSpecifier::Namespace: in getLocalSourceRange() 572 NamespaceDecl *Namespace, in Extend() argument 576 Namespace); in Extend() 629 case NestedNameSpecifier::Namespace: in MakeTrivial()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFRegisterInfo.td | 13 let Namespace = "BPF" in { 19 let Namespace = "BPF"; 27 let Namespace = "BPF";
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 170 void PragmaMessage(SourceLocation Loc, StringRef Namespace, 173 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override; 174 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override; 175 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, 605 StringRef Namespace, in PragmaMessage() argument 610 if (!Namespace.empty()) in PragmaMessage() 611 *OS << Namespace << ' '; in PragmaMessage() 642 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush() argument 644 *OS << "#pragma " << Namespace << " diagnostic push"; in PragmaDiagnosticPush() 649 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILStubs.td | 3 let Namespace = "dxil" in { 9 let Namespace = "dxil";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VERegisterInfo.td | 18 let Namespace = "VE"; 26 let Namespace = "VE"; 34 let Namespace = "VE"; 44 let Namespace = "VE"; 49 let Namespace = "VE" in {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430RegisterInfo.td | 15 let Namespace = "MSP430"; 25 let Namespace = "MSP430"; 52 def subreg_8bit : SubRegIndex<8> { let Namespace = "MSP430"; }
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 562 struct Namespace; 563 typedef std::vector<Namespace> NamespacesSeq; 593 struct Namespace { struct 602 LLVM_YAML_IS_SEQUENCE_VECTOR(Namespace) 606 template <> struct MappingTraits<Namespace> { 607 static void mapping(IO &IO, Namespace &T) { in mapping() 933 const Namespace &TheNamespace, in convertNamespaceContext() 941 ContextKind::Namespace, CI, SwiftVersion); in convertNamespaceContext() 943 convertTopLevelItems(Context(CtxID, ContextKind::Namespace), in convertNamespaceContext() 1096 for (const auto &Namespace : TLItems.Namespaces) { in convertTopLevelItems() local [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Pragma.cpp | 908 void Preprocessor::AddPragmaHandler(StringRef Namespace, in AddPragmaHandler() argument 913 if (!Namespace.empty()) { in AddPragmaHandler() 917 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() 924 InsertNS = new PragmaNamespace(Namespace); in AddPragmaHandler() 939 void Preprocessor::RemovePragmaHandler(StringRef Namespace, in RemovePragmaHandler() argument 944 if (!Namespace.empty()) { in RemovePragmaHandler() 945 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() 1286 const char *Namespace; member 1290 : PragmaHandler("diagnostic"), Namespace(NS) {} in PragmaDiagnosticHandler() 1312 Callbacks->PragmaDiagnosticPop(DiagLoc, Namespace); in HandlePragma() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 201 Namespace = 1 << 2, enumerator 214 AnyDeclContext = Any | Namespace | ClassOrStruct | Union | Enum | Function,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiRegisterInfo.td | 16 let Namespace = "Lanai"; 20 let Namespace = "Lanai" in {
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 219 void add(StringRef Name, LVScope *Namespace) { in add() argument 221 NamespaceNames.emplace(Name, Namespace); in add() 235 LVScope *Namespace = It != NamespaceNames.end() ? It->second : nullptr; in find() local 236 return Namespace; in find() 432 LVScope *Namespace = nullptr; in get() local 436 Namespace = find(Component); in get() 437 if (!Namespace) { in get() 440 Namespace = Shared->Reader->createScopeNamespace(); in get() 441 Namespace->setTag(dwarf::DW_TAG_namespace); in get() 442 Namespace->setName(Component); in get() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600RegisterInfo.td | 3 let Namespace = "AMDGPU"; 16 let Namespace = "AMDGPU"; 22 let Namespace = "AMDGPU"; 31 let Namespace = "AMDGPU";
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 232 MatchTableRecord MatchTable::NamedValue(unsigned NumBytes, StringRef Namespace, in NamedValue() argument 234 return MatchTableRecord(std::nullopt, (Namespace + "::" + NamedValue).str(), in NamedValue() 1442 return {MatchTable::NamedValue(2, I->Namespace, I->TheDef->getName()), in getInstValue() 1444 return MatchTable::NamedValue(2, I->Namespace, I->TheDef->getName()); in getInstValue() 1461 return {MatchTable::NamedValue(2, I->Namespace, I->TheDef->getName()), in getValue() 1463 return MatchTable::NamedValue(2, I->Namespace, I->TheDef->getName()); in getValue() 2232 << MatchTable::NamedValue(2, I->Namespace, I->TheDef->getName()) in emitActionOpcodes() 2237 auto Namespace = Def->getValue("Namespace") in emitActionOpcodes() local 2244 << MatchTable::NamedValue(2, Namespace, Def->getName()) in emitActionOpcodes() 2250 auto Namespace = Use->getValue("Namespace") in emitActionOpcodes() local [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_ignorelist.txt | 10 # type:*Namespace::ClassName*=init
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 83 Namespace, enumerator 433 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrFormats.td | 19 let Namespace = "SPIRV";
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLBuiltinTypeDeclBuilder.h | 61 BuiltinTypeDeclBuilder(Sema &SemaRef, NamespaceDecl *Namespace,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrGISel.td | 15 class X86GenericInstruction : GenericInstruction { let Namespace = "X86"; }
|