HomeSort by relevance Sort by last modified time
    Searched defs:ARef (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaCXX/
enable_if.cpp 308 auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve overloaded function 'foo' to type}}
321 constexpr auto ARef = (IntFooTy)&foo;
329 static_assert(A == ARef && ARef == AExplicit, "");
343 auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve overloaded function 'foo' to type}}
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 317 const MCExpr *ARef = MCSymbolRefExpr::create(A, Variant, Context);
320 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCStreamer.cpp 43 const MCExpr *ARef =
48 MCBinaryExpr::Create(MCBinaryExpr::Sub, ARef, BRef, Context);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCObjectStreamer.cpp 391 const MCExpr *ARef = MCSymbolRefExpr::create(A, Variant, Context);
394 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context);

Completed in 2372 milliseconds