Home
last modified time | relevance | path

Searched defs:returns (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y111 returns_t *returns; /* array of expected returns */ member
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp600 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 Dofw_standard.c185 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 Dofw_real.c887 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 DASTMatchers.h5352 AST_MATCHER_P(FunctionDecl,returns,internal::Matcher<QualType>,InnerMatcher) AST_MATCHER_P() argument