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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 35 const FunctionProtoType *FnType,
141 const FunctionProtoType *FnType = CD->getType()->getAs<FunctionProtoType>();
142 evalArguments(E->arg_begin(), E->arg_end(), FnType, Pred, argsEvaluated);
262 const FunctionProtoType *FnType = NULL;
265 FnType = CD->getType()->getAs<FunctionProtoType>();
268 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/
CGDebugInfo.h 99 llvm::DIType getOrCreateFunctionType(const Decl *D, QualType FnType,
169 void EmitFunctionStart(GlobalDecl GD, QualType FnType,
CodeGenFunction.cpp 303 QualType FnType =
308 DI->EmitFunctionStart(GD, FnType, CurFn, Builder);
    [all...]
CGBlocks.cpp 737 QualType FnType = BPT->getPointeeType();
740 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(),
746 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
    [all...]
CGExpr.cpp     [all...]
CGDebugInfo.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 361 const FunctionProtoType *FnType
363 assert(FnType && "Overloaded operator has no prototype.");
365 if (FnType->getNumArgs() != 1 || FnType->isVariadic())
368 QualType ArgType = FnType->getArgType(0);
    [all...]
Expr.cpp 813 const FunctionType *FnType = CalleeType->castAs<FunctionType>();
814 return FnType->getResultType();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 376 const FunctionProtoType *FnType,
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 1063 milliseconds