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

  /external/clang/lib/CodeGen/
CGCXXABI.h 276 /// delegating thunk, regardless of whether the dtor is defined in this TU or
333 bool Delegating, CallArgList &Args) = 0;
338 bool ForVirtualBase, bool Delegating,
CGClass.cpp 290 bool Delegating) {
303 if (Delegating) {
304 // If this is a delegating constructor call, just load the VTT.
355 /*Delegating=*/false, Addr);
688 // FIXME: Decide if we can do a delegation of a delegating constructor.
    [all...]
CGExprCXX.cpp 400 bool Delegating = false;
406 Delegating = true;
422 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(),
    [all...]
ItaniumCXXABI.cpp 154 // Delegating may occur as an optimization, but all variants are either
169 bool Delegating,
174 bool Delegating, llvm::Value *This) override;
    [all...]
CodeGenFunction.h     [all...]
MicrosoftCXXABI.cpp 144 /// Non-base dtors should be emitted as delegating thunks in this ABI.
186 bool Delegating,
191 bool Delegating, llvm::Value *This) override;
    [all...]

Completed in 1150 milliseconds