Searched defs:returns (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | testlang_parse.y | 111 returns_t *returns; /* array of expected returns */ member
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 600 findCommonEnumForBlockReturns(ArrayRef<ReturnStmt * > returns) findCommonEnumForBlockReturns() argument 621 adjustBlockReturnsToEnum(Sema & S,ArrayRef<ReturnStmt * > returns,QualType returnType) adjustBlockReturnsToEnum() argument [all...] |
/freebsd-src/sys/dev/ofw/ |
H A D | ofw_standard.c | 185 ofw_std_interpret(ofw_t ofw, const char *cmd, int nreturns, cell_t *returns) in ofw_std_interpret()
|
/freebsd-src/sys/powerpc/ofw/ |
H A D | ofw_real.c | 887 ofw_real_interpret(ofw_t ofw, const char *cmd, int nreturns, cell_t *returns) in ofw_real_interpret()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5352 AST_MATCHER_P(FunctionDecl,returns,internal::Matcher<QualType>,InnerMatcher) AST_MATCHER_P() argument
|