| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.cpp | 17 getBestGuess(llvm::StringRef Search, llvm::ArrayRef<llvm::StringRef> Allowed, in getBestGuess() argument 22 for (const llvm::StringRef &Item : Allowed) { in getBestGuess() 39 for (const llvm::StringRef &Item : Allowed) { in getBestGuess() 65 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local 70 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed), in getBestGuess() 78 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local 83 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed), in getBestGuess() 91 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local 97 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed), in getBestGuess() 105 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 832 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 839 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 840 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes() 844 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 850 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 851 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes() 856 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes() 861 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 867 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 885 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() [all …]
|
| H A D | ARMTargetStreamer.cpp | 195 : ARMBuildAttrs::Allowed); in emitTargetAttributes() 204 emitAttribute(ARMBuildAttrs::THUMB_ISA_use, ARMBuildAttrs::Allowed); in emitTargetAttributes() 282 emitAttribute(ARMBuildAttrs::DSP_extension, ARMBuildAttrs::Allowed); in emitTargetAttributes() 289 ARMBuildAttrs::Allowed); in emitTargetAttributes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/ |
| H A D | predicates.md | 111 ;; Allowed operands are either: 124 ;; Allowed operands are either:
|
| /netbsd-src/external/bsd/less/dist/lesstest/lt/ |
| H A D | version.c.lt | 46 1/29/84 Allowed use on standard input 141 v65 1/26/87 Allowed '-' command to change NUMBER 995 …_________________________________________________________ 1/29/84 Allowed use on standard i… 997 …_________________________________________________________ 1/29/84 Allowed use on standard i… 999 …_________________________________________________________ 1/29/84 Allowed use on standard i… 1001 …_________________________________________________________ 1/29/84 Allowed use on standard i… 1003 …_________________________________________________________ 1/29/84 Allowed use on standard i… 1005 …_________________________________________________________ 1/29/84 Allowed use on standard i… 1007 …_________________________________________________________ 1/29/84 Allowed use on standard i… 1009 …_________________________________________________________ 1/29/84 Allowed use on standard i… [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | ARMBuildAttributes.h | 121 Allowed = 1, enumerator
|
| /netbsd-src/share/examples/refuse/ian/libfetch/ |
| H A D | http.errors | 26 405 PROTO Method Not Allowed
|
| /netbsd-src/external/bsd/fetch/dist/libfetch/ |
| H A D | http.errors | 27 405 PROTO Method Not Allowed
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RegAllocPBQP.cpp | 461 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed = in apply() local 465 while (PRegOpt < Allowed.size() && Allowed[PRegOpt].id() != DstReg) in apply() 468 if (PRegOpt < Allowed.size()) { in apply()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/ |
| H A D | predicates.md | 113 ;; Allowed operands are either: 126 ;; Allowed operands are either:
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | RegAllocPBQP.h | 159 AllowedRegVecRef getAllowedRegs(AllowedRegVector Allowed) { in getAllowedRegs() argument 160 return AllowedRegVecs.getValue(std::move(Allowed)); in getAllowedRegs()
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3663.txt | 74 3.1.2. Allowed Searches . . . . . . . . . . . . . . . . 7 78 3.2.2. Allowed Searches . . . . . . . . . . . . . . . . 8 84 4.1.2. Allowed Searches . . . . . . . . . . . . . . . . 11 88 4.2.2. Allowed Searches . . . . . . . . . . . . . . . . 13 353 3.1.2. Allowed Searches 423 3.2.2. Allowed Searches 587 4.1.2. Allowed Searches 679 4.2.2. Allowed Searches
|
| H A D | rfc2926.txt | 78 2.4 Default and Allowed Value Lists ........................... 10 304 Default and Allowed Values - These must be handled by the client 538 2.4 Default and Allowed Value Lists 553 lines and labeled with the "Default:" and "Allowed:" tags to allow 707 Allowed: tls, ssl, http-basic, http-digest, none 773 Allowed: 1, 2, 3, 4' 799 Allowed: standard, noncollated sort, collated sort,
|
| H A D | rfc4514.txt | 724 - Allowed recognition of alternative string representations.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1065 DenseSet<const char *> *Allowed = nullptr, bool DeleteFns = true) 1067 InfoCache(InfoCache), CGUpdater(CGUpdater), Allowed(Allowed), 1150 bool Invalidate = Allowed && !Allowed->count(&AAType::ID); 1709 const DenseSet<const char *> *Allowed;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 1287 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase() local 1288 (void)Allowed; in LayoutBase() 1289 assert(Allowed && "Base subobject externally placed at overlapping offset"); in LayoutBase() 2027 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); in LayoutField() local 2028 (void)Allowed; in LayoutField() 2029 assert(Allowed && "Externally-placed field cannot be placed here"); in LayoutField()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
| H A D | darwin.opt | 277 (Obsolete) Allowed linking to proceed with \"-flat_namespace\" when a linked bundle contained a sym… 326 (Obsolete, ld_classic only) -sectcreate <segname> <sectname> <file> Allowed creation of a section f…
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
| H A D | darwin.opt | 281 (Obsolete) Allowed linking to proceed with \"-flat_namespace\" when a linked bundle contained a sym… 330 (Obsolete, ld_classic only) -sectcreate <segname> <sectname> <file> Allowed creation of a section f…
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
| H A D | config.rst | 67 Allowed udp port numbers, array with 0 if not allowed.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 710 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_exceptions, ARMBuildAttrs::Allowed); in emitAttributes() 715 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_rounding, ARMBuildAttrs::Allowed); in emitAttributes() 722 ARMBuildAttrs::Allowed); in emitAttributes()
|
| /netbsd-src/external/mpl/bind/dist/bin/dnssec/ |
| H A D | dnssec-settime.rst | 51 (RRSIG of KSK), or :option:`-z` (RRSIG of ZSK). Allowed states are HIDDEN,
|
| /netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/ |
| H A D | testfloat.txt | 66 Variations Allowed by the IEC/IEEE Standard 559 Variations Allowed by the IEC/IEEE Standard
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CMake.rst | 337 not. Allowed values are `WITH_ASSERTS` (default), `FORCE_ON` and
|
| /netbsd-src/crypto/external/cpl/trousers/dist/ |
| H A D | ChangeLog | 68 - Allowed TCD Daemon to run with reduced privileges In Solaris.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/ |
| H A D | checkers.rst | 2492 Allowed kinds of arguments:
|