Home
last modified time | relevance | path

Searched refs:RefResult (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenCLExtensionTypes.def29 INTEL_SUBGROUP_AVC_TYPE(ref_result_t, RefResult)
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp1497 Sema::ReferenceCompareResult RefResult = Self.CompareReferenceRelationship( in TryLValueToRValueCast() local
1499 if (RefResult != Sema::Ref_Compatible) { in TryLValueToRValueCast()
1500 if (CStyle || RefResult == Sema::Ref_Incompatible) in TryLValueToRValueCast()