HomeSort by: relevance | last modified time | path
    Searched refs:ForVirtualBase (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenABITypes.cpp 85 /* ForVirtualBase= */ false,
122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) {
129 CGF, D, Type, ForVirtualBase, Delegating);
CGCXXABI.h 394 CXXCtorType Type, bool ForVirtualBase,
403 CXXCtorType Type, bool ForVirtualBase,
411 bool ForVirtualBase, bool Delegating) = 0;
416 bool ForVirtualBase, bool Delegating,
CGCXXABI.cpp 299 bool ForVirtualBase, bool Delegating, CallArgList &Args) {
301 getImplicitConstructorArgs(CGF, D, Type, ForVirtualBase, Delegating);
CGClass.cpp 460 bool ForVirtualBase,
482 assert(!ForVirtualBase && "Can't have same class as virtual base!");
486 CharUnits BaseOffset = ForVirtualBase ?
1473 EmitCXXDestructorCall(Dtor, Dtor_Complete, /*ForVirtualBase=*/false,
1507 EmitCXXDestructorCall(Dtor, Dtor_Base, /*ForVirtualBase=*/false,
2022 EmitCXXConstructorCall(ctor, Ctor_Complete, /*ForVirtualBase=*/false,
2055 bool ForVirtualBase,
2099 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args,
2130 bool ForVirtualBase,
2169 EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase,
    [all...]
ItaniumCXXABI.cpp 228 bool ForVirtualBase,
234 bool ForVirtualBase,
238 CXXDtorType Type, bool ForVirtualBase,
1698 bool ForVirtualBase, bool Delegating) {
1704 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating);
1711 bool ForVirtualBase, bool Delegating) {
1713 return CGF.GetVTTParameter(GD, ForVirtualBase, Delegating);
1718 CXXDtorType Type, bool ForVirtualBase,
1723 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, Delegating);
MicrosoftCXXABI.cpp 264 bool ForVirtualBase,
270 bool ForVirtualBase,
274 CXXDtorType Type, bool ForVirtualBase,
1587 bool ForVirtualBase, bool Delegating) {
1610 bool ForVirtualBase, bool Delegating) {
1616 CXXDtorType Type, bool ForVirtualBase,
1636 if (ForVirtualBase && isa<CXXConstructorDecl>(CGF.CurCodeDecl)) {
1641 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase,
4057 /*ForVirtualBase=*/false,
CGExprCXX.cpp 291 EmitCXXConstructorCall(Ctor, Ctor_Complete, /*ForVirtualBase=*/false,
629 bool ForVirtualBase = false;
644 ForVirtualBase = true;
652 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest, E);
1958 /*ForVirtualBase=*/false,
CodeGenFunction.h 2789 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase,
2809 bool ForVirtualBase,
2817 bool ForVirtualBase, Address This,
2822 bool ForVirtualBase, bool Delegating,
2826 bool ForVirtualBase, bool Delegating,
2859 bool ForVirtualBase, bool Delegating, Address This,
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CodeGenABITypes.h 100 bool ForVirtualBase, bool Delegating);

Completed in 71 milliseconds