Searched defs:FuncType (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h420 typedef ReturnType (*FuncType)(); typedef
422 return outvalueToVariantMatcher(reinterpret_cast<FuncType>(Func)());
431 typedef ReturnType (*FuncType)(ArgType1); typedef
434 return outvalueToVariantMatcher(reinterpret_cast<FuncType>(Func)(
444 typedef ReturnType (*FuncType)(ArgType1, ArgType2); typedef
448 return outvalueToVariantMatcher(reinterpret_cast<FuncType>(Func)(
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp221 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false); local
222 OldFunc = Function::Create(FuncType, GlobalValue::PrivateLinkage, "f", M);
233 MDSubroutineType *FuncType = local
239 FuncType, true, true, 3, 0, false, OldFunc);
/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp132 enum FuncType enum in class:deqp::gles31::Functional::__anon3563::TestFunctionWrapper
138 FuncType m_type;
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3736 QualType FuncType; local
3740 FuncType = getSimpleFunctionType(Res, ArgTypes);
3741 else FuncType = QualType(FT, 0);
3742 return FuncType;
H A DRewriteModernObjC.cpp4643 QualType FuncType; local
4645 FuncType = getSimpleFunctionType(Res, ArgTypes);
4646 else FuncType = QualType(FT, 0);
4647 return FuncType;

Completed in 245 milliseconds