Home
last modified time | relevance | path

Searched defs:Shell (Results 1 – 3 of 3) sorted by relevance

/minix3/usr.bin/make/
H A Djob.h213 typedef struct Shell { struct
214 const char *name; /* the name of the shell. For Bourne and C
242 } Shell; argument
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h195 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr()
1246 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize) in CXXFunctionalCastExpr()
1592 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr()
1667 explicit CXXNewExpr(EmptyShell Shell) in CXXNewExpr()
1835 explicit CXXDeleteExpr(EmptyShell Shell) in CXXDeleteExpr()
1967 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr()
H A DExpr.h2096 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr()
2779 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) in ImplicitCastExpr()
2844 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in ExplicitCastExpr()
2877 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr()