| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | Any.h | 28 class LLVM_EXTERNAL_VISIBILITY Any { 63 Any() = default; 65 Any(const Any &Other) in Any() function 74 std::negation<std::is_same<std::decay_t<T>, Any>>, 85 std::negation<std::is_convertible<Any, std::decay_t<T>>>, 88 Any(T &&Value) { in Any() function 93 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() function 95 Any &swap(Any &Other) { in swap() 100 Any &operator=(Any Other) { 114 return Storage->id() == &Any::TypeId<remove_cvref_t<T>>::Id; in isa() [all …]
|
| /openbsd/src/gnu/llvm/clang/tools/clang-format-vs/ |
| D | ClangFormat.sln | 10 Debug|Any CPU = Debug|Any CPU 11 Release|Any CPU = Release|Any CPU 14 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Release|Any CPU.Build.0 = Release|Any CPU
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | PassInstrumentation.h | 78 using BeforePassFunc = bool(StringRef, Any); 79 using BeforeSkippedPassFunc = void(StringRef, Any); 80 using BeforeNonSkippedPassFunc = void(StringRef, Any); 81 using AfterPassFunc = void(StringRef, Any, const PreservedAnalyses &); 83 using BeforeAnalysisFunc = void(StringRef, Any); 84 using AfterAnalysisFunc = void(StringRef, Any); 85 using AnalysisInvalidatedFunc = void(StringRef, Any); 236 ShouldRun &= C(Pass.name(), llvm::Any(&IR)); in runBeforePass() 241 C(Pass.name(), llvm::Any(&IR)); in runBeforePass() 244 C(Pass.name(), llvm::Any(&IR)); in runBeforePass() [all …]
|
| D | Comdat.h | 36 Any, ///< The linker may choose any COMDAT. enumerator 63 SelectionKind SK = Any;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Passes/ |
| D | StandardInstrumentations.h | 49 void printBeforePass(StringRef PassID, Any IR); 50 void printAfterPass(StringRef PassID, Any IR); 58 void pushModuleDesc(StringRef PassID, Any IR); 74 bool shouldRun(StringRef PassID, Any IR); 82 bool shouldRun(StringRef PassName, Any IR); 184 void saveIRBeforePass(Any IR, StringRef PassID, StringRef PassName); 186 void handleIRAfterPass(Any IR, StringRef PassID, StringRef PassName); 195 virtual void handleInitialIR(Any IR) = 0; 197 virtual void generateIRRepresentation(Any IR, StringRef PassID, 204 Any) = 0; [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/ |
| D | constructor.C | 4 struct Any { struct 12 struct Any *ap = (struct Any *) in main() argument 13 __builtin_alloca (sizeof(struct Any)); in main() 14 *ap = ((struct Any){ &i, &j }) ; in main()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIMachineFunctionInfo.cpp | 596 bool Any = false; in convertArgumentInfo() local 597 Any |= convertArg(AI.PrivateSegmentBuffer, ArgInfo.PrivateSegmentBuffer); in convertArgumentInfo() 598 Any |= convertArg(AI.DispatchPtr, ArgInfo.DispatchPtr); in convertArgumentInfo() 599 Any |= convertArg(AI.QueuePtr, ArgInfo.QueuePtr); in convertArgumentInfo() 600 Any |= convertArg(AI.KernargSegmentPtr, ArgInfo.KernargSegmentPtr); in convertArgumentInfo() 601 Any |= convertArg(AI.DispatchID, ArgInfo.DispatchID); in convertArgumentInfo() 602 Any |= convertArg(AI.FlatScratchInit, ArgInfo.FlatScratchInit); in convertArgumentInfo() 603 Any |= convertArg(AI.LDSKernelId, ArgInfo.LDSKernelId); in convertArgumentInfo() 604 Any |= convertArg(AI.PrivateSegmentSize, ArgInfo.PrivateSegmentSize); in convertArgumentInfo() 605 Any |= convertArg(AI.WorkGroupIDX, ArgInfo.WorkGroupIDX); in convertArgumentInfo() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Passes/ |
| D | StandardInstrumentations.cpp | 125 const Module *unwrapModule(Any IR, bool Force = false) { in unwrapModule() 189 std::string getIRName(Any IR) { in getIRName() 221 bool shouldPrintIR(Any IR) { in shouldPrintIR() 238 void unwrapAndPrint(raw_ostream &OS, Any IR) { in unwrapAndPrint() 294 const Module *getModuleForComparison(Any IR) { in getModuleForComparison() 311 bool isInteresting(Any IR, StringRef PassID, StringRef PassName) { in isInteresting() 326 void ChangeReporter<T>::saveIRBeforePass(Any IR, StringRef PassID, in saveIRBeforePass() 349 void ChangeReporter<T>::handleIRAfterPass(Any IR, StringRef PassID, in handleIRAfterPass() 394 PIC.registerBeforeNonSkippedPassCallback([&PIC, this](StringRef P, Any IR) { in registerRequiredCallbacks() 399 [&PIC, this](StringRef P, Any IR, const PreservedAnalyses &) { in registerRequiredCallbacks() [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | constraints.md | 33 "Any register accessible as @code{@var{r}l}. In 32-bit mode, @code{a}, 37 "Any register accessible as @code{@var{r}h}: @code{a}, @code{b}, 41 "@internal Any register that can be used as the index in a base+index 69 "Any 80387 floating-point (stack) register.") 81 "Any MMX register.") 84 "Any SSE register.") 87 "@internal Any SSE2 register.")
|
| /openbsd/src/gnu/usr.bin/perl/t/lib/warnings/ |
| D | utf8 | 176 chr(0xD7FF) =~ /\p{Any}/; 177 chr(0xD800) =~ /\p{Any}/; 178 chr(0xDFFF) =~ /\p{Any}/; 179 chr(0xE000) =~ /\p{Any}/; 180 chr(0xFEFF) =~ /\p{Any}/; 181 chr(0xFFFD) =~ /\p{Any}/; 182 chr(0xFFFE) =~ /\p{Any}/; 183 chr(0xFFFF) =~ /\p{Any}/; 184 chr(0x10000) =~ /\p{Any}/; 185 chr(0x100000) =~ /\p{Any}/; [all …]
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/ |
| D | lldb-private-enumerations.h | 202 Any = 1 << 15, enumerator 204 AnyModule = Any | Module, 206 AnyType = Any | Class | Struct | Union | Enum | Typedef
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Transformer/ |
| D | RewriteRule.h | 50 llvm::Any Metadata; 69 using AnyGenerator = MatchConsumer<llvm::Any>; 115 -> llvm::Expected<llvm::Any> { 116 return llvm::Expected<llvm::Any>(llvm::Any()); 247 const ast_matchers::MatchFinder::MatchResult &R) -> llvm::Any { in withMetadata()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
| D | AtomicChange.h | 46 llvm::Any Metadata); 129 const llvm::Any &getMetadata() const { return Metadata; } in getMetadata() 151 llvm::Any Metadata;
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | RichManglingContext.h | 74 llvm::Any m_cxx_method_parser; 88 template <class ParserT> static ParserT *get(llvm::Any parser) { in get()
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | PassTimingInfo.cpp | 304 [this](StringRef P, Any) { this->startPassTimer(P); }); in registerCallbacks() argument 306 [this](StringRef P, Any, const PreservedAnalyses &) { in registerCallbacks() argument 314 [this](StringRef P, Any) { this->startAnalysisTimer(P); }); in registerCallbacks() argument 316 [this](StringRef P, Any) { this->stopAnalysisTimer(P); }); in registerCallbacks() argument
|
| D | Comdat.cpp | 50 case Comdat::Any: in LLVMGetComdatSelectionKind() 68 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
| D | comp-types-1.m | 55 /* Any comparison involving an 'id' must be without warnings. */ 65 /* Any comparison between 'MyClass *' and anything which is not an 'id' 74 /* Any comparison between 'MyOtherClass *' (which implements
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| D | SampleProfileProbe.h | 25 class Any; variable 64 void runAfterPass(StringRef PassID, Any IR);
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | perldelta_template.pod | 5 [ this is a template for a new perldelta file. Any text flagged as XXX needs 20 XXX Any important notices here 32 XXX Any security-related notices go here. In particular, any security 50 XXX Any deprecated features, syntax, modules etc. should be listed here. 247 go here. Any other changes to the Perl build process should be listed here. 263 XXX Any significant changes to the testing of a freshly built perl should be 292 XXX Any changes to platform support should be listed in the sections below. 375 XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any
|
| /openbsd/src/gnu/gcc/gcc/config/s390/ |
| D | constraints.md | 27 ;; a -- Any address register from 1 to 15. 29 ;; d -- Any register from 0 to 15. 56 ;; P -- Any integer constant that can be loaded without literal pool. 78 "Any address register from 1 to 15.") 88 "Any register from 0 to 15") 150 Any integer constant that can be loaded without literal pool"
|
| /openbsd/src/gnu/llvm/clang/utils/analyzer/ |
| D | ProjectMap.py | 5 from typing import Any, Dict, List, NamedTuple, Optional, Tuple 8 JSON = Dict[str, Any]
|
| /openbsd/src/gnu/llvm/llvm/lib/Linker/ |
| D | LinkModules.cpp | 159 bool DstAnyOrLargest = Dst == Comdat::SelectionKind::Any || in computeResultingSelectionKind() 161 bool SrcAnyOrLargest = Src == Comdat::SelectionKind::Any || in computeResultingSelectionKind() 168 Result = Comdat::SelectionKind::Any; in computeResultingSelectionKind() 177 case Comdat::SelectionKind::Any: in computeResultingSelectionKind()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| D | RunIRPasses.cpp | 35 [&](StringRef, Any) { return !O.shouldKeep(); }); in runPasses() argument
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-strip.rst | 123 ``*`` Any number of characters ``.*`` 124 ``?`` Any single character ``.`` 151 section references. Any invalid sh_link fields will be set to zero.
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlrecharclass.pod | 145 Any character not matched by C<\d> is matched by C<\D>. 209 Any character not matched by C<\w> is matched by C<\W>. 262 Any character not matched by C<\s> is matched by C<\S>. 624 necessarily both letters or both digits. Any character is possible, 795 alpha Any alphabetical character (e.g., [A-Za-z]). 796 alnum Any alphanumeric character (e.g., [A-Za-z0-9]). 797 ascii Any character in the ASCII character set. 798 blank Any horizontal whitespace character (e.g. space or horizontal 800 cntrl Any control character. See Note [2] below. 801 digit Any decimal digit (e.g., [0-9]), equivalent to "\d". [all …]
|