Home
last modified time | relevance | path

Searched defs:body_end (Results 1 – 2 of 2) sorted by relevance

/minix3/usr.bin/make/
H A Dfor.c399 char *body_end; in For_Iterate() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h585 body_iterator body_end() { return Body + size(); } in body_end() function
600 const_body_iterator body_end() const { return Body + size(); } in body_end() function