Searched refs:BRef (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | enable_if.cpp | 313 …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()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCPseudoProbe.cpp | 38 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local 40 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
|
| H A D | MCObjectStreamer.cpp | 513 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local 515 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
|