| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | attrproto.t | 22 is $ret, "bad", "Prototype is set to \"bad\""; 28 like shift @warnings, qr/Prototype \'bar\' overridden by attribute \'prototype\(bad\)\' in Q::A/, 29 "Third warning is Prototype overridden"; 36 is $ret, "bad", "Prototype is set to \"bad\""; 38 like shift @warnings, qr/Prototype \'bar\' overridden by attribute \'prototype\(bad\)\' in Q::B/, 39 "First warning is Prototype overridden"; 51 like shift @warnings, qr/Prototype \'ignored\' overridden by attribute \'prototype\(baz\)\' in Q::B/, 52 "Shifting off Prototype overridden warning"; 53 like shift @warnings, qr/Prototype mismatch: sub Q::B \(bad\) vs \(baz\)/, 66 like shift @warnings, qr/Prototype \'ignore [all...] |
| H A D | protowarn.t | 73 $warn = q{Prototype after '@' for};
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 337 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local 338 this->RetconLowering.ResumePrototype = Prototype; in buildFrom() 376 Prototype->getFunctionType()->dump(); in buildFrom() 385 Prototype->getFunctionType()->dump(); in buildFrom() 404 Prototype->getFunctionType()->dump(); in buildFrom() 412 Prototype->getFunctionType()->dump(); in buildFrom()
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 52 SmallVector<PrototypeDescriptor> Prototype; member 263 InsertToSignatureSet(SR.Prototype); in init() 540 auto Prototype = RVVIntrinsic::computeBuiltinTypes( in createRVVIntrinsics() local 553 TypeCache.computeTypes(BT, Log2LMUL, NF, Prototype); in createRVVIntrinsics() 657 SR.Prototype = std::move(BasicPrototype); in createRVVIntrinsics() 684 R.PrototypeIndex = SST.getIndex(SR.Prototype); in createRVVIntrinsicRecords() 687 R.PrototypeLength = SR.Prototype.size(); in createRVVIntrinsicRecords()
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | libgomp.texi | 185 @item @emph{Prototype}: @tab @code{int omp_get_dynamic();} 211 @item @emph{Prototype}: @tab @code{int omp_get_max_threads();} 243 @item @emph{Prototype}: @tab @code{int omp_get_nested();} 268 @item @emph{Prototype}: @tab @code{int omp_get_num_procs();} 298 @item @emph{Prototype}: @tab @code{int omp_get_num_threads();} 326 @item @emph{Prototype}: @tab @code{int omp_get_thread_num();} 353 @item @emph{Prototype}: @tab @code{int omp_in_parallel();} 377 @item @emph{Prototype}: @tab @code{void omp_set_dynamic(int);} 406 @item @emph{Prototype}: @tab @code{void omp_set_dynamic(int);} 434 @item @emph{Prototype}: @tab @code{void omp_set_num_threads(int);} [all …]
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/linker/ |
| H A D | linker_ocaml.c | 25 void llvm_raise(value Prototype, char *Message);
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/irreader/ |
| H A D | irreader_ocaml.c | 21 void llvm_raise(value Prototype, char *Message);
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/bitreader/ |
| H A D | bitreader_ocaml.c | 22 void llvm_raise(value Prototype, char *Message);
|
| /openbsd-src/gnu/llvm/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 790 ArrayRef<PrototypeDescriptor> Prototype) { in computeTypes() argument 796 for (const PrototypeDescriptor &Proto : Prototype) { in computeTypes() 913 llvm::ArrayRef<PrototypeDescriptor> Prototype, bool IsMasked, in computeBuiltinTypes() argument 916 SmallVector<PrototypeDescriptor> NewPrototype(Prototype.begin(), in computeBuiltinTypes() 917 Prototype.end()); in computeBuiltinTypes() 957 PrototypeDescriptor MaskoffType = Prototype[1]; in computeBuiltinTypes()
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | toke | 5 Prototype after '@' for main::foo 137 Prototype after '@' for main::fòò : @$\0 at (eval 1) line 1. 146 Prototype after '@' for main::foo : @\0 at (eval 1) line 1. 148 Prototype after '@' for main::foo2 : @\x{0} at (eval 2) line 1. 163 Prototype after '@' for main::foo : @$\x{0}L... at (eval 1) line 1. 171 Prototype after '@' for main::foo : @\0 at (eval 1) line 1. 177 Prototype after '@' for main::foo : @\x{ab} at (eval 1) line 1. 185 Prototype after '@' for main::foo : @\x{30cb} at (eval 1) line 1. 1343 Prototype after '@' for main::proto_after_array : @$ at - line 3. 1344 Prototype afte [all...] |
| H A D | op | 94 Prototype mismatch: [cv_ckproto] 1046 Prototype mismatch: sub fred () vs none at - line 4. 1048 Prototype mismatch: sub george: none vs () at - line 6. 1049 Prototype mismatch: sub phred () vs none at - line 8. 1051 Prototype mismatch: sub jorge: none vs () at - line 10. 1133 Prototype mismatch: sub main::fred () vs ($) at - line 3. 1134 Prototype mismatch: sub foo () vs (@) at - line 4. 1135 Prototype mismatch: sub btu: none vs () at - line 6. 1143 Prototype mismatch: sub main::frèd () vs ($) at - line 5. 1152 Prototype mismatc [all...] |
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CloneDetection.cpp | 494 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local 495 CloneDetector::CloneGroup PotentialGroup = {Prototype}; in splitCloneGroups() 507 if (!Compare(Prototype, Candidate)) in splitCloneGroups()
|
| /openbsd-src/gnu/usr.bin/perl/dist/constant/t/ |
| H A D | constant.t | 226 qr/^Prototype mismatch: sub main::BEGIN \(\) vs none at/; 298 like ($warnings[0], qr/^Prototype mismatch: sub main::zit$no_proto vs \(\)/,
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/ |
| H A D | executionengine_ocaml.c | 29 void llvm_raise(value Prototype, char *Message);
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 1085 OverloadCandidate(FunctionProtoTypeLoc Prototype) in OverloadCandidate() argument 1086 : Kind(CK_FunctionProtoTypeLoc), ProtoTypeLoc(Prototype) { in OverloadCandidate() 1087 assert(!Prototype.isNull()); in OverloadCandidate()
|
| H A D | DeclSpec.h | 1786 Prototype, // Within a function prototype. enumerator 1997 return (Context == DeclaratorContext::Prototype || in isPrototypeContext() 2069 case DeclaratorContext::Prototype: in mayOmitIdentifier() 2103 case DeclaratorContext::Prototype: in mayHaveIdentifier() 2144 case DeclaratorContext::Prototype: in mayHaveDecompositionDeclarator() 2207 case DeclaratorContext::Prototype: in mayBeFollowedByCXXDirectInit() 2433 case DeclaratorContext::Prototype: in isFunctionDeclarationContext() 2469 case DeclaratorContext::Prototype: in isExpressionContext()
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | ChangeLog | 79 * libiberty.h (strverscmp): Prototype. 234 * libiberty.h (basename): Prototype for __MINGW32__. 279 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
|
| /openbsd-src/gnu/usr.bin/perl/t/comp/ |
| H A D | proto.t | 655 return if $thiswarn =~ /^Prototype mismatch: sub main::evaled_subroutine/; 736 print "not " unless $warn =~ /Prototype after '\@' for main::badproto4 : \@ \$b ar/; 857 if ($thiswarn =~ /^Prototype mismatch: sub main::z_zwap/) {
|
| /openbsd-src/gnu/llvm/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 340 llvm::ArrayRef<PrototypeDescriptor> Prototype); 444 computeBuiltinTypes(llvm::ArrayRef<PrototypeDescriptor> Prototype,
|
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | VectorPredication.rst | 87 .. [VPRFC] RFC: Prototype & Roadmap for vector predication in LLVM,
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-0203 | 1913 * symbols.h: Prototype them. 2414 * cgen.h: Prototype gas_cgen_begin. 3115 * config/tc-i960.c (md_ri_to_chars): Prototype. 3138 * config/e-crisaout.c (crisaout_bfd_name): Prototype. 3139 * config/e-criself.c (criself_bfd_name): Prototype. 3151 * config/tc-a29k.c (insert_sreg): Prototype. 3152 (define_some_regs): Prototype, make static. 3180 (restore_colon): Prototype. 3181 * config/tc-frv.c (frv_insert_vliw_insn): Prototype. 3202 (parse_reg): Prototype. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-0203 | 1913 * symbols.h: Prototype them. 2414 * cgen.h: Prototype gas_cgen_begin. 3115 * config/tc-i960.c (md_ri_to_chars): Prototype. 3138 * config/e-crisaout.c (crisaout_bfd_name): Prototype. 3139 * config/e-criself.c (criself_bfd_name): Prototype. 3151 * config/tc-a29k.c (insert_sreg): Prototype. 3152 (define_some_regs): Prototype, make static. 3180 (restore_colon): Prototype. 3181 * config/tc-frv.c (frv_insert_vliw_insn): Prototype. 3202 (parse_reg): Prototype. [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl03.rst | 287 should be used for a given Prototype. Since all function arguments in 296 the Prototype. This indicates the type, linkage and name to use, as 314 names given in the Prototype. This step isn't strictly necessary, but keeping 317 them up in the Prototype AST. 343 exists, so we'll codegen one from the Prototype. In either case, we want to
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | ChangeLog | 147 * libiberty.h (strverscmp): Prototype. 459 * libiberty.h (basename): Prototype for __MINGW32__. 527 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/ |
| H A D | target_ocaml.c | 28 void llvm_raise(value Prototype, char *Message);
|