Home
last modified time | relevance | path

Searched refs:uncommon (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DTemplateName.cpp97 UncommonTemplateNameStorage *uncommon in getKind() local
99 if (uncommon->getAsOverloadedStorage()) in getKind()
101 if (uncommon->getAsAssumedTemplateName()) in getKind()
103 if (uncommon->getAsSubstTemplateTemplateParm()) in getKind()
147 if (UncommonTemplateNameStorage *uncommon = in getAsSubstTemplateTemplateParm() local
149 return uncommon->getAsSubstTemplateTemplateParm(); in getAsSubstTemplateTemplateParm()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dunchecked-optional-access.rst79 Rely on invariants of uncommon APIs
82 The check is unaware of invariants of uncommon APIs. For example:
197 Do not rely on uncommon-API invariants
200 When uncommon APIs guarantee that an optional has contents, do not rely on it --
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dtype_pun-inseltpoison.ll5 ; generates an extract instead of a shuffle with an uncommon vector size:
10 ; This cleans up behind SROA, which inserts the uncommon vector size when
H A Dtype_pun.ll5 ; generates an extract instead of a shuffle with an uncommon vector size:
10 ; This cleans up behind SROA, which inserts the uncommon vector size when
/llvm-project-15.0.7/llvm/test/Transforms/DCE/
H A Dbasic.ll58 ; It's not uncommon for two bitcasts to be made: one for lifetime, one for use.
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dassume_gep_bounds.ll13 ; of bounds accesses are valid. However, as such accesses are uncommon, cause
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dgnu-hash-section.yaml87 ## It is almost technically valid, but uncommon. Modern linkers
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DREADME.txt175 example, in an expanded memset sequence it's not uncommon to see code like this:
/llvm-project-15.0.7/lld/docs/
H A DWebAssembly.rst147 uncommon to find this in real-world C/C++ programs. For example, a call site in
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-02-09-AdveCommentsResponse.txt76 types, therefore casting should be relatively uncommon. For example all
/llvm-project-15.0.7/bolt/docs/
H A DOptimizingClang.md122 Compilation time improvements for individual files differ, and speedups over 15% are not uncommon.
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DLegalizer.rst273 it's not uncommon to be unable to consume s64 but still be able to produce it
/llvm-project-15.0.7/llvm/docs/
H A DCMakePrimer.rst398 Generally speaking this issue is uncommon because it requires using
H A DExceptionHandling.rst64 exceptions are, by their nature, intended for uncommon code paths, DWARF
H A DLangRef.rst24163 this intrinsic can be used to implement "uncommon trap" or "side exit" like
/llvm-project-15.0.7/clang/docs/
H A DAutomaticReferenceCounting.rst1765 on imprecise lifetime. There are also uncommon enough to make it
1833 This is likely to be uncommon enough that the syntactic weight of explicitly
2066 without this retain and release. Since it's extremely uncommon to actually
H A DInternalsManual.rst1076 token includes a trigraph or escaped newline. Since this is uncommon,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td3911 Swift importer that this is the uncommon case where ``result`` can get ``nil``