Searched refs:uncommon (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TemplateName.cpp | 97 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 D | unchecked-optional-access.rst | 79 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 D | type_pun-inseltpoison.ll | 5 ; 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 D | type_pun.ll | 5 ; 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 D | basic.ll | 58 ; 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 D | assume_gep_bounds.ll | 13 ; of bounds accesses are valid. However, as such accesses are uncommon, cause
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | gnu-hash-section.yaml | 87 ## It is almost technically valid, but uncommon. Modern linkers
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | README.txt | 175 example, in an expanded memset sequence it's not uncommon to see code like this:
|
| /llvm-project-15.0.7/lld/docs/ |
| H A D | WebAssembly.rst | 147 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 D | 2001-02-09-AdveCommentsResponse.txt | 76 types, therefore casting should be relatively uncommon. For example all
|
| /llvm-project-15.0.7/bolt/docs/ |
| H A D | OptimizingClang.md | 122 Compilation time improvements for individual files differ, and speedups over 15% are not uncommon.
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | Legalizer.rst | 273 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 D | CMakePrimer.rst | 398 Generally speaking this issue is uncommon because it requires using
|
| H A D | ExceptionHandling.rst | 64 exceptions are, by their nature, intended for uncommon code paths, DWARF
|
| H A D | LangRef.rst | 24163 this intrinsic can be used to implement "uncommon trap" or "side exit" like
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | AutomaticReferenceCounting.rst | 1765 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 D | InternalsManual.rst | 1076 token includes a trigraph or escaped newline. Since this is uncommon,
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 3911 Swift importer that this is the uncommon case where ``result`` can get ``nil``
|