HomeSort by relevance Sort by last modified time
    Searched full:fntype (Results 1 - 25 of 45) sorted by null

1 2

  /external/icu4c/test/perf/ustrperf/
stringperf.h 56 enum FnType { Fn_ICU, Fn_STD };
57 typedef FnType FnType;
339 FnType fnType_;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 199 const FunctionProtoType *FnType = NULL;
202 FnType = CD->getType()->getAs<FunctionProtoType>();
206 FnType, Pred, argsEvaluated);
  /external/clang/lib/CodeGen/
CGCXX.cpp 225 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
226 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
288 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
289 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
CGObjC.cpp     [all...]
CGBlocks.cpp 864 QualType FnType = BPT->getPointeeType();
867 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(),
873 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
    [all...]
CGDebugInfo.h 108 llvm::DIType getOrCreateFunctionType(const Decl *D, QualType FnType,
180 void EmitFunctionStart(GlobalDecl GD, QualType FnType,
TargetInfo.h 166 const FunctionNoProtoType *fnType) const;
CGCall.cpp 288 const FunctionType *fnType) {
290 if (const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(fnType)) {
294 .isNoProtoCallVariadic(args, cast<FunctionNoProtoType>(fnType))) {
298 return arrangeFunctionCall(fnType->getResultType(), args,
299 fnType->getExtInfo(), required);
    [all...]
CGClass.cpp     [all...]
CodeGenFunction.cpp 315 QualType FnType =
322 DI->EmitFunctionStart(GD, FnType, CurFn, Builder);
    [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 424 const FunctionProtoType *FnType
426 assert(FnType && "Overloaded operator has no prototype.");
428 if (FnType->getNumArgs() != 1 || FnType->isVariadic())
431 QualType ArgType = FnType->getArgType(0);
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 446 template <typename FNTYPE>
447 FNTYPE LookupFunction(CFStringRef bundleName, CFStringRef fnName) {
451 return reinterpret_cast<FNTYPE>(
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h     [all...]
tree.h 4632 tree fntype; \/* function type declaration *\/ member in struct:__anon20392
    [all...]
defaults.h 935 #define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 0
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]

Completed in 1303 milliseconds

1 2