Home
last modified time | relevance | path

Searched refs:Semicolon (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousSemicolonCheck.cpp36 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/
Dcppcoreguidelines-no-malloc.rst34 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.
Dmodernize-use-emplace.rst102 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
Dperformance-faster-string-find.rst25 Semicolon-separated list of names of string-like classes. By default only
Dobjc-forbidden-subclassing.rst25 Semicolon-separated list of names of Objective-C classes which
Dreadability-redundant-string-init.rst38 Semicolon-delimited list of class names to apply this check to.
Dabseil-string-find-startswith.rst29 Semicolon-separated list of names of string-like classes. By default only
Dabseil-string-find-str-contains.rst40 Semicolon-separated list of names of string-like classes. By default includes
Dbugprone-string-constructor.rst52 Semicolon-delimited list of class names to apply this check to.
Dreadability-magic-numbers.rst94 Semicolon-separated list of magic positive integers that will be accepted
105 Semicolon-separated list of magic positive floating point values that will
Dbugprone-unused-return-value.rst13 Semicolon-separated list of functions to check. Defaults to
Dperformance-inefficient-vector-operation.rst59 Semicolon-separated list of names of vector-like classes. By default only
Dbugprone-reserved-identifier.rst56 Semicolon-separated list of names that the check ignores. Default is an
Dcppcoreguidelines-owning-memory.rst88 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/
DCMakeLists.txt69 "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/
DDefineInline.cpp449 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/
DCMakeLists.txt50 set(LLVM_ENABLE_PROJECTS "" CACHE STRING "Semicolon-separated list of runtimes to build.")
/external/webrtc/modules/audio_processing/
Ddebug.proto72 // Semicolon-separated string containing experimental feature
/external/llvm/
DCMakeLists.txt241 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/
DCMakeLists.txt78 "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/
DCMakeLists.txt34 CACHE STRING "Semicolon-separated list of targets to build, or 'all'." )
/external/llvm-project/llvm/docs/
DCMake.rst224 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
DTestSuiteGuide.md181 Semicolon-separated list of directories to include. This can be used to only
/external/rust/crates/syn/tests/common/
Deq.rs373 spanless_eq_enum!(MacStmtStyle; Semicolon Braces NoBraces);
/external/llvm/docs/
DCMake.rst211 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