Searched refs:compile_commands (Results 1 – 25 of 38) sorted by relevance
12
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | build.py | 158 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/ |
D | Makefile.am | 9 compile_commands.json: 14 rm -f compile_commands.json
|
/external/llvm-project/clang-tools-extra/clangd/test/ |
D | target_info.test | 2 # 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
|
D | compile-commands-path-in-initialize.test | 6 … "%/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
|
D | background-index.test | 6 # RUN: sed -e "s|DIRECTORY|%/t|" %/t/compile_commands.json.tmpl > %/t/compile_commands.json
|
D | system-include-extractor.test | 28 # 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/ |
D | clang-include-fixer.rst | 28 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…
|
D | clang-doc.rst | 33 $ clang-doc /path/to/compile_commands.json 53 $ clang-doc -output=output/directory/ compile_commands.json
|
/external/llvm-project/libcxx/utils/ |
D | graph_header_deps.py | 71 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/ |
D | clang_tidy_all_the_things.sh | 24 cat compile_commands.json | jq -r '.[].file' \
|
/external/llvm-project/clang/docs/ |
D | HowToSetupToolingForLLVM.rst | 16 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 | .gitignore | 23 /compile_commands.json
|
/external/ruy/ |
D | .gitignore | 28 compile_commands.json
|
/external/zstd/build/ |
D | .gitignore | 28 compile_commands.json
|
/external/llvm-project/clang/docs/analyzer/user-docs/ |
D | CrossTranslationUnit.rst | 80 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 | .gitignore | 51 compile_commands.json
|
/external/deqp-deps/SPIRV-Tools/ |
D | .gitignore | 4 compile_commands.json
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | .gitignore | 4 compile_commands.json
|
/external/clang/docs/ |
D | HowToSetupToolingForLLVM.rst | 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/ 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 | .dockerignore | 2 compile_commands.json
|
D | .gitignore | 2 compile_commands.json
|
/external/llvm-project/ |
D | .gitignore | 44 /compile_commands.json
|
/external/llvm/ |
D | .gitignore | 40 /compile_commands.json
|
/external/flac/ |
D | .gitignore | 92 compile_commands.json
|
/external/flatbuffers/ |
D | .gitignore | 37 **/compile_commands.json
|
12