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

1 2

  /external/clang/lib/StaticAnalyzer/Core/
CXXExprEngine.cpp 34 const FunctionProtoType *FnType,
142 const FunctionProtoType *FnType = CD->getType()->getAs<FunctionProtoType>();
143 evalArguments(E->arg_begin(), E->arg_end(), FnType, Pred, argsEvaluated);
289 const FunctionProtoType *FnType = NULL;
292 FnType = CD->getType()->getAs<FunctionProtoType>();
295 FnType, Pred, argsEvaluated);
  /external/icu4c/test/perf/ustrperf/
stringperf.h 54 enum FnType { Fn_ICU, Fn_STD };
55 typedef FnType FnType;
337 FnType fnType_;
  /external/clang/lib/CodeGen/
CGCXX.cpp 224 llvm::FunctionType *fnType =
226 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
291 llvm::FunctionType *fnType =
294 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
CGObjC.cpp     [all...]
CGBlocks.cpp 742 QualType FnType = BPT->getPointeeType();
745 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(),
751 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
    [all...]
CGDebugInfo.h 101 llvm::DIType getOrCreateFunctionType(const Decl *D, QualType FnType,
166 void EmitFunctionStart(GlobalDecl GD, QualType FnType,
CodeGenFunction.cpp 297 QualType FnType =
302 DI->EmitFunctionStart(GD, FnType, CurFn, Builder);
    [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 363 const FunctionProtoType *FnType
365 assert(FnType && "Overloaded operator has no prototype.");
367 if (FnType->getNumArgs() != 1 || FnType->isVariadic())
370 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.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
target.h     [all...]
tree.h 4620 tree fntype; \/* function type declaration *\/ member in struct:__anon18931
    [all...]
defaults.h 935 #define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 0
  /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:__anon19293
    [all...]
defaults.h 935 #define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 0
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
target.h     [all...]
tree.h 4632 tree fntype; \/* function type declaration *\/ member in struct:__anon19671
    [all...]
defaults.h 935 #define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 0
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 381 const FunctionProtoType *FnType,
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.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...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]

Completed in 917 milliseconds

1 2