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

  /external/clang/test/SemaCXX/
addr-of-overloaded-function-casting.cpp 66 typedef void (FnType)(int);
67 FnType a = static_cast<FnType>(f); // expected-error{{address of overloaded function}}
68 FnType b = (FnType)(f); // expected-error{{address of overloaded function}}
  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.h 56 enum FnType { Fn_ICU, Fn_STD };
57 typedef FnType FnType;
339 FnType fnType_;
  /external/icu/icu4c/source/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 145 llvm::DICompositeType getOrCreateFunctionType(const Decl *D, QualType FnType,
234 QualType FnType, llvm::Function *Fn,
CGExpr.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.cpp 599 QualType FnType =
602 DI->EmitFunctionStart(GD, Loc, StartLoc, FnType, CurFn, Builder);
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 458 milliseconds