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 215 const CGFunctionInfo &fnInfo =
219 GetAddrOfCXXConstructor(ctor, ctorType, &fnInfo, true));
222 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo);
231 const CGFunctionInfo *fnInfo,
239 if (!fnInfo)
240 fnInfo = &getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
242 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
272 const CGFunctionInfo &fnInfo =
276 GetAddrOfCXXDestructor(dtor, dtorType, &fnInfo, nullptr, true));
279 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo);
    [all...]
CGAtomic.cpp 128 const CGFunctionInfo &fnInfo =
131 llvm::FunctionType *fnTy = CGF.CGM.getTypes().GetFunctionType(fnInfo);
133 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);
    [all...]
CodeGenModule.h 793 const CGFunctionInfo *fnInfo = nullptr,
800 const CGFunctionInfo *fnInfo = nullptr,
    [all...]
CGBlocks.cpp     [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 912 milliseconds