Home
last modified time | relevance | path

Searched defs:ParamType (Results 1 – 22 of 22) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h61 #define AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) \ argument
64 #define AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, \ argument
111 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument
114 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument
241 #define AST_POLYMORPHIC_MATCHER_P(DefineMatcher, ReturnTypesF, ParamType, \ argument
247 ParamType, Param, OverloadId) \ argument
/minix3/external/bsd/llvm/dist/clang/docs/
H A DLibASTMatchers.rst121 .. _astmatchers-writing:
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h144 typedef T ParamType; typedef
355 typedef typename TestClass::ParamType ParamType; typedef
393 typedef typename TestCase::ParamType ParamType; typedef
449 typedef typename TestCase::ParamType ParamType; typedef
H A Dgtest-param-util-generated.h2841 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef
2956 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef
3088 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef
3239 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef
3408 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef
3594 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef
3797 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef
4019 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef
4258 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp180 static bool isRValueRef(QualType ParamType) { in isRValueRef()
188 static bool isPointerOrRef(QualType ParamType) { in isPointerOrRef()
621 QualType ParamType = Param->getType(); in handleCall() local
868 QualType ParamType = Param->getType(); in VisitParmVarDecl() local
/minix3/minix/llvm/passes/include/magic/support/
H A DMagicMemFunction.h466 TYPECONST Type* ParamType = ParamValue->getType(); in getCustomWrapper() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1516 QualType ParamType = getParamDecl(0)->getType(); in isCopyAssignmentOperator() local
1536 QualType ParamType = getParamDecl(0)->getType(); in isMoveAssignmentOperator() local
1840 CanQualType ParamType = Context.getCanonicalType(Param->getType()); in isSpecializationCopyingObject() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp894 static bool hasInconsistentOrSupersetQualifiersOf(QualType ParamType, in hasInconsistentOrSupersetQualifiersOf()
3030 Expr *Arg, QualType ParamType, in ResolveOverloadForDeduction()
3130 QualType &ParamType, in AdjustFunctionParmAndArgTypesForDeduction()
3246 QualType ParamType, Expr *Arg, in DeduceTemplateArgumentByListElement()
3358 QualType ParamType = OrigParamType; in DeduceTemplateArguments() local
H A DSemaTemplate.cpp4184 QualType ParamType, Expr *Arg) { in isNullPointerValueTemplateArgument()
4269 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentIsCompatibleWithParameter()
4328 QualType ParamType, in CheckTemplateArgumentAddressOfObjectOrFunction()
4621 QualType ParamType, in CheckTemplateArgumentPointerToMember()
4757 QualType ParamType, Expr *Arg, in CheckTemplateArgument()
5265 QualType ParamType, in BuildExpressionFromDeclTemplateArgument()
H A DSemaStmt.cpp3482 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
3517 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
3535 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
H A DSemaDeclCXX.cpp3359 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitBaseInitializer() local
3429 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitMemberInitializer() local
6637 QualType ParamType = Constructor->getParamDecl(0)->getType(); in CheckConstructor() local
11480 QualType ParamType = Param->getType().getNonReferenceType(); in CheckOverloadedOperatorDeclaration() local
11572 QualType ParamType = LastParam->getType(); in CheckOverloadedOperatorDeclaration() local
H A DSemaChecking.cpp4128 QualType ParamType = getAbsoluteValueArgumentType(Context, Kind); in getBestAbsFunction() local
4293 QualType ParamType = FDecl->getParamDecl(0)->getType(); in emitReplacement() local
4374 QualType ParamType = Call->getArg(0)->getType(); in CheckAbsoluteValueFunction() local
H A DSemaOverload.cpp5659 QualType ParamType = Proto->getParamType(ArgIdx); in AddOverloadCandidate() local
6015 QualType ParamType = Proto->getParamType(ArgIdx); in AddMethodCandidate() local
6475 QualType ParamType = Proto->getParamType(ArgIdx); in AddSurrogateCandidate() local
H A DSemaType.cpp1776 QualType ParamType = Context.getAdjustedParameterType(ParamTypes[Idx]); in BuildFunctionType() local
H A DSemaDecl.cpp2879 for (const auto &ParamType : OldProto->param_types()) { in MergeFunctionDecl() local
6873 OpenCLParamType ParamType = getOpenCLKernelParameterType(QT); in checkIsValidOpenCLKernelParameter() local
H A DSemaCodeComplete.cpp3865 QualType ParamType; in CodeCompleteCall() local
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp1034 TYPECONST Type* ParamType = preHookFunction->getFunctionType()->getParamType(i); in inlinePreHookForwardingCall() local
1074 TYPECONST Type* ParamType = postHookFunction->getFunctionType()->getParamType(i); in inlinePostHookForwardingCall() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIISelLowering.cpp453 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex()); in LowerFormalArguments() local
571 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex()); in LowerFormalArguments() local
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1673 typedef T ParamType; typedef
H A Dgtest-param-test.h311 ::value_type ParamType; in ValuesIn() typedef
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp2664 Type *ParamType = TargetFuncType->getParamType(i); in visitIntrinsicFunctionCall() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1530 QualType ParamType = I->type; in ConstructAttributeList() local