Home
last modified time | relevance | path

Searched refs:Allowed (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp17 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 DARMELFStreamer.cpp832 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 DARMTargetStreamer.cpp195 : 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 Dpredicates.md111 ;; Allowed operands are either:
124 ;; Allowed operands are either:
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dversion.c.lt46 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 DARMBuildAttributes.h121 Allowed = 1, enumerator
/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dhttp.errors26 405 PROTO Method Not Allowed
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dhttp.errors27 405 PROTO Method Not Allowed
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp461 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 Dpredicates.md113 ;; Allowed operands are either:
126 ;; Allowed operands are either:
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h159 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 Drfc3663.txt74 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 Drfc2926.txt78 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 Drfc4514.txt724 - Allowed recognition of alternative string representations.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1065 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 DRecordLayoutBuilder.cpp1287 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 Ddarwin.opt277 (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 Ddarwin.opt281 (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 Dconfig.rst67 Allowed udp port numbers, array with 0 if not allowed.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp710 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 Ddnssec-settime.rst51 (RRSIG of KSK), or :option:`-z` (RRSIG of ZSK). Allowed states are HIDDEN,
/netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/
H A Dtestfloat.txt66 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 DCMake.rst337 not. Allowed values are `WITH_ASSERTS` (default), `FORCE_ON` and
/netbsd-src/crypto/external/cpl/trousers/dist/
H A DChangeLog68 - Allowed TCD Daemon to run with reduced privileges In Solaris.
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst2492 Allowed kinds of arguments:

12