Searched refs:SomeValue (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | HowToSetUpLLVMStyleRTTI.rst | 498 class SomeValue { 500 SomeValue(void *ptr) : ptr(ptr) {} 515 struct CastInfo<T, SomeValue> 517 DefaultDoCastIfPossible<T, SomeValue, CastInfo<T, SomeValue>> { 518 static T doCast(SomeValue v) { 531 struct CastInfo<SomeValue, T *> 533 DefaultDoCastIfPossible<SomeValue, T *, CastInfo<SomeValue, T *>> { 538 return SomeValue((void *)t); 553 struct CastInfo<T, SomeValue> : OptionalValueCast<T, SomeValue> {}; 560 SomeValue someVal = ...; [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/ |
| H A D | const-correctness-cxx17.cpp | 38 template <typename SomeValue> 40 DoGooder(void *accessor, SomeValue value) { in DoGooder()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | MicrosoftExtensions.c | 91 SomeValue = 0x100000000 enumerator
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | MicrosoftExtensions.cpp | 175 SomeValue = 0x100000000 enumerator
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | unguarded-availability.m | 287 …SomeValue = SomeConstexprValue // expected-warning{{'SomeConstexprValue' is only available on macO… enum
|