HomeSort by: relevance | last modified time | path
    Searched refs:returns (Results 1 - 25 of 253) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/tests/usr.bin/xlint/lint2/
msg_008.exp 1 func returns a value that is always ignored [lint2:008]
msg_009.exp 1 func returns a value that is sometimes ignored [lint2:009]
read.exp 3 inline_function returns 'void' at read.c(256), versus 'int' at read.c(260) [lint2:005]
11 used_function returns 'int' at read.c(254), versus 'void' at read.c(253) [lint2:005]
12 used_function returns a value that is sometimes ignored [lint2:009]
msg_004.exp 2 add returns 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(2) [lint2:005]
msg_006.exp 2 add returns 'double' at msg_006_define.c(2), versus 'int' at msg_006_call.c(2) [lint2:005]
msg_005.exp 2 add returns 'double' at msg_005_define.c(2), versus 'int' at msg_005_call.c(2) [lint2:005]
  /src/lib/libm/arch/m68k/
s_finite.S 44 | returns the value TRUE if -INF < x < +INF and returns FALSE otherwise.
s_copysign.S 50 | returns x with the sign of y.
  /src/lib/libm/arch/mc68881/
s_logb.S 44 | returns the unbiased exponent of x, a signed integer in double precision,
53 fbun Ldone | NaN returns NaN
54 fabsx %fp0 | +-inf returns inf
s_scalbn.S 49 | returns x * (2**N), for integer values N.
  /src/tests/lib/libcurses/director/
testlang_parse.y 47 #include "returns.h"
101 int nrets; /* number of returns */
102 ct_data_t *returns; /* array of expected returns */
295 check : CHECK var returns {
332 result : returns
336 returns : numeric { label
732 * when a test function call returns.
844 temp = realloc(command.returns, sizeof(*temp) * (command.nrets + 1));
846 err(1, "Failed to reallocate returns");
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-order-reverse.mk 3 # Tests for the :Or variable modifier, which returns the words, sorted in
varmod-sun-shell.mk 4 # given by the variable value and returns its output.
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 435 (** [description d] returns a textual description of [d]. *)
438 (** [severity d] returns the severity of [d]. *)
459 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
471 (** [enum_attr_kind name] returns the kind of enum attributes named [name].
534 (** [string_of_llmodule m] returns the .ll representation of the module [m]
542 (** [module_context m] returns the context of the specified module.
546 (** [get_module_identifier m] returns the module identifier of the
566 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
570 (** [type_is_sized ty] returns whether the type has a size or not.
575 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty]
    [all...]
  /src/sys/lib/libkern/arch/m68k/
umodsi3.S 62 | register, and that it returns the modulus in %d1:
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
analysis.go 35 // Optionally returns a human-readable description of any invalid constructs.
40 // C++'s verifyModule means isModuleBroken, so it returns false if
57 // C++'s verifyFunction means isFunctionBroken, so it returns false if
  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
cmpsi2.S 34 ;; If A is less than B it returns 0. If A is greater
35 ;; than B it returns 2. If they are equal it returns 1.
69 ;; If A is less than B it returns 0. If A is greater
70 ;; than B it returns 2. If they are equal it returns 1.
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
cmpsi2.S 34 ;; If A is less than B it returns 0. If A is greater
35 ;; than B it returns 2. If they are equal it returns 1.
69 ;; If A is less than B it returns 0. If A is greater
70 ;; than B it returns 2. If they are equal it returns 1.
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
cmpsi2.S 31 ;; If A is less than B it returns 0. If A is greater
32 ;; than B it returns 2. If they are equal it returns 1.
97 ;; If A is less than B it returns 0. If A is greater
98 ;; than B it returns 2. If they are equal it returns 1.
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
cmpsi2.S 31 ;; If A is less than B it returns 0. If A is greater
32 ;; than B it returns 2. If they are equal it returns 1.
97 ;; If A is less than B it returns 0. If A is greater
98 ;; than B it returns 2. If they are equal it returns 1.
  /src/tests/usr.bin/xlint/xlint/
t_xlint.sh 46 input.c(6): error: function has return type '_Bool' but returns 'int' [211]
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/
Utils.pm 50 Returns a list of strings for all the available SSL/TLS versions if
52 "dtls". Otherwise, it returns the empty list. The strings in the
59 In an array context returns an array with each element set to 1 if the
62 In a scalar context, alldisabled returns 1 if all of the features in
63 ARRAY are disabled, while anydisabled returns 1 if any of them are
68 Returns an item from the %config hash in \$TOP/configdata.pm.
121 # returns a list of 1s (if the corresponding feature is disabled)
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
Utils.pm 50 Returns a list of strings for all the available SSL/TLS versions if
52 "dtls". Otherwise, it returns the empty list. The strings in the
59 In an array context returns an array with each element set to 1 if the
62 In a scalar context, alldisabled returns 1 if all of the features in
63 ARRAY are disabled, while anydisabled returns 1 if any of them are
68 Returns an item from the %config hash in \$TOP/configdata.pm.
121 # returns a list of 1s (if the corresponding feature is disabled)
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
Utils.pm 50 Returns a list of strings for all the available SSL/TLS versions if
52 "dtls". Otherwise, it returns the empty list. The strings in the
58 In an array context returns an array with each element set to 1 if the
61 In a scalar context, alldisabled returns 1 if all of the features in
62 ARRAY are disabled, while anydisabled returns 1 if any of them are
67 Returns an item from the %config hash in \$TOP/configdata.pm.
115 # returns a list of 1s (if the corresponding feature is disabled)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ReturnValueChecker.cpp 106 Out << '\'' << Name << "' returns "
154 Out << '\'' << Name << "' returns "

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 91011