Searched refs:Semicolon (Results 1 – 25 of 27) sorted by relevance
12
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | SuspiciousSemicolonCheck.cpp | 36 const auto *Semicolon = Result.Nodes.getNodeAs<NullStmt>("semi"); in check() local 37 SourceLocation LocStart = Semicolon->getBeginLoc(); in check() 55 SourceLocation LocEnd = Semicolon->getEndLoc(); in check()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | cppcoreguidelines-no-malloc.rst | 34 Semicolon-separated list of fully qualified names of memory allocation functions. 39 Semicolon-separated list of fully qualified names of memory allocation functions. 44 Semicolon-separated list of fully qualified names of memory allocation functions.
|
D | modernize-use-emplace.rst | 102 Semicolon-separated list of class names of custom containers that support 119 Semicolon-separated list of class names of custom smart pointers. 123 Semicolon-separated list of ``std::tuple``-like class names. 127 Semicolon-separated list of ``std::make_tuple``-like function names. Those
|
D | performance-faster-string-find.rst | 25 Semicolon-separated list of names of string-like classes. By default only
|
D | objc-forbidden-subclassing.rst | 25 Semicolon-separated list of names of Objective-C classes which
|
D | readability-redundant-string-init.rst | 38 Semicolon-delimited list of class names to apply this check to.
|
D | abseil-string-find-startswith.rst | 29 Semicolon-separated list of names of string-like classes. By default only
|
D | abseil-string-find-str-contains.rst | 40 Semicolon-separated list of names of string-like classes. By default includes
|
D | bugprone-string-constructor.rst | 52 Semicolon-delimited list of class names to apply this check to.
|
D | readability-magic-numbers.rst | 94 Semicolon-separated list of magic positive integers that will be accepted 105 Semicolon-separated list of magic positive floating point values that will
|
D | bugprone-unused-return-value.rst | 13 Semicolon-separated list of functions to check. Defaults to
|
D | performance-inefficient-vector-operation.rst | 59 Semicolon-separated list of names of vector-like classes. By default only
|
D | bugprone-reserved-identifier.rst | 56 Semicolon-separated list of names that the check ignores. Default is an
|
D | cppcoreguidelines-owning-memory.rst | 88 Semicolon-separated list of fully qualified names of legacy functions that create 95 Semicolon-separated list of fully qualified names of legacy functions expecting
|
/external/zstd/build/cmake/tests/ |
D | CMakeLists.txt | 69 "Semicolon-separated list of flags to pass to the fuzzer test (see `fuzzer -h` for usage)") 81 …"Semicolon-separated list of flags to pass to the zstreamtest test (see `zstreamtest -h` for usage… 88 "Semicolon-separated list of flags to pass to the playTests.sh test")
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | DefineInline.cpp | 449 auto Semicolon = getSemicolonForDecl(Target); in apply() local 450 if (!Semicolon) in apply() 462 const tooling::Replacement SemicolonToFuncBody(SM, *Semicolon, 1, in apply() 485 auto FE = Effect::fileEdit(SM, SM.getFileID(*Semicolon), in apply()
|
/external/llvm-project/libcxx/utils/ci/runtimes/ |
D | CMakeLists.txt | 50 set(LLVM_ENABLE_PROJECTS "" CACHE STRING "Semicolon-separated list of runtimes to build.")
|
/external/webrtc/modules/audio_processing/ |
D | debug.proto | 72 // Semicolon-separated string containing experimental feature
|
/external/llvm/ |
D | CMakeLists.txt | 241 CACHE STRING "Semicolon-separated list of targets to build, or \"all\".") 244 CACHE STRING "Semicolon-separated list of experimental targets to build.") 421 "Semicolon-separated list of components to include in libLLVM, or \"all\".")
|
/external/llvm-project/llvm/ |
D | CMakeLists.txt | 78 "Semicolon-separated list of projects to build (${LLVM_KNOWN_PROJECTS}), or \"all\".") 326 CACHE STRING "Semicolon-separated list of targets to build, or \"all\".") 329 CACHE STRING "Semicolon-separated list of experimental targets to build.") 597 "Semicolon-separated list of components to include in libLLVM, or \"all\".")
|
/external/llvm-project/libclc/ |
D | CMakeLists.txt | 34 CACHE STRING "Semicolon-separated list of targets to build, or 'all'." )
|
/external/llvm-project/llvm/docs/ |
D | CMake.rst | 224 Semicolon-separated list of targets to build, or *all* for building all 383 Semicolon-separated list of projects to build, or *all* for building all 393 Semicolon-separated list of additional external projects to build as part of
|
D | TestSuiteGuide.md | 181 Semicolon-separated list of directories to include. This can be used to only
|
/external/rust/crates/syn/tests/common/ |
D | eq.rs | 373 spanless_eq_enum!(MacStmtStyle; Semicolon Braces NoBraces);
|
/external/llvm/docs/ |
D | CMake.rst | 211 Semicolon-separated list of targets to build, or *all* for building all 340 Semicolon-separated list of additional external projects to build as part of
|
12