Home
last modified time | relevance | path

Searched refs:unchecked (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/containers/
H A Dset_allocator_requirement_test_templates.h42 assert(!cc->unchecked()); in testSetInsert()
55 assert(!cc->unchecked()); in testSetInsert()
68 assert(!cc->unchecked()); in testSetInsert()
81 assert(!cc->unchecked()); in testSetInsert()
94 assert(!cc->unchecked()); in testSetInsert()
106 assert(!cc->unchecked()); in testSetInsert()
119 assert(!cc->unchecked()); in testSetInsert()
133 assert(!cc->unchecked()); in testSetInsert()
154 assert(!cc->unchecked()); in testSetEmplace()
167 assert(!cc->unchecked()); in testSetEmplace()
[all …]
H A Dmap_allocator_requirement_test_templates.h43 assert(!cc->unchecked()); in testMapInsert()
56 assert(!cc->unchecked()); in testMapInsert()
69 assert(!cc->unchecked()); in testMapInsert()
82 assert(!cc->unchecked()); in testMapInsert()
94 assert(!cc->unchecked()); in testMapInsert()
107 assert(!cc->unchecked()); in testMapInsert()
119 assert(!cc->unchecked()); in testMapInsert()
132 assert(!cc->unchecked()); in testMapInsert()
146 assert(!cc->unchecked()); in testMapInsert()
174 assert(!cc->unchecked()); in testMapInsertHint()
[all …]
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex.pass.cpp128 assert(!cc->unchecked()); in main()
140 assert(!cc->unchecked()); in main()
152 assert(!cc->unchecked()); in main()
/llvm-project-15.0.7/libcxx/test/support/
H A Dcontainer_test_types.h180 bool unchecked() { in unchecked() function
186 assert(!unchecked()); in expect()
192 assert(!unchecked());
242 assert(!CC->unchecked()); in ExpectConstructGuard()
247 assert(!getConstructController()->unchecked()); in ~ExpectConstructGuard()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.access/
H A Dindex_key.pass.cpp93 assert(!cc->unchecked()); in main()
105 assert(!cc->unchecked()); in main()
H A Dindex_rv_key.pass.cpp70 assert(!cc->unchecked()); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dstack-tagging-unchecked-ld-st.ll2 ; RUN: llc < %s -mtriple=aarch64 -mattr=+mte -stack-tagging-unchecked-ld-st=never | FileCheck %s --…
3 ; RUN: llc < %s -mtriple=aarch64 -mattr=+mte -stack-tagging-unchecked-ld-st=always | FileCheck %s -…
222 ; unchecked access to tagged memory!
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
H A Dresize_size_value.pass.cpp98 assert(!cc->unchecked()); in main()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dunchecked-optional-access.rst1 .. title:: clang-tidy - bugprone-unchecked-optional-access
3 bugprone-unchecked-optional-access
/llvm-project-15.0.7/clang-tools-extra/docs/
H A DReleaseNotes.rst151 - New :doc:`bugprone-unchecked-optional-access
152 <clang-tidy/checks/bugprone/unchecked-optional-access>` check.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst133 `bugprone-unchecked-optional-access <bugprone/unchecked-optional-access.html>`_,
/llvm-project-15.0.7/clang/docs/
H A DDataFlowAnalysisIntro.md860 ## Example: finding unchecked `std::optional` unwraps
H A DControlFlowIntegrityDesign.rst540 unchecked and just work, with performance penalty.
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst613 Accidentally discarding an unchecked error will cause a program abort at the
614 point where the unchecked value's destructor is run, making it easy to identify
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td371 overlap. This latter restriction is unchecked, as the Fortran language
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td367 // Defines targets for target-specific attributes. Empty lists are unchecked.