Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 193) sorted by relevance

12345678

/llvm-project-15.0.7/clang/test/ClangScanDeps/Inputs/
H A Dtarget-filename-cdb.json4 "command": "clang -E DIR/target-filename_input.cpp", string
9 "command": "clang -E DIR/target-filename_input.cpp -o a.o", string
14 "command": "clang -E DIR/target-filename_input.cpp -ob.o", string
19 "command": "clang -E DIR/target-filename_input.cpp -o first.o -o last.o", string
24 "command": "clang-cl /E -- DIR/target-filename_input.cpp", string
29 "command": "clang-cl /E -o clangcl-a.o -- DIR/target-filename_input.cpp", string
34 "command": "clang-cl /E -oclangcl-b.o -- DIR/target-filename_input.cpp", string
39 "command": "clang-cl /E /o clangcl-c.o -- DIR/target-filename_input.cpp", string
44 "command": "clang-cl /E /oclangcl-d.o -- DIR/target-filename_input.cpp", string
49 "command": "clang-cl /E /Foclangcl-e.o -- DIR/target-filename_input.cpp", string
[all …]
H A Dmodules_cdb.json4 …"command": "clang -E DIR/modules_cdb_input2.cpp -IInputs -D INCLUDE_HEADER2 -MD -MF DIR/modules_cd… string
9 …"command": "clang -E DIR/modules_cdb_input.cpp -IInputs -fmodules -fcxx-modules -fmodules-cache-pa… string
14 …"command": "clang -E DIR/modules_cdb_input.cpp -IInputs -fmodules -fcxx-modules -fmodules-cache-pa… string
19 …"command": "clang -E DIR/modules_cdb_input.cpp -IInputs -fmodules -fcxx-modules -fmodules-cache-pa… string
H A Dmodules_cdb_clangcl.json4 …"command": "clang-cl /E /IInputs /D INCLUDE_HEADER2 /clang:-MD /clang:-MF /clang:DIR/modules_cdb2_… string
9 …"command": "clang-cl /E /IInputs /clang:-fmodules /clang:-fcxx-modules /clang:-fmodules-cache-path… string
14 …"command": "clang-cl /E /IInputs /clang:-fmodules /clang:-fcxx-modules /clang:-fmodules-cache-path… string
19 …"command": "clang-cl /E /IInputs /clang:-fmodules /clang:-fcxx-modules /clang:-fmodules-cache-path… string
H A Dregular_cdb.json4 …"command": "clang -E -fsyntax-only DIR/regular_cdb_input2.cpp -IInputs -D INCLUDE_HEADER2 -MD -MF … string
9 "command": "clang -E DIR/regular_cdb_input.cpp -IInputs", string
14 "command": "clang -E -IInputs -o adena.o -- DIR/regular_cdb_input.cpp", string
H A Dregular_cdb_clangcl.json4 …"command": "clang --driver-mode=cl /E /IInputs /D INCLUDE_HEADER2 /clang:-MD /clang:-MF /clang:DIR… string
9 "command": "clang-cl /E /IInputs -- DIR/regular_cdb_input.cpp", string
14 "command": "clang-cl /E /IInputs /Foadena.o -- DIR/regular_cdb_input.cpp", string
H A Dstatic-analyzer-cdb.json4 "command": "clang --analyze DIR/static-analyzer_clang.c", string
9 "command": "clang-cl --analyze -- DIR/static-analyzer_clangcl.c", string
H A Dmodules_cdb_by_mod_name.json4 …"command": "clang -E -IInputs -D INCLUDE_HEADER2 -MD -MF DIR/modules_cdb2.d -fmodules -fcxx-module… string
9 …"command": "clang -E -IInputs -fmodules -fcxx-modules -fmodules-cache-path=DIR/module-cache -fimpl… string
H A Dsymlink_cdb.json4 "command": "clang -E DIR/symlink_input.cpp -IInputs", string
9 "command": "clang -E DIR/symlink_input2.cpp -IInputs", string
H A Dsubframework_header_dir_symlink_cdb.json4 …"command": "clang -E DIR/subframework_header_dir_symlink_input.m -D EMPTY -iframework Inputs/frame… string
9 …"command": "clang -E DIR/subframework_header_dir_symlink_input2.m -FInputs/frameworks -iframework … string
H A Dvfsoverlay_cdb.json4 "command": "clang -E DIR/vfsoverlay_input.cpp -IInputs -ivfsoverlay DIR/vfsoverlay.yaml", string
9 …"command": "clang-cl /E /IInputs -Xclang -ivfsoverlay -Xclang DIR/vfsoverlay.yaml -- DIR/vfsoverla… string
H A Dmodules_cdb_clangcl_by_mod_name.json4 …"command": "clang-cl /E /IInputs /D INCLUDE_HEADER2 /clang:-MD /clang:-MF /clang:DIR/modules_cdb2_… string
9 …"command": "clang-cl /E /IInputs /clang:-fmodules /clang:-fcxx-modules /clang:-fmodules-cache-path… string
H A Drelative_directory.json4 "command": "clang -E Inputs/relative_directory_input1.cpp -IInputs", string
9 "command": "clang -E relative_directory_input2.cpp -I.", string
H A Dno-werror.json4 "command": "clang -E DIR/no-werror_input.cpp -IInputs -std=c++17 -Weverything -Werror", string
9 …"command": "clang-cl /E /IInputs /std:c++17 -Weverything -Werror -- DIR/no-werror_input_clangcl.cp… string
H A Dpreprocess_minimized_pragmas_cdb.json4 "command": "clang -E DIR/preprocess_minimized_pragmas_basic.cpp -IInputs -target x86_64-linux", string
9 "command": "clang -E DIR/preprocess_minimized_pragmas_ms.cpp -IInputs -target x86_64-windows", string
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/src/compilation_database/
H A Dbuild_broken.json.in4 "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value", string
10 "command": "cc -c -o broken-one.o broken-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", string
16 "command": "g++ -c -o broken-two.o broken-two.c -Wall -DDEBUG -Dvariable=value", string
22 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu… string
28 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include", string
34 "command": "cc -c -o emit-one.o emit-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", string
40 "command": "g++ -c -o emit-two.o emit-two.c -Wall -DDEBUG -Dvariable=value", string
H A Dbuild_regular.json.in4 "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value", string
10 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu… string
16 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include", string
22 "command": "cc -c -o emit-one.o emit-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", string
28 "command": "g++ -c -o emit-two.o emit-two.c -Wall -DDEBUG -Dvariable=value", string
H A Dbuild_clean.json.in4 "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value", string
10 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu… string
16 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include", string
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/compilation-database/
H A Dtemplate.json4 "command": "clang++ -o test.o test_dir/a/a.cpp", string
9 "command": "clang++ -o test.o test_dir/a/b.cpp", string
14 "command": "clang++ -o test.o test_dir/b/b.cpp", string
19 "command": "clang++ -o test.o ../b/c.cpp", string
24 "command": "clang++ -I../include -o test.o ../b/d.cpp", string
29 "command": "clang++ -o test.o test_dir/b/not-exist.cpp", string
/llvm-project-15.0.7/lldb/test/API/commands/command/script/
H A Dcallables.py8 def check(debugger, command, context, result, internal_dict): argument
21 def v5foobar(debugger, command, context, result, internal_dict, *args): argument
24 def foobar(debugger, command, context, result, internal_dict): argument
27 def foobar4(debugger, command, result, internal_dict): argument
32 def sfoobar(debugger, command, context, result, internal_dict): argument
36 def cfoobar(cls, debugger, command, context, result, internal_dict): argument
39 def ifoobar(self, debugger, command, context, result, internal_dict): argument
46 def sfoobar4(debugger, command, result, internal_dict): argument
50 def cfoobar4(cls, debugger, command, result, internal_dict): argument
53 def ifoobar4(self, debugger, command, result, internal_dict): argument
[all …]
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DCompletionRequestTest.cpp15 std::string command = "a bad c"; in TEST() local
36 std::string command = "a bad c "; in TEST() local
52 std::string command = "a bad c"; in TEST() local
68 std::string command = "a bad c"; in TEST() local
78 std::string command = "a bad c"; in TEST() local
89 std::string command = "a bad c"; in TEST() local
121 std::string command = "a bad c"; in TEST() local
184 std::string command = "a bad c"; in TEST() local
260 std::string command = "a bad c"; in TEST() local
/llvm-project-15.0.7/clang/test/Index/
H A Dcompile_commands.json4 "command": "clang++ -o project.o -c /home/john.doe/MyProject/project.cpp", string
9 "command": "clang++ -o project2.o -c /home/john.doe/MyProject/project2.cpp", string
14 "command": "clang++ -DFEATURE=1 -o project2-feature.o -c /home/john.doe/MyProject/project2.cpp", string
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/INPUTS/
H A Dcompile_commands.json4 "command": "clang++ -o project.o -c /home/john.doe/MyProject/project.cpp", string
9 "command": "clang++ -o project2.o -c /home/john.doe/MyProject/project2.cpp", string
14 "command": "clang++ -DFEATURE=1 -o project2-feature.o -c /home/john.doe/MyProject/project2.cpp", string
/llvm-project-15.0.7/lldb/test/Shell/Commands/CommandScriptImmediateOutput/Inputs/
H A Dcustom_command.py6 def split(command): argument
10 def command_function(debugger, command, exe_ctx, result, internal_dict): argument
15 def write_file(debugger, command, exe_ctx, result, internal_dict): argument
/llvm-project-15.0.7/lldb/test/API/commands/command/script/import/thepackage/
H A DTPunitA.py5 def command(debugger, command, result, internal_dict): argument
H A DTPunitB.py5 def command(debugger, command, result, internal_dict): function

12345678