/llvm-project/clang/tools/clang-format-vs/ClangFormat/ |
H A D | Vsix.cs |
|
H A D | RunningDocTableEventsDispatcher.cs |
|
H A D | ClangFormatPackage.cs |
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 38 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() argument 39 : Expr(OMPArrayShapingExprClass, Shell), NumDims(NumDims) {} in OMPArrayShapingExpr() 202 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr() argument 203 : Expr(OMPIteratorExprClass, Shell), NumIterators(NumIterators) {} in OMPIteratorExpr()
|
H A D | ExprCXX.h | 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument 396 : ExplicitCastExpr(SC, Shell, PathSize, HasFPFeatures) {} in CXXNamedCastExpr() 1026 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr() argument 1027 : Expr(MSPropertySubscriptExprClass, Shell) {} in MSPropertySubscriptExpr() 1833 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() argument 1835 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize, in CXXFunctionalCastExpr() 2198 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr() 2199 : Expr(CXXScalarValueInitExprClass, Shell) {} 2521 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} 2197 CXXScalarValueInitExpr(EmptyShell Shell) CXXScalarValueInitExpr() argument 2520 CXXDeleteExpr(EmptyShell Shell) CXXDeleteExpr() argument 2657 CXXPseudoDestructorExpr(EmptyShell Shell) CXXPseudoDestructorExpr() argument [all...] |
H A D | ExprObjC.h | 1652 explicit ObjCBridgedCastExpr(EmptyShell Shell) 1653 : ExplicitCastExpr(ObjCBridgedCastExprClass, Shell, 0, false) {} 1706 explicit ObjCAvailabilityCheckExpr(EmptyShell Shell) in ObjCAvailabilityCheckExpr() 1707 : Expr(ObjCAvailabilityCheckExprClass, Shell) {} in ObjCAvailabilityCheckExpr() 1656 ObjCBridgedCastExpr(EmptyShell Shell) ObjCBridgedCastExpr() argument 1710 ObjCAvailabilityCheckExpr(EmptyShell Shell) ObjCAvailabilityCheckExpr() argument
|
H A D | Expr.h | 2735 explicit ArraySubscriptExpr(EmptyShell Shell) in children() 2736 : Expr(ArraySubscriptExprClass, Shell) { } in children() 2813 explicit MatrixSubscriptExpr(EmptyShell Shell) in children() 2814 : Expr(MatrixSubscriptExprClass, Shell) {} in children() 3737 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, 3739 : CastExpr(ImplicitCastExprClass, Shell, PathSize, HasFPFeatures) {} 3814 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in getBeginLoc() 3816 : CastExpr(SC, Shell, PathSize, HasFPFeatures) {} in getEndLoc() 3855 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, 3857 : ExplicitCastExpr(CStyleCastExprClass, Shell, PathSiz in getTrailingFPFeatures() 2686 ArraySubscriptExpr(EmptyShell Shell) ArraySubscriptExpr() argument 2764 MatrixSubscriptExpr(EmptyShell Shell) MatrixSubscriptExpr() argument 3673 ImplicitCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ImplicitCastExpr() argument 3750 ExplicitCastExpr(StmtClass SC,EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ExplicitCastExpr() argument 3791 CStyleCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) CStyleCastExpr() argument 6949 ArraySectionExpr(EmptyShell Shell) ArraySectionExpr() argument [all...] |
/llvm-project/llvm/utils/gn/secondary/lldb/test/ |
H A D | BUILD.gn | 10 # Shell/lit.site.cfg.py, and Unit/lit.site.cfg.py.in. 34 input = "//lldb/test/Shell/lit-lldb-init.in" 37 output = "$root_out_dir/obj/lldb/test/Shell/lit-lldb-init" 104 input = "//lldb/test/Shell/lit.site.cfg.py.in" 162 outputs = [ "$root_out_dir/obj/lldb/test/Shell/lit-lldb-init-quiet" ]
|
H A D | lldb_lit_site_cfg_files.gni | 3 lldb_lit_shell_site_cfg_file = "$root_gen_dir/lldb/test/Shell/lit.site.cfg.py"
|
/llvm-project/lldb/source/Plugins/Platform/Android/ |
H A D | PlatformAndroid.cpp | 336 adb->Shell("getprop ro.build.version.sdk", seconds(5), &version_string); in GetSdkVersion() 378 error = adb->Shell("mktemp --directory --tmpdir /data/local/tmp", seconds(5), in DownloadSymbolFile() 391 Status error = adb->Shell(command.GetData(), seconds(5), nullptr); in DownloadSymbolFile() 407 error = adb->Shell(command.GetData(), minutes(1), nullptr); in DownloadSymbolFile()
|
H A D | AdbClient.h | 98 Status Shell(const char *command, std::chrono::milliseconds timeout,
|
H A D | AdbClient.cpp | 379 "Shell command %s failed: %s", command, in internalShell() 386 Status AdbClient::Shell(const char *command, milliseconds timeout, in Shell() 384 Status AdbClient::Shell(const char *command, milliseconds timeout, Shell() function in AdbClient
|
/llvm-project/llvm/test/tools/llvm-rc/Inputs/ |
H A D | dialog-with-menu.rc | 7 FONT 8, "MS Shell Dlg"
|
/llvm-project/lldb/source/Utility/ |
H A D | Args.cpp | 412 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() 413 if (Shell.m_basename == basename) { in GetShellSafeArgument() 414 escapables = Shell.m_escapables; in GetShellSafeArgument() 402 for (const auto &Shell : g_Shells) { GetShellSafeArgument() local
|
/llvm-project/lldb/test/Shell/ |
H A D | lit.site.cfg.py.in | 43 lit_config.load_config(config, os.path.join(config.lldb_src_root, "test", "Shell", "lit.cfg.py"))
|
/llvm-project/llvm/utils/gn/secondary/llvm/utils/llvm-lit/ |
H A D | BUILD.gn | 90 "//lldb/test/Shell/lit.cfg.py",
|
/llvm-project/lldb/docs/use/ |
H A D | symbols.rst | 76 Shell Script Property List Format 79 Shell scripts that are specified with the **DBGShellCommands** defaults key 292 dSYM Locating Shell Script Tips
|
/llvm-project/lldb/docs/resources/ |
H A D | test.rst | 10 * **Shell tests**: Integration tests that test the debugger through the command 39 Shell Tests 42 Shell tests are located under ``lldb/test/Shell``. These tests are generally 44 ``lldb-test`` using ``FileCheck``. Shell tests are generally small and fast to 63 match with ``FileCheck``. Though Shell tests can be run remotely, behavior 512 $ ./bin/llvm-lit -sv <llvm-project-root>/lldb/test/Shell/Commands/CommandScriptImmediateOutput 601 3. Remote Shell tests execution is currently supported only for Linux target 604 Shell tests are not guaranteed to pass against remote target if the compiler
|
/llvm-project/clang/docs/ |
H A D | JSONCompilationDatabase.rst | 96 with '``"``' and '``\``' being the only special characters. Shell expansion
|
/llvm-project/lldb/test/ |
H A D | CMakeLists.txt | 238 set(LLDB_TEST_SHELL_DISABLE_REMOTE OFF CACHE BOOL "Disable remote Shell tests execution") 256 add_subdirectory(Shell)
|
/llvm-project/libcxx/docs/ |
H A D | TestingLibcxx.rst | 388 - A *builtin Lit Shell* test. 390 - A variant of a *Lit Shell* test that generates one or more Lit tests on the fly. Executing this test must generate one or more files as expected
|
/llvm-project/utils/bazel/llvm-project-overlay/mlir/ |
H A D | tblgen.bzl | 367 # Shell files not executable on Windows.
|
/llvm-project/lldb/source/Commands/ |
H A D | Options.td | 683 Desc<"Shell interpreter path. This is the binary used to run the command.">;
|