/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);
|
ExprEngine.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.cpp | 297 QualType FnType = 302 DI->EmitFunctionStart(GD, FnType, CurFn, Builder); [all...] |
CGBlocks.cpp | 742 QualType FnType = BPT->getPointeeType(); 745 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(), 751 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); [all...] |
CGExpr.cpp | [all...] |
/external/icu4c/test/perf/ustrperf/ |
stringperf.h | 54 enum FnType { Fn_ICU, Fn_STD }; 55 typedef FnType FnType; 337 FnType fnType_;
|
/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...] |
Expr.cpp | 858 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); 859 return FnType->getResultType(); [all...] |
/external/clang/lib/Sema/ |
SemaExprCXX.cpp | [all...] |
SemaLookup.cpp | [all...] |
SemaOverload.cpp | [all...] |