Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Denable_if.cpp313 …auto BRef = reinterpret_cast<CharFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
326 constexpr auto BRef = (CharFooTy)&foo; in testItCStyle() local
330 static_assert(B == BRef && BRef == BExplicit, ""); in testItCStyle()
/external/llvm-project/clang/test/SemaCXX/
Denable_if.cpp313 …auto BRef = reinterpret_cast<CharFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
326 constexpr auto BRef = (CharFooTy)&foo; in testItCStyle() local
330 static_assert(B == BRef && BRef == BExplicit, ""); in testItCStyle()
/external/llvm/lib/MC/
DMCObjectStreamer.cpp318 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local
320 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp464 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local
466 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
/external/llvm-project/llvm/lib/MC/
DMCObjectStreamer.cpp469 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local
471 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()