| /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...] |
| 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/dist/gcc/ |
| gcov.cc | 108 /* Arc is for a function that abnormally returns. */ 765 to COUNT. Returns type of loop. */ 823 Returns what type of loop it contains. */ 1196 gcov_type returns = (*it)->src->count - (*it)->count; 1199 call->set_integer ("returned", returns); 2701 appropriately. Always returns a unique string. */ 3068 /* Output information about ARC number IX. Returns nonzero if 1195 gcov_type returns = (*it)->src->count - (*it)->count; local
|
| gcov.cc | 108 /* Arc is for a function that abnormally returns. */ 765 to COUNT. Returns type of loop. */ 823 Returns what type of loop it contains. */ 1196 gcov_type returns = (*it)->src->count - (*it)->count; 1199 call->set_integer ("returned", returns); 2701 appropriately. Always returns a unique string. */ 3068 /* Output information about ARC number IX. Returns nonzero if 1195 gcov_type returns = (*it)->src->count - (*it)->count; local
|
| /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
|
| 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...] |
| 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...] |