Home
last modified time | relevance | path

Searched refs:Correct (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dmap.bench.cpp40 enum class Hint { Begin, Third, Correct, End }; enumerator
281 typename std::enable_if<hint == ::Hint::Correct>::type
312 typename std::enable_if<hint != ::Hint::Correct>::type
400 typename std::enable_if<hint == ::Hint::Correct>::type
431 typename std::enable_if<hint != ::Hint::Correct>::type
520 typename std::enable_if<hint == ::Hint::Correct>::type
551 typename std::enable_if<hint != ::Hint::Correct>::type
640 typename std::enable_if<hint == ::Hint::Correct>::type
671 typename std::enable_if<hint != ::Hint::Correct>::type
/llvm-project-15.0.7/llvm/test/CodeGen/MSP430/
H A Dcmp-return-type.ll14 ; Correct:
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/llvmlibc/
H A Dimplementation-in-namespace.rst11 // Correct: implementation inside the correct namespace.
/llvm-project-15.0.7/llvm/test/tools/llvm-opt-fuzzer/
H A Dcommand-line.ll18 ; Correct command line
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp119 StringRef Correct = HasFinal ? "'%1'" : "'%0'"; in check() local
122 " redundant since the function is already declared " + Correct) in check()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dmisleading-indentation.rst6 Correct indentation helps to understand code. Mismatch of the syntactical
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/darwin/
H A Ddispatch-once-nonstatic.mm17 int Correct(void) { function
/llvm-project-15.0.7/
H A D.git-blame-ignore-revs29 # Correct line endings that got mixed up in r320089; NFC.
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_out_reduction.mlir69 // Verify results. Only two entries stored in result. Correct structure.
/llvm-project-15.0.7/libc/docs/
H A Dclang_tidy_checks.rst40 // Correct: implementation inside the correct namespace.
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog1069 * RNBRemote.cpp (RNBRemote::HandlePacket_q): Correct handling
1076 * RNBRemote.cpp (HandlePacket_Q): Correct the string comparisons for
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td625 // TODO: Correct this supprted version number whenever complete
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Issues.csv240 "`3315 <https://wg21.link/LWG3315>`__","Correct Allocator Default Behavior","Prague","",""