Home
last modified time | relevance | path

Searched refs:compile_commands (Results 1 – 25 of 38) sorted by relevance

12

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dbuild.py158 def _read_compile_commands(compile_commands: Path) -> dict:
159 with compile_commands.open('rb') as fd:
163 def compiled_files(compile_commands: Path) -> Iterable[Path]:
164 for command in _read_compile_commands(compile_commands):
173 compile_commands: Union[Path, Iterable[Path]],
181 if isinstance(compile_commands, Path):
182 compile_commands = [compile_commands]
186 compiled_files(cmds) for cmds in compile_commands))
/external/adhd/cras/
DMakefile.am9 compile_commands.json:
14 rm -f compile_commands.json
/external/llvm-project/clang-tools-extra/clangd/test/
Dtarget_info.test2 # Mock 'compile_commands.json' to contain a driver name targeting armv7.
7 …t.dir/armv7-clang -x c++ the-file.cpp -v", "file": "the-file.cpp"}]' > %t.dir/compile_commands.json
30 # the compile_commands.json
Dcompile-commands-path-in-initialize.test6 … "%/t.dir", "command": "c++ the-file.cpp", "file": "the-file.cpp"}]' > %t.dir/compile_commands.json
7 …: "c++ -DMACRO=1 the-file.cpp", "file": "../the-file.cpp"}]' > %t.dir/build-1/compile_commands.json
Dbackground-index.test6 # RUN: sed -e "s|DIRECTORY|%/t|" %/t/compile_commands.json.tmpl > %/t/compile_commands.json
Dsystem-include-extractor.test28 # Generate a compile_commands.json that will query the mock driver we've
30 …oot /my/sysroot/path -isysroot=/isysroot", "file": "the-file.cpp"}]' > %t.dir/compile_commands.json
/external/llvm-project/clang-tools-extra/docs/
Dclang-include-fixer.rst28 Ideally both databases (``compile_commands.json`` and
32 ``compile_commands.json`` as generated by CMake does not include header files,
50 $ ls compile_commands.json # Make sure compile_commands.json exists.
51 compile_commands.json
55 …$ ln -s $PWD/compile_commands.json path/to/llvm/source/ # Also link compilation database if it's n…
Dclang-doc.rst33 $ clang-doc /path/to/compile_commands.json
53 $ clang-doc -output=output/directory/ compile_commands.json
/external/llvm-project/libcxx/utils/
Dgraph_header_deps.py71 def __init__(self, compile_commands, output_dir, new_std=None): argument
77 cwd,bcmd = self._get_base_command(compile_commands)
181 builder = DependencyCommand(args.compile_commands, args.output, new_std='-std=c++2a')
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_clang_tidy/
Dclang_tidy_all_the_things.sh24 cat compile_commands.json | jq -r '.[].file' \
/external/llvm-project/clang/docs/
DHowToSetupToolingForLLVM.rst16 from the ``compile_commands.json`` file, generated by CMake. When
42 As a result, the new ``compile_commands.json`` file should appear in the
48 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
185 As a result, the new ``compile_commands.json`` file should appear in the
191 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
/external/perfetto/
D.gitignore23 /compile_commands.json
/external/ruy/
D.gitignore28 compile_commands.json
/external/zstd/build/
D.gitignore28 compile_commands.json
/external/llvm-project/clang/docs/analyzer/user-docs/
DCrossTranslationUnit.rst80 compile_commands.json foo.cpp.ast foo.cpp main.cpp
122 compile_commands.json externalDefMap.txt foo.ast foo.cpp foo.cpp.ast main.cpp main.plist
135 $ CodeChecker analyze --ctu compile_commands.json -o reports
137 compile_commands.json foo.cpp foo.cpp.ast main.cpp reports/
308 compile_commands.json externalDefMap.txt foo.cpp main.cpp main.plist
321 $ CodeChecker analyze --ctu --ctu-ast-loading-mode on-demand compile_commands.json -o reports
323 compile_commands.json foo.cpp main.cpp reports/
/external/zstd/
D.gitignore51 compile_commands.json
/external/deqp-deps/SPIRV-Tools/
D.gitignore4 compile_commands.json
/external/swiftshader/third_party/SPIRV-Tools/
D.gitignore4 compile_commands.json
/external/clang/docs/
DHowToSetupToolingForLLVM.rst42 As a result, the new ``compile_commands.json`` file should appear in the
48 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
184 As a result, the new ``compile_commands.json`` file should appear in the
190 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
/external/pigweed/
D.dockerignore2 compile_commands.json
D.gitignore2 compile_commands.json
/external/llvm-project/
D.gitignore44 /compile_commands.json
/external/llvm/
D.gitignore40 /compile_commands.json
/external/flac/
D.gitignore92 compile_commands.json
/external/flatbuffers/
D.gitignore37 **/compile_commands.json

12