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

  /external/chromium_org/ppapi/shared_impl/
thread_aware_callback.h 55 template <class FuncType>
61 static ThreadAwareCallback* Create(FuncType func) {
107 explicit ThreadAwareCallback(FuncType func) : func_(func) {
110 FuncType func_;
  /external/clang/test/SemaTemplate/
instantiation-default-1.cpp 83 typename FuncType = R (*)(Arg1, Arg2)>
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 96 template <typename FuncType>
99 /// FIXME: Use void(*)() as FuncType on this interface to remove the template
102 typedef MatcherList (*MarshallerType)(FuncType, StringRef,
110 FixedArgCountMatcherCreateCallback(MarshallerType Marshaller, FuncType Func,
121 const FuncType Func;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 49 template<typename FuncType>
52 TypeBuilder<FuncType, false>::get(Context),
  /external/clang/test/Parser/
cxx0x-attributes.cpp 213 using FuncType = void ([[]] int);
  /external/valgrind/main/VEX/test/
test-amd64.c     [all...]
test-i386.c     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 320 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
546 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
549 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
560 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
561 const PointerType *PT = funcType->getAs<PointerType>();
562 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]
RewriteModernObjC.cpp 381 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
601 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
604 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
615 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
616 const PointerType *PT = funcType->getAs<PointerType>();
617 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]

Completed in 122 milliseconds