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

  /external/clang/lib/CodeGen/
CGCXX.cpp 212 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
213 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
251 llvm::FunctionType *fnType) {
267 if (!fnType) {
269 fnType = getTypes().GetFunctionType(*fnInfo);
271 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
TargetInfo.h 182 const FunctionNoProtoType *fnType) const;
CGObjC.cpp     [all...]
CGCall.cpp 332 const FunctionType *fnType,
341 if (const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(fnType)) {
350 .isNoProtoCallVariadic(args, cast<FunctionNoProtoType>(fnType))) {
354 return CGT.arrangeFreeFunctionCall(fnType->getResultType(), args,
355 fnType->getExtInfo(), required);
364 const FunctionType *fnType) {
365 return arrangeFreeFunctionLikeCall(*this, args, fnType, 0);
372 const FunctionType *fnType) {
373 return arrangeFreeFunctionLikeCall(*this, args, fnType, 1);
    [all...]
CGBlocks.cpp     [all...]
CGClass.cpp     [all...]
CodeGenModule.h 756 llvm::FunctionType *fnType = 0);
    [all...]
TargetInfo.cpp 138 const FunctionNoProtoType *fnType) const {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 75 milliseconds