Searched refs:prototype (Results 26 - 50 of 141) sorted by relevance

123456

/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h34 llvm::Type &prototype,
H A DABISysV_arc.cpp197 addr_t ra, llvm::Type &prototype,
240 // Make sure number of parameters matches prototype.
241 assert(!prototype.isFunctionVarArg());
242 assert(prototype.getFunctionNumParams() == args.size());
196 PrepareTrivialCall(Thread &thread, addr_t sp, addr_t pc, addr_t ra, llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const argument
/openbsd-current/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D25_plv5162.t102 prototype => "define",
146 alignbytes=8, prototype=define
H A D22_plv510.t60 alignbytes=4, prototype=define
H A D26_plv5182.t97 alignbytes=4, prototype=define
H A D26_plv518.t97 alignbytes=4, prototype=define
H A D25_plv516.t72 alignbytes=4, prototype=define
H A D24_plv514.t72 alignbytes=8, prototype=define
H A D23_plv512.t71 alignbytes=16, prototype=define
H A D21_plv58.t70 alignbytes=4, prototype=define
H A D20_plv56.t66 alignbytes=4, usemymalloc=n, prototype=define
H A D35_plv52910g.t132 prototype=define
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dkvaslice.t189 # \% prototype expects hash deref
194 '\% prototype';
/openbsd-current/include/
H A Dstdlib.h93 #warning abs macro collides with abs() prototype, undefining
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dparser.t96 like( $@, qr/Malformed prototype for main::wr��ng1/, 'Malformed prototype croak is clean.' );
99 like( $@, qr/Malformed prototype for ����::������/ );
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dconfigure1729 /* Override any gcc2 internal prototype to avoid an error. */
1731 builtin and then its argument prototype would still apply. */
1875 /* Override any gcc2 internal prototype to avoid an error. */
1877 builtin and then its argument prototype would still apply. */
2144 /* Override any gcc2 internal prototype to avoid an error. */
2146 builtin and then its argument prototype would still apply. */
2201 /* Override any gcc2 internal prototype to avoid an error. */
2203 builtin and then its argument prototype would still apply. */
2390 /* Override any gcc2 internal prototype to avoid an error. */
2392 builtin and then its argument prototype woul
[all...]
/openbsd-current/gnu/usr.bin/perl/t/japh/
H A Dabigail.t466 print+((($llama=prototype'camel')=~y|+{#}$=^*&[0-9]i@:;`"',.| |d)&&$llama."\n");
470 print prototype sub "Just another Perl Hacker" {};
474 sub _ "Just another Perl Hacker"; print prototype \&_
/openbsd-current/gnu/usr.bin/perl/
H A Dconfig_h.SH1929 * a prototype for shmat(). Otherwise, it is up to the program to
2435 * a prototype for the dbminit() function. Otherwise, it is up
2558 * a prototype for the flock() function. Otherwise, it is up
3052 * libc, but the prototype is only visible if _GNU_SOURCE is #defined.
3053 * Thus we only define this if both the prototype and symbol are found.
3091 * a prototype for the modfl() function. Otherwise, it is up
3276 * a prototype for the sbrk() function. Otherwise, it is up
3375 * a prototype for the sockatmark() function. Otherwise, it is up
3395 * a prototype for the setresgid() function. Otherwise, it is up
3403 * a prototype fo
[all...]
/openbsd-current/gnu/share/
H A Dltconfig2221 /* Override any gcc2 internal prototype to avoid an error. */
2223 builtin and then its argument prototype would still apply. */
2261 /* Override any gcc2 internal prototype to avoid an error. */
2263 builtin and then its argument prototype would still apply. */
2308 /* Override any gcc2 internal prototype to avoid an error. */
2310 builtin and then its argument prototype would still apply. */
2348 /* Override any gcc2 internal prototype to avoid an error. */
2350 builtin and then its argument prototype would still apply. */
2397 /* Override any gcc2 internal prototype to avoid an error. */
2399 builtin and then its argument prototype woul
[all...]
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dconfigure987 /* Override any gcc2 internal prototype to avoid an error. */
989 builtin and then its argument prototype would still apply. */
1028 /* Override any gcc2 internal prototype to avoid an error. */
1030 builtin and then its argument prototype would still apply. */
1078 /* Override any gcc2 internal prototype to avoid an error. */
1080 builtin and then its argument prototype would still apply. */
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp967 llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const {
1022 // make sure number of parameters matches prototype
1023 assert(prototype.getFunctionNumParams() == args.size());
1026 bool isVArg = prototype.isFunctionVarArg();
965 PrepareTrivialCall( Thread &thread, lldb::addr_t sp, lldb::addr_t pc, lldb::addr_t ra, llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const argument
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dconfigure1584 /* Override any gcc2 internal prototype to avoid an error. */
1586 builtin and then its argument prototype would still apply. */
1636 /* Override any gcc2 internal prototype to avoid an error. */
1638 builtin and then its argument prototype would still apply. */
1691 /* Override any gcc2 internal prototype to avoid an error. */
1693 builtin and then its argument prototype would still apply. */
/openbsd-current/gnu/llvm/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js457 Function.prototype.forEach = function(object, block, context) {
459 if (typeof this.prototype[key] == "undefined") {
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js457 Function.prototype.forEach = function(object, block, context) {
459 if (typeof this.prototype[key] == "undefined") {
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js500 Function.prototype.forEach = function(object, block, context) {
502 if (typeof this.prototype[key] == "undefined") {

Completed in 303 milliseconds

123456