Searched refs:Name (Results 51 - 75 of 2071) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_flags.h20 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h32 #define TOKEN(Name) Name,
33 #define SHORT_TOKEN(Name, Ch) Name,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DExpressionTraits.h22 #define EXPRESSION_TRAIT(Spelling, Name, Key) ET_##Name,
25 #define EXPRESSION_TRAIT(Spelling, Name, Key) +1
H A DDiagnosticOptions.h91 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits;
92 #define ENUM_DIAGOPT(Name, Type, Bits, Default)
98 #define DIAGOPT(Name, Bits, Default)
99 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits;
127 #define DIAGOPT(Name, Bits, Default)
128 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
129 Type get##Name() const { return static_cast<Type>(Name); } \
[all...]
H A DTargetCXXABI.h32 #define CXXABI(Name, Str) Name,
44 #define CXXABI(Name, Str) {Str, Name},
52 #define CXXABI(Name, Str) {Name, Str},
59 static Kind getKind(StringRef Name) { return getABIMap().lookup(Name); } argument
63 static bool isABI(StringRef Name) { argument
64 return getABIMap().find(Name) !
[all...]
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dprepinfo.awk77 Name = getnodename($0)
80 if ((l = length(Name)) > Maxlen)
84 printf("Name = %s\n", Name) > "/dev/stderr"
109 printf("Processing %s: Name = %s\n", $1, Name) > "/dev/stderr"
126 Node[Name ".level"] = levelnum
127 Node[Name ".name"] = Name
129 printf("Node[%s\".level\"] = %s\n", Name, Nod
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerShmemWindows.cpp24 std::string SharedMemoryRegion::Path(const char *Name) { argument
25 return DirPlusFile(TmpDir(), Name);
28 std::string SharedMemoryRegion::SemName(const char *Name, int Idx) { argument
29 std::string Res(Name);
38 bool SharedMemoryRegion::Create(const char *Name) { argument
43 bool SharedMemoryRegion::Open(const char *Name) { argument
48 bool SharedMemoryRegion::Destroy(const char *Name) { argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp28 #define OMP_DEFAULT_KIND(Enum, Name) .Case(Name, unsigned(Enum))
33 #define OMP_PROC_BIND_KIND(Enum, Name, Value) .Case(Name, Value)
38 #define OPENMP_SCHEDULE_KIND(Name) \
39 .Case(#Name, static_cast<unsigned>(OMPC_SCHEDULE_##Name))
40 #define OPENMP_SCHEDULE_MODIFIER(Name) \
41 .Case(#Name, static_cast<unsigned>(OMPC_SCHEDULE_MODIFIER_##Name))
[all...]
H A DExpressionTraits.cpp19 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Name,
24 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Spelling,
H A DLangOptions.cpp18 #define LANGOPT(Name, Bits, Default, Description) Name = Default;
19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default);
24 #define LANGOPT(Name, Bits, Default, Description)
25 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default;
26 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
27 Name = static_cast<unsigned>(Default);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Testing/Support/
H A DAnnotations.cpp30 llvm::Optional<llvm::StringRef> Name; local
36 Points[Name.getValueOr("")].push_back(Code.size());
37 Name = llvm::None;
41 OpenRanges.emplace_back(Name.getValueOr(""), Code.size());
42 Name = llvm::None;
45 Require(!Name, "$name should be followed by ^ or [[");
56 Name =
58 Text = Text.drop_front(Name->size());
64 Require(!Name, "unterminated $name");
68 size_t Annotations::point(llvm::StringRef Name) cons
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfiling.h24 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name;
29 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name;
104 * \c Name is not copied, so it must remain valid. Passing NULL resets the
107 void __llvm_profile_set_filename(const char *Name);
116 * \c Name is not copied, so it must remain valid. Passing NULL resets the
120 void __llvm_profile_override_default_filename(const char *Name);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptToken.h46 #define TOKEN(Name) Name,
47 #define SHORT_TOKEN(Name, Ch) Name,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFSection.h22 StringRef Name; member in struct:llvm::SectionName
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFixupKindInfo.h35 const char *Name; member in struct:llvm::MCFixupKindInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.h37 std::string Name; member in class:llvm::VRegRenamer::NamedVReg
40 NamedVReg(Register Reg, std::string Name = "") : Reg(Reg), Name(Name) {}
41 NamedVReg(std::string Name = "") : Reg(~0U), Name(Name) {}
43 const std::string &getName() const { return Name; }
76 unsigned createVirtualRegisterWithLowerName(unsigned VReg, StringRef Name);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h95 using Name = StringRef;
112 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName,
126 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName,
137 virtual void handleDoubleLock(StringRef Kind, Name LockName,
154 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName,
167 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName,
191 ProtectedOperationKind POK, Name LockName,
193 Name *PossibleMatch = nullptr) {}
202 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Ne
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahaml.c3 * Module Name: ahaml - AML opcode decoding for acpihelp utility
62 * PARAMETERS: Name - Name or prefix for an AML opcode.
67 * DESCRIPTION: Find all AML opcodes that match the input Name or name
74 char *Name)
80 AcpiUtStrupr (Name);
91 if (!Name || (Name[0] == '*'))
103 if (strstr (Gbl_Buffer, Name) == Gbl_Buffer)
110 if (!Found && Name)
73 AhFindAmlOpcode( char *Name) argument
251 AhFindAmlTypes( char *Name) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentCommandTraits.cpp34 const CommandInfo *CommandTraits::getCommandInfoOrNULL(StringRef Name) const {
35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name))
37 return getRegisteredCommandInfo(Name);
60 StringRef Name = Command->Name;
62 unsigned MinPossibleEditDistance = abs((int)Name.size() - (int)Typo.size());
64 unsigned EditDistance = Typo.edit_distance(Name, true, BestEditDistance);
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); local
86 memcpy(Name, CommandName.data(), CommandName.size());
87 Name[CommandNam
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp33 StringRef Name) {
35 std::unique_ptr<Module> M = parseIRFile(Name, Diag, Context);
42 StringRef Name) {
44 if (Name.startswith("@")) Name = Name.substr(1);
46 Function *LFn = L.getFunction(Name);
47 Function *RFn = R.getFunction(Name);
51 errs() << "No function named @" << Name << " in either module\n";
53 errs() << "No function named @" << Name << " i
32 readModule(LLVMContext &Context, StringRef Name) argument
41 diffGlobal(DifferenceEngine &Engine, Module &L, Module &R, StringRef Name) argument
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/disassembler/
H A Ddmnames.c3 * Module Name: dmnames - AML disassembler, names, namestrings, pathnames
67 * PARAMETERS: Name - 4 character ACPI name
77 UINT32 Name)
86 *ACPI_CAST_PTR (UINT32, &NewName[0]) = Name;
203 * PARAMETERS: Name - ACPI Name string to store
213 char *Name)
218 if (!Name)
225 while (ACPI_IS_ROOT_PREFIX (ACPI_GET8 (Name)) ||
226 ACPI_IS_PARENT_PREFIX (ACPI_GET8 (Name)))
76 AcpiDmDumpName( UINT32 Name) argument
212 AcpiDmNamestring( char *Name) argument
299 UINT32 Name; local
412 AcpiDmValidateName( char *Name, ACPI_PARSE_OBJECT *Op) argument
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_flags.h33 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsancov_flags.h22 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Type Name;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_flags.h23 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_basic_flags.h24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name;

Completed in 522 milliseconds

1234567891011>>