HomeSort by relevance Sort by last modified time
    Searched defs:FnType (Results 1 - 10 of 10) 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/AST/
DeclCXX.cpp 424 const FunctionProtoType *FnType
426 assert(FnType && "Overloaded operator has no prototype.");
428 if (FnType->getNumArgs() != 1 || FnType->isVariadic())
431 QualType ArgType = FnType->getArgType(0);
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 315 QualType FnType =
322 DI->EmitFunctionStart(GD, FnType, CurFn, Builder);
    [all...]
CGBlocks.cpp 864 QualType FnType = BPT->getPointeeType();
867 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(),
873 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 315 milliseconds