HomeSort by relevance Sort by last modified time
    Searched defs:FnType (Results 1 - 11 of 11) 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/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 61 enum FnType { Fn_ICU, Fn_STD };
62 typedef FnType FnType;
344 FnType fnType_;
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CodeGenFunction.cpp 789 QualType FnType = getContext().getFunctionType(
791 DI->EmitFunctionStart(GD, Loc, StartLoc, FnType, CurFn, Builder);
    [all...]
CGClass.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 432 milliseconds