Searched refs:Name (Results 151 - 175 of 2071) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h30 /// Declares a program state trait for type \p Type called \p Name, and
33 #define REGISTER_TRAIT_WITH_PROGRAMSTATE(Name, Type) \
35 class Name {}; \
36 using Name ## Ty = Type; \
41 struct ProgramStateTrait<Name> \
42 : public ProgramStatePartialTrait<Name ## Ty> { \
76 /// State = State->set<Name>(K, V);
77 /// const Value *V = State->get<Name>(K); // Returns NULL if not in the map.
78 /// State = State->remove<Name>(K);
79 /// NameTy Map = State->get<Name>();
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_flags.cc39 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
45 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \
46 RegisterFlag(parser, #Name, Description, &f->Name);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp61 #define TYPE_RECORD(EnumName, EnumVal, Name) \
63 Name##Record &Record);
64 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
65 #define MEMBER_RECORD(EnumName, EnumVal, Name)
66 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h63 uint32_t Name; ///< String table offset in the string table. member in struct:llvm::gsym::InlineInfo
68 InlineInfo() : Name(0), CallFile(0), CallLine(0) {}
70 Name = 0;
172 return LHS.Name == RHS.Name && LHS.CallFile == RHS.CallFile &&
H A DLookupResult.h23 StringRef Name; ///< Function or symbol name. member in struct:llvm::gsym::SourceLocation
31 return LHS.Name == RHS.Name && LHS.Dir == RHS.Dir &&
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionCOFF.h51 // The storage of Name is owned by MCContext's COFFUniquingMap.
52 MCSectionCOFF(StringRef Name, unsigned Characteristics, argument
55 : MCSection(SV_COFF, Name, K, Begin), Characteristics(Characteristics),
64 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
85 static bool isImplicitlyDiscardable(StringRef Name) { argument
86 return Name.startswith(".debug");
H A DMCSymbolELF.h20 MCSymbolELF(const StringMapEntry<bool> *Name, bool isTemporary) argument
21 : MCSymbol(SymbolKindELF, Name, isTemporary) {}
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_flags.cpp36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
42 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \
43 RegisterFlag(parser, #Name, Description, &f->Name);
/netbsd-current/sys/external/bsd/acpica/dist/debugger/
H A Ddbutils.c3 * Module Name: dbutils - AML debugger utilities
93 for (i = 0; Arguments[i].Name; i++)
96 ACPI_CAST_PTR (char, Arguments[i].Name),
97 ACPI_CAST_PTR (char, UserArgument)) == Arguments[i].Name)
253 * PARAMETERS: Name - String to prepare
263 char *Name)
266 if (!Name)
271 AcpiUtStrupr (Name);
275 if (*Name == '/')
277 *Name
262 AcpiDbPrepNamestring( char *Name) argument
318 AcpiDbLocalNsLookup( char *Name) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp23 Preprocessor &PP, raw_ostream &Name,
25 Name << II.getName();
28 Name << '(';
32 Name << (*AI)->getName();
33 Name << ',';
38 Name << "...";
40 Name << (*AI)->getName();
45 Name << "...";
47 Name << ')';
183 llvm::raw_string_ostream Name(NameBuffe
21 writeMacroDefinition(const IdentifierInfo &II, const MacroInfo &MI, Preprocessor &PP, raw_ostream &Name, raw_ostream &Value) argument
[all...]
H A DCGBuilder.h31 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
68 llvm::LoadInst *CreateLoad(Address Addr, const llvm::Twine &Name = "") {
70 Addr.getAlignment().getAsAlign(), Name);
72 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) { argument
76 Addr.getAlignment().getAsAlign(), Name);
79 const llvm::Twine &Name = "") {
82 Name);
88 const llvm::Twine &Name = "") {
90 return CreateAlignedLoad(Ty, Addr, Align.getAsAlign(), Name);
117 const llvm::Twine &Name
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordMapping.h32 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \
33 Error visitKnownRecord(CVSymbol &CVR, Name &Record) override;
34 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
H A DSymbolVisitorCallbacks.h38 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \
39 virtual Error visitKnownRecord(CVSymbol &CVR, Name &Record) { \
42 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
H A DTypeDumpVisitor.h54 #define TYPE_RECORD(EnumName, EnumVal, Name) \
55 Error visitKnownRecord(CVType &CVR, Name##Record &Record) override;
56 #define MEMBER_RECORD(EnumName, EnumVal, Name) \
57 Error visitKnownMember(CVMemberRecord &CVR, Name##Record &Record) override;
58 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
59 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DDecompressor.h23 /// @param Name Section name.
27 static Expected<Decompressor> create(StringRef Name, StringRef Data,
48 static bool isCompressedELFSection(uint64_t Flags, StringRef Name);
51 static bool isGnuStyle(StringRef Name);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h42 StringRef getShortName() const { return Name; }
46 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name,
54 std::string Name; member in struct:llvm::pdb::StreamInfo
H A DMinimalTypeDumper.h43 #define TYPE_RECORD(EnumName, EnumVal, Name) \
45 codeview::Name##Record &Record) override;
46 #define MEMBER_RECORD(EnumName, EnumVal, Name) \
48 codeview::Name##Record &Record) override;
49 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
50 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp22 const char *Name = TD.getName(DINameKind::ShortName); local
26 OS << "name = '" << Name << "'"
43 << ", name = '" << Name << "'"
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBank.h31 const char *Name; member in class:llvm::RegisterBank
43 RegisterBank(unsigned ID, const char *Name, unsigned Size,
51 const char *getName() const { return Name; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DDecompressor.cpp20 Expected<Decompressor> Decompressor::create(StringRef Name, StringRef Data, argument
26 Error Err = isGnuStyle(Name) ? D.consumeCompressedGnuHeader()
75 bool Decompressor::isGnuStyle(StringRef Name) { argument
76 return Name.startswith(".zdebug");
91 bool Decompressor::isCompressedELFSection(uint64_t Flags, StringRef Name) { argument
92 return (Flags & ELF::SHF_COMPRESSED) || isGnuStyle(Name);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Ddwarf-5-file0.d7 Entry Name
12 The File Name Table \(offset 0x.*, lines 3, columns 3\):
13 Entry Dir MD5 Name
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacapps.h3 * Module Name: acapps - common include for ACPI applications/tools
101 #define ACPI_OPTION(Name, Description) \
102 printf (" %-20s%s\n", Name, Description);
107 #define ACPI_CHECK_STATUS(Name, Status, Expected) \
111 AcpiFormatException (Status), #Name, _AcpiModuleName, __LINE__); \
117 #define ACPI_CHECK_OK(Name, Status) ACPI_CHECK_STATUS (Name, Status, AE_OK);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DSystemZ.cpp57 const char *&Name, TargetInfo::ConstraintInfo &Info) const {
58 switch (*Name) {
86 llvm::StringLiteral Name; member in struct:ISANameRevision
98 int SystemZTargetInfo::getISARevision(StringRef Name) const {
100 llvm::find_if(ISARevisions, [Name](const ISANameRevision &CR) {
101 return CR.Name == Name;
111 Values.push_back(Rev.Name);
56 validateAsmConstraint( const char *&Name, TargetInfo::ConstraintInfo &Info) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloatInfo.cpp40 while (PredefinedFuncs[i].Name) {
41 name_ = PredefinedFuncs[i].Name;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DCodeExpansions.h26 void declare(StringRef Name, StringRef Expansion) { argument
27 bool Inserted = Expansions.try_emplace(Name, Expansion).second;

Completed in 183 milliseconds

1234567891011>>