Home
last modified time | relevance | path

Searched refs:SomeValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/docs/
H A DHowToSetUpLLVMStyleRTTI.rst498 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 Dconst-correctness-cxx17.cpp38 template <typename SomeValue>
40 DoGooder(void *accessor, SomeValue value) { in DoGooder()
/llvm-project-15.0.7/clang/test/Sema/
H A DMicrosoftExtensions.c91 SomeValue = 0x100000000 enumerator
/llvm-project-15.0.7/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp175 SomeValue = 0x100000000 enumerator
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dunguarded-availability.m287SomeValue = SomeConstexprValue // expected-warning{{'SomeConstexprValue' is only available on macO… enum