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

  /external/clang/lib/CodeGen/
CGCXX.cpp 186 const CGFunctionInfo &fnInfo =
190 cast<llvm::Function>(GetAddrOfCXXConstructor(ctor, ctorType, &fnInfo));
193 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo);
202 const CGFunctionInfo *fnInfo) {
209 if (!fnInfo)
210 fnInfo = &getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
212 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
234 const CGFunctionInfo &fnInfo =
238 cast<llvm::Function>(GetAddrOfCXXDestructor(dtor, dtorType, &fnInfo));
241 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo);
    [all...]
CGAtomic.cpp 136 const CGFunctionInfo &fnInfo =
139 llvm::FunctionType *fnTy = CGF.CGM.getTypes().GetFunctionType(fnInfo);
141 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);
    [all...]
CodeGenModule.h 749 const CGFunctionInfo *fnInfo = 0);
755 const CGFunctionInfo *fnInfo = 0,
    [all...]
CGBlocks.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 65 milliseconds