Home
last modified time | relevance | path

Searched refs:every (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinfinite-loop.mm53 // No warning. Array count is updated on every iteration.
61 // No warning. Array count is updated on every iteration.
70 // No warning. Array count is updated on every iteration.
78 // No warning. Array count is updated on every iteration.
97 // No warning. Array count is updated on every iteration.
104 // No warning. Array count is updated on every iteration.
114 // No warning. Array count is updated on every iteration.
122 // No warning. Array count is updated on every iteration.
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A DCMakeLists.txt32 # clangd doesn't put unittest configs in test/unit like every other project.
33 # Because of that, this needs to pass two folders here, while every other
/llvm-project-15.0.7/clang/docs/
H A DSanitizerCoverage.rst22 on every edge:
54 // into every DSO. 'start' and 'stop' correspond to the
67 // This callback is inserted by the compiler on every edge in the
128 inline counter increments on every edge.
149 setting an inline boolean to true on every edge.
186 // pairs [PC,PCFlags] for every instrumented block in the current DSO.
201 ``__sanitizer_cov_trace_pc()`` on every edge.
215 * ``func``: only the entry block of every function will be instrumented.
318 // for every non-constant array index.
357 The default allowlist will match every source file and every function.
[all …]
H A DCrossCompilation.rst27 In GCC world, every host/target combination has its own set of binaries,
48 find and make available to the build system, every other library required
52 Finally, not all toolchains are the same, and consequently, not every Clang
108 be compiling to. For every architecture, a default set of CPU/FPU/ABI
171 your code, it will get every dependency wrong, and your compilation
/llvm-project-15.0.7/llvm/utils/gn/build/
H A Dwrite_vcsrevision.gni12 # If this is set to true, VCSRevision.h is updated after every git commit.
13 # That's technically correct, but results in rebuilds after every commit.
/llvm-project-15.0.7/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.mli21 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd
34 to the channel [c]. If [unbuffered] is [true], after every write the fd
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_factorization.c352 isl_bool every = isl_bool_true; in isl_factorizer_every_factor_basic_set() local
377 every = test(factor, user); in isl_factorizer_every_factor_basic_set()
380 if (every < 0 || !every) in isl_factorizer_every_factor_basic_set()
388 return every; in isl_factorizer_every_factor_basic_set()
H A Disl_union_locals_templ.c24 no_locals = FN(FN(UNION,every),BASE)(u, &FN(UNION,no_locals_el), NULL); in FN()
/llvm-project-15.0.7/lld/test/ELF/
H A Dx86-64-split-stack-prologue-adjust-success.s9 # Avoid duplicating the prologue for every test via macros.
20 # Various and duplicate calls to ensure every code path is taken.
39 # Various and duplicate calls to ensure every code path is taken.
H A Dgdb-index-dwarf5-type-unit.s5 ## consider every .debug_info a compile unit).
/llvm-project-15.0.7/mlir/utils/clang-tidy/
H A DREADME.md3 This script runs clang-tidy on every C++ source file in MLIR and commit
31 `ninja check-mlir` after every single clang-tidy fix.
/llvm-project-15.0.7/libc/docs/
H A Dbuild_system.rst33 Similar to how every entrypoint in LLVM-libc has its own build target, every
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def71 "Purge symbols, bindings, and constraints before every statement")
75 "Purge symbols, bindings, and constraints before every basic block")
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Ddisable-leaks.test5 ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation
/llvm-project-15.0.7/openmp/tools/
H A DCMakeLists.txt2 # Note that explicit cmake invocation is required every time a new tool
/llvm-project-15.0.7/lldb/source/
H A DCMakeLists.txt18 # Build API last. Since liblldb needs to link against every other target, it needs
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-09-18-OptimizeExceptions.txt11 that every function call has to have code to invoke dtors on objects
15 2. Declaring a function nothrow causes catch blocks to be added to every
/llvm-project-15.0.7/llvm/test/tools/llvm-strings/
H A Dmultiple-inputs.test1 ## Show that llvm-strings reads every file specified on the command-line.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/
H A Dexception-baseclass.rst6 Ensure that every value that in a ``throw`` expression is an instance of
/llvm-project-15.0.7/clang/test/PCH/
H A Dthread-safety-attrs.cpp251 expected-warning{{mutex 'sls_mu' is not held on every path through here}}\ in sls_fun_bad_6()
315 expected-warning{{mutex 'sls_mu' is not held on every path through here}} \ in sls_fun_bad_12()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/
H A DBUILD.gn105 # clangd doesn't put unittest configs in test/unit like every other project.
106 # Because of that, this needs to pass two folders here, while every other
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dinvalid-liveness.mir12 # CHECK: Use of %0 does not have a corresponding definition on every path
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dno-warn-unimpl-method.m4 // every method possible is implemented in the class and should not issue
/llvm-project-15.0.7/mlir/test/mlir-pdll/Parser/
H A Ddependency-file.pdll10 // here to avoid the need to update this test every time we add a new transitive include.
/llvm-project-15.0.7/openmp/docs/remarks/
H A DOMP111.rst9 the memory and is then shared between every thread. The memory can then be
28 region that is then shared with every thread in a parallel region. This allows

12345678910>>...19