HomeSort by relevance Sort by last modified time
    Searched refs:MemPtr (Results 1 - 13 of 13) sorted by null

  /external/clang/test/SemaTemplate/
explicit-instantiation.cpp 42 typedef int X1::*MemPtr;
44 template MemPtr X0<MemPtr>::f0(MemPtr); // expected-note{{requested here}}
  /external/clang/lib/CodeGen/
CGCXXABI.h 94 llvm::Value *MemPtr,
100 llvm::Value *MemPtr,
142 llvm::Value *MemPtr,
ItaniumCXXABI.cpp 70 llvm::Value *MemPtr,
189 /// struct { ptrdiff_t ptr; ptrdiff_t adj; } memptr;
192 /// - method pointers are virtual if (memptr.ptr & 1) is nonzero
193 /// - the this-adjustment is (memptr.adj)
194 /// - the virtual offset is (memptr.ptr - 1)
197 /// - method pointers are virtual if (memptr.adj & 1) is nonzero
198 /// - the this-adjustment is (memptr.adj >> 1)
199 /// - the virtual offset is (memptr.ptr)
206 /// If the member is non-virtual, memptr.ptr is the address of
227 llvm::BasicBlock *FnVirtual = CGF.createBasicBlock("memptr.virtual")
    [all...]
CGCXXABI.cpp 44 llvm::Value *MemPtr,
59 llvm::Value *MemPtr,
90 llvm::Value *MemPtr,
CGExpr.cpp 86 llvm::Value *MemPtr = EmitScalarExpr(E);
87 return CGM.getCXXABI().EmitMemberPointerIsNotNull(*this, MemPtr, MPT);
    [all...]
CGExprScalar.cpp     [all...]
  /external/clang/test/SemaCXX/
constexpr-printing.cpp 71 constexpr int MemPtr(int (MemPtrTest::*a), void (MemPtrTest::*b)(), int &c) {
74 static_assert(MemPtr(&MemPtrTest::n, &MemPtrTest::f, mpt.*&MemPtrTest::n), ""); // expected-error {{constant expression}} \
75 expected-note {{in call to 'MemPtr(&MemPtrTest::n, &MemPtrTest::f, mpt.n)'}}
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Type.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 282 milliseconds