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

  /external/icu4c/test/perf/ustrperf/
stringperf.h 56 enum FnType { Fn_ICU, Fn_STD };
57 typedef FnType FnType;
339 FnType fnType_;
  /external/clang/lib/CodeGen/
CGDebugInfo.h 112 llvm::DIType getOrCreateFunctionType(const Decl *D, QualType FnType,
184 void EmitFunctionStart(GlobalDecl GD, QualType FnType,
CodeGenFunction.cpp 384 QualType FnType =
391 DI->EmitFunctionStart(GD, FnType, CurFn, Builder);
    [all...]
CGBlocks.cpp 868 QualType FnType = BPT->getPointeeType();
871 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(),
877 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
    [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 409 const FunctionProtoType *FnType
411 assert(FnType && "Overloaded operator has no prototype.");
413 if (FnType->getNumArgs() != 1 || FnType->isVariadic())
416 QualType ArgType = FnType->getArgType(0);
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 259 milliseconds