Home
last modified time | relevance | path

Searched defs:FnType (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/test/perf/ustrperf/
Dstringperf.h56 enum FnType { Fn_ICU, Fn_STD }; enum
57 typedef FnType FnType; typedef
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp315 QualType FnType = in StartFunction() local
DCGDebugInfo.cpp1954 QualType FnType, in getOrCreateFunctionType()
1980 void CGDebugInfo::EmitFunctionStart(GlobalDecl GD, QualType FnType, in EmitFunctionStart()
DCGBlocks.cpp864 QualType FnType = BPT->getPointeeType(); in EmitBlockCallExpr() local
DCGExpr.cpp2644 const FunctionType *FnType in EmitCall() local
/external/clang/lib/AST/
DDeclCXX.cpp424 const FunctionProtoType *FnType in getCopyAssignmentOperator() local
DExpr.cpp958 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); in getCallReturnType() local
/external/clang/lib/Sema/
DSemaLookup.cpp2011 const FunctionType *FnType = cast<FunctionType>(T); in addAssociatedClassesAndNamespaces() local
DSemaExprCXX.cpp1879 QualType FnType = Context.getFunctionType(Return, &Argument, 1, EPI); in DeclareGlobalAllocationFunction() local
DSemaOverload.cpp8342 QualType FnType = Cand->Surrogate->getConversionType(); in NoteSurrogateCandidate() local
DSemaExpr.cpp10979 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); in VisitCallExpr() local