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

  /external/clang/lib/CodeGen/
TargetInfo.h 169 const FunctionNoProtoType *fnType) const;
CGCXX.cpp 227 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
228 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
290 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
291 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
CGObjC.cpp     [all...]
CGCall.cpp 330 const FunctionType *fnType,
339 if (const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(fnType)) {
348 .isNoProtoCallVariadic(args, cast<FunctionNoProtoType>(fnType))) {
352 return CGT.arrangeFreeFunctionCall(fnType->getResultType(), args,
353 fnType->getExtInfo(), required);
362 const FunctionType *fnType) {
363 return arrangeFreeFunctionLikeCall(*this, args, fnType, 0);
370 const FunctionType *fnType) {
371 return arrangeFreeFunctionLikeCall(*this, args, fnType, 1);
    [all...]
CGBlocks.cpp     [all...]
CGClass.cpp     [all...]
TargetInfo.cpp 103 const FunctionNoProtoType *fnType) const {
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 115 milliseconds