Searched defs:Shell (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 79 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr() 162 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() 326 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr()
|
H A D | ExprCXX.h | 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() 1022 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr() 1803 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() 2167 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr() 2496 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in CXXDeleteExpr() 2632 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr()
|
H A D | ExprObjC.h | 1645 explicit ObjCBridgedCastExpr(EmptyShell Shell) in ObjCBridgedCastExpr() 1699 explicit ObjCAvailabilityCheckExpr(EmptyShell Shell) in ObjCAvailabilityCheckExpr()
|
H A D | Expr.h | 2673 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr() 2751 explicit MatrixSubscriptExpr(EmptyShell Shell) in MatrixSubscriptExpr() 3642 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr() 3719 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr() 3760 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr()
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | Args.cpp | 402 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
H A D | AdbClient.cpp | 384 Status AdbClient::Shell(const char *command, milliseconds timeout, in Shell() function in AdbClient
|