HomeSort by: relevance | last modified time | path
    Searched defs:returns (Results 1 - 3 of 3) sorted by relevancy

  /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/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h 130 LINK resolvedLinkage() const; // returns the linkage, resolving the target-specific `System` one
592 ReturnStatements *returns; member in class:FuncDeclaration
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 54 /* Returns true iff FUN is an instantiation of a constexpr function
677 declared to be constexpr, or a sub-statement thereof. Returns the
1197 /* Returns true iff uid_sensitive_constexpr_evaluation_p is true, and
1550 /* memchr returns a pointer into the first argument, but we replaced the
2287 REPLACEMENT within the expression *TP. Returns true iff a
3541 /* Returns less than, equal to, or greater than zero if KEY is found to be
3569 /* Returns the index of the constructor_elt of ARY which matches DINDEX, or -1
5553 /* Returns true if REF, which is a COMPONENT_REF, has any fields
6084 returns (tree *jump_target) function
6208 if (returns (jump_target) || breaks (jump_target)
    [all...]

Completed in 42 milliseconds