Home
last modified time | relevance | path

Searched defs:ARef (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
H A DArithmeticTest.kt101 data class ARef(val b: BRef) dataClass
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCPseudoProbe.cpp42 const MCExpr *ARef = MCSymbolRefExpr::create(A, Variant, Context); in buildSymbolDiff() local
H A DMCObjectStreamer.cpp514 const MCExpr *ARef = MCSymbolRefExpr::create(A, Variant, Context); in buildSymbolDiff() local
/aosp_15_r20/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp317 const MCExpr *ARef = MCSymbolRefExpr::create(A, Variant, Context); in buildSymbolDiff() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCObjectStreamer.cpp463 const MCExpr *ARef = MCSymbolRefExpr::create(A, Variant, Context); in buildSymbolDiff() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2664 if (const ReferenceType *ARef = A->getAs<ReferenceType>()) in CheckOriginalCallArgDeduction() local
3786 if (const ReferenceType *ARef = A->getAs<ReferenceType>()) in DeduceTemplateArguments() local