Searched +refs:clang +refs:format (Results 1 – 25 of 1013) sorted by relevance
12345678910>>...41
| /external/clang/tools/clang-format/ |
| D | CMakeLists.txt | 3 add_clang_tool(clang-format 14 target_link_libraries(clang-format 22 install(PROGRAMS clang-format-bbedit.applescript 23 DESTINATION share/clang 24 COMPONENT clang-format) 25 install(PROGRAMS clang-format-diff.py 26 DESTINATION share/clang 27 COMPONENT clang-format) 28 install(PROGRAMS clang-format-sublime.py 29 DESTINATION share/clang [all …]
|
| /external/clang/docs/ |
| D | ClangFormat.rst | 13 :program:`clang-format` is located in `clang/tools/clang-format` and can be used 14 to format C/C++/Obj-C code. 18 $ clang-format -help 19 OVERVIEW: A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf code. 27 USAGE: clang-format [options] [<file> ...] 31 Clang-format options: 33 -assume-filename=<string> - When reading from stdin, clang-format assumes this 37 clang-format from an editor integration 41 fallback in case clang-format is invoked with 42 -style=file, but can not find the .clang-format [all …]
|
| /external/mesa3d/ |
| D | .git-blame-ignore-revs | 13 # git log -1 --pretty=format:'%n# %s%n%H%n' >> .git-blame-ignore-revs $COMMIT 15 # pvr: Fix clang-format error. 18 # panfrost: Fix up some formatting for clang-format 21 # asahi: clang-format the world again 24 # perfetto: Add a .clang-format for the directory. 27 # panfrost/winsys: Clang-format 30 # panfrost: Re-run clang-format 33 # panvk: Clang-format 39 # mapi: clang-format _glapi_add_dispatch() 42 # radv: reformat according to its .clang-format [all …]
|
| /external/mesa3d/docs/ |
| D | codingstyle.rst | 9 try following the format of existing, neighboring code. 11 ``clang-format`` 14 A growing number of drivers and components are adopting ``clang-format`` 17 You can re-format the code for the components that have opted-in to the 18 formatting enforcement (listed in ``.clang-format-include``) by simply 19 running ``ninja -C build/ clang-format``. 33 Add this to your ``.vimrc`` to automatically format any C & C++ file 34 (that has a .clang-format config) when you save it: 42 " Only format files that have a .clang-format in a parent folder 43 if !empty(findfile('.clang-format', '.;')) [all …]
|
| /external/llvm/test/CodeGen/PowerPC/ |
| D | BreakableToken-reduced.ll | 31 %"class.clang::format::BreakableStringLiteral" = type { %"class.clang::format::BreakableSingleLineT… 32 %"class.clang::format::BreakableSingleLineToken" = type { %"class.clang::format::BreakableToken", i… 33 %"class.clang::format::BreakableToken" = type { i32 (...)**, %"struct.clang::format::FormatToken"*,… 35 …clang::format::FormatToken" = type <{ %"class.clang::Token", i32, i8, [3 x i8], %"class.clang::Sou… 36 %"class.clang::Token" = type <{ i32, i32, i8*, i16, i16, [4 x i8] }> 37 %"class.clang::SourceRange" = type { %"class.clang::SourceLocation", %"class.clang::SourceLocation"… 38 %"class.clang::SourceLocation" = type { i32 } 42 %"struct.std::_Head_base.2" = type { %"class.clang::format::TokenRole"* } 43 %"class.clang::format::TokenRole" = type { i32 (...)**, %"struct.clang::format::FormatStyle"* } 59 %"struct.clang::format::FormatStyle" = type { i32, i8, i8, i8, i8, i8, i8, i8, i8, i32, i8, i8, i32… [all …]
|
| /external/cronet/stable/third_party/protobuf/objectivec/Tests/ |
| D | GPBMessageTests+Merge.m | 1 // Protocol Buffers - Google's data interchange format 270 // clang-format off 278 // clang-format on 281 // clang-format off 289 // clang-format on 292 // clang-format off 300 // clang-format on 303 // clang-format off 311 // clang-format on 314 // clang-format off [all …]
|
| /external/cronet/tot/third_party/protobuf/objectivec/Tests/ |
| D | GPBMessageTests+Merge.m | 1 // Protocol Buffers - Google's data interchange format 270 // clang-format off 278 // clang-format on 281 // clang-format off 289 // clang-format on 292 // clang-format off 300 // clang-format on 303 // clang-format off 311 // clang-format on 314 // clang-format off [all …]
|
| /external/protobuf/objectivec/Tests/ |
| D | GPBMessageTests+Merge.m | 1 // Protocol Buffers - Google's data interchange format 270 // clang-format off 278 // clang-format on 281 // clang-format off 289 // clang-format on 292 // clang-format off 300 // clang-format on 303 // clang-format off 311 // clang-format on 314 // clang-format off [all …]
|
| /external/angle/third_party/spirv-tools/src/utils/ |
| D | check_code_format.sh | 27 CLANG_FORMAT=${CLANG_FORMAT:-clang-format} 29 echo missing clang-format: set CLANG_FORMAT or put clang-format in the PATH 34 CLANG_FORMAT_DIFF=${CLANG_FORMAT_DIFF:-./utils/clang-format-diff.py} 36 …echo missing clang-format-diffy.py: set CLANG_FORMAT_DIFF or put it in ./utils/clang-format-diff.py
|
| /external/deqp-deps/amber/tools/ |
| D | format | 17 find src -name "*.h" -exec clang-format -i {} \; 18 find src -name "*.cc" -exec clang-format -i {} \; 19 find samples -name "*.h" -exec clang-format -i {} \; 20 find samples -name "*.cc" -exec clang-format -i {} \; 21 find include -name "*.h" -exec clang-format -i {} \;
|
| /external/conscrypt/srcgen/ |
| D | generate_android_src.sh | 54 CLANG_STABLE_BIN=${ANDROID_BUILD_TOP}/prebuilts/clang/host/linux-x86/clang-stable/bin 55 ${ANDROID_BUILD_TOP}/tools/repohooks/tools/clang-format.py --fix \ 56 --clang-format ${CLANG_STABLE_BIN}/clang-format \ 57 --git-clang-format ${CLANG_STABLE_BIN}/git-clang-format \
|
| /external/ot-br-posix/script/ |
| D | clang-format | 42 if command -v clang-format-14 >/dev/null; then 43 alias clang-format=clang-format-14 44 elif command -v clang-format >/dev/null; then 56 clang-format "$@" || die
|
| /external/openthread/script/ |
| D | clang-format | 42 if command -v clang-format-14 >/dev/null; then 43 alias clang-format=clang-format-14 44 elif command -v clang-format >/dev/null; then 56 clang-format "$@" || die
|
| D | bootstrap | 41 …sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 || echo 'WARNING: co… 115 …command -v clang-format-14 || (command -v clang-format && (clang-format --version | grep -q "${CLA… 117 sudo ln -s "$(brew --prefix llvm@14)/bin/clang-format" /usr/local/bin/clang-format-14 118 sudo ln -s "$(brew --prefix llvm@14)/bin/clang-tidy" /usr/local/bin/clang-tidy-14 119 …sudo ln -s "$(brew --prefix llvm@14)/bin/clang-apply-replacements" /usr/local/bin/clang-apply-repl… 120 sudo ln -s "$(brew --prefix llvm@14)/bin/run-clang-tidy" /usr/local/bin/run-clang-tidy-14
|
| /external/pytorch/aten/src/ATen/native/vulkan/glsl/ |
| D | unary_op.glsl | 2 // clang-format off 7 // clang-format on 11 // clang-format off 25 // clang-format on 35 // clang-format off 42 // clang-format on
|
| D | binary_op_scalar.glsl | 2 // clang-format off 7 // clang-format on 11 // clang-format off 29 // clang-format on 46 // clang-format off 53 // clang-format on
|
| /external/coreboot/util/lint/ |
| D | lint-stable-022-clang-format | 17 if [ ! -f .clang-format-scope ] || [ "${IN_GIT_TREE}" -eq 0 ]; then 21 files_to_check=$(${GIT} log HEAD~..HEAD --format= --name-only $(cat .clang-format-scope) | grep "\.… 28 if [ $(clang-format $files_to_check | wc -l) -gt 0 ]; then 31 ${GIT} diff --no-prefix HEAD~..HEAD -- $files_to_check | clang-format-diff
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchain_rules/cc_tools/ |
| D | clang.bzl | 1 """ CC Compile ActionConfigs for clang """ 66 clang, 79 clang (string): Path to clang binaries. 104 "--target={}".format(target), 112 "-fdebug-prefix-map=${{pwd}}={}".format(remap_path_prefix), 152 tools = [tool(path = "{}/bin/clang".format(clang))], 164 tools = [tool(path = "{}/bin/clang".format(clang))], 176 tools = [tool(path = "{}/bin/clang".format(clang))], 188 tools = [tool(path = "{}/bin/clang".format(clang))], 200 tools = [tool(path = "{}/bin/clang".format(clang))],
|
| /external/tensorflow/tensorflow/tools/ci_build/ |
| D | Dockerfile.micro | 15 RUN apt-get install -y clang-12 clang-format-12 16 # Set clang-12 and clang-format-12 as the default to ensure that the pigweed 18 RUN ln -s /usr/bin/clang-12 /usr/bin/clang 19 RUN ln -s /usr/bin/clang++-12 /usr/bin/clang++ 20 RUN ln -s /usr/bin/clang-format-12 /usr/bin/clang-format
|
| /external/sandboxed-api/sandboxed_api/tools/clang_generator/ |
| D | emitter_base.cc | 95 clang::format::FormatStyle style = in ReformatGoogleStyle() 96 clang::format::getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in ReformatGoogleStyle() 98 style.PointerAlignment = clang::format::FormatStyle::PAS_Left; in ReformatGoogleStyle() 103 clang::tooling::Replacements replacements = clang::format::reformat( in ReformatGoogleStyle() 104 style, code, llvm::ArrayRef(clang::tooling::Range(0, code.size())), in ReformatGoogleStyle() 108 clang::tooling::applyAllReplacements(code, replacements); in ReformatGoogleStyle() 120 std::vector<std::string> GetNamespacePath(const clang::TypeDecl* decl) { in GetNamespacePath() 123 if (const auto* nd = llvm::dyn_cast<clang::NamespaceDecl>(ctx)) { in GetNamespacePath() 132 std::string PrintRecordTemplateArguments(const clang::CXXRecordDecl* record) { in PrintRecordTemplateArguments() 145 clang::ASTContext& context = record->getASTContext(); in PrintRecordTemplateArguments() [all …]
|
| /external/gsc-utils/ |
| D | .clang-format | 3 # clang-format configuration file. Intended for clang-format >= 9. 7 # Documentation/process/clang-format.rst 8 # https://clang.llvm.org/docs/ClangFormat.html 9 # https://clang.llvm.org/docs/ClangFormatStyleOptions.html 11 # Note: imported from Kernel .clang-format, uncommented options that 12 # require clang-format-4.0 or clang-format-5.0, and removed
|
| /external/deqp-deps/amber/kokoro/check-format/ |
| D | build.sh | 37 curl -L http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz -o clang-ll… 38 tar xf clang-llvm.tar.xz 39 export PATH=$PWD/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin:$PATH 42 …http://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/clang-format-diff.py -o tools/clang-…
|
| /external/swiftshader/third_party/SPIRV-Tools/kokoro/check-format/ |
| D | build.sh | 33 curl -L http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz -o clang-ll… 34 tar xf clang-llvm.tar.xz 35 export PATH=$PWD/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin:$PATH 44 …thubusercontent.com/llvm/llvm-project/main/clang/tools/clang-format/clang-format-diff.py -o utils/…
|
| /external/deqp-deps/SPIRV-Tools/kokoro/check-format/ |
| D | build.sh | 33 curl -L http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz -o clang-ll… 34 tar xf clang-llvm.tar.xz 35 export PATH=$PWD/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin:$PATH 44 …thubusercontent.com/llvm/llvm-project/main/clang/tools/clang-format/clang-format-diff.py -o utils/…
|
| /external/skia/ |
| D | .clang-format | 3 # change. Make sure to install git-clang-format [1] by adding it to your 7 # $ git clang-format 13 # Some clients are running on older versions of clang-format, so please limit 14 # flag choices to options supported by clang-format version 10 and below. 15 # - XcodeClangFormat: clang-format 10 16 # - bin/clang-format: clang-format 11 17 # - brew: clang-format 14 19 …//source.chromium.org/chromium/chromium/src/+/HEAD:third_party/clang-format/script/git-clang-format
|
12345678910>>...41