Searched refs:body_end (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmime_state.c12 /* body_out, body_end,
22 /* void (*body_end)(void *ptr);
95 /* .IP body_end
188 /* caller: head_out(), head_end(), and body_out() or body_end().
321 MIME_STATE_ANY_END body_end; /* end of body output routine */ member in struct:MIME_STATE
499 MIME_STATE_ANY_END body_end,
524 state->body_end = body_end;
1122 if (state->body_end)
1123 state->body_end(stat
495 mime_state_alloc(int flags, MIME_STATE_HEAD_OUT head_out, MIME_STATE_ANY_END head_end, MIME_STATE_BODY_OUT body_out, MIME_STATE_ANY_END body_end, MIME_STATE_ERR_PRINT err_print, void *context) argument
1223 static void body_end(void *context) function
[all...]
H A Dheader_body_checks.c550 /* body_end - MIME_STATE end-of-message call-back */
552 static void body_end(void *context) function
605 body_out, body_end,
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp167 I = S->body_begin(), E = S->body_end(); I != E; ++I) {
301 Stmt::child_iterator SI = scope.End, SE = compoundS->body_end();
H A DTransEmptyStatementsAndDealloc.cpp156 I = S->body_begin(), E = S->body_end(); I != E; ++I) {
H A DTransforms.cpp249 I = S->body_begin(), E = S->body_end(); I != E; ++I) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp441 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1431 body_range body() { return body_range(body_begin(), body_end()); }
1433 body_iterator body_end() { return body_begin() + size(); } function in class:clang::final
1444 return body_const_range(body_begin(), body_end());
1451 const_body_iterator body_end() const { return body_begin() + size(); } function in class:clang::final
1464 return reverse_body_iterator(body_end());
1475 return const_reverse_body_iterator(body_end());
1513 child_range children() { return child_range(body_begin(), body_end()); }
1516 return const_child_range(body_begin(), body_end());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5336 CS->body_end(), Finder,
5337 Builder) != CS->body_end();
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1565 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp11127 while (I != CS->body_end()) {
11137 assert(I != CS->body_end() && "Not found statement");
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7866 BE = CS->body_end();

Completed in 468 milliseconds