Home
last modified time | relevance | path

Searched refs:getArgumentType (Results 1 – 11 of 11) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/invocation/
DTypeSafeMatching.java37 Class<?> expectedArgumentType = getArgumentType(argumentMatcher); in isCompatible()
46 private static Class<?> getArgumentType(ArgumentMatcher<?> argumentMatcher) { in getArgumentType() method in TypeSafeMatching
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12865 virtual Utils::_variable_type getArgumentType(glw::GLuint argument) const = 0;
13106 virtual Utils::_variable_type getArgumentType(glw::GLuint /* argument */) const in getArgumentType() function in gl4cts::FunctionObject::unaryBase
13271 virtual Utils::_variable_type getArgumentType(glw::GLuint argument) const in getArgumentType() function in gl4cts::FunctionObject::binaryBase
13394 virtual Utils::_variable_type getArgumentType(glw::GLuint argument) const in getArgumentType() function in gl4cts::FunctionObject::tenaryBase
13601 const Utils::_variable_type type = getArgumentType(argument); in getArgumentComponents()
13615 const Utils::_variable_type type = getArgumentType(argument); in getArgumentComponentSize()
14645 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForDMat()
14695 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForDVec()
14730 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForIVec()
14765 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForUVec()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DMethodGen.java844 public Type getArgumentType( final int i ) { in getArgumentType() method in MethodGen
/external/clang/lib/AST/
DStmtProfile.cpp823 VisitType(S->getArgumentType()); in VisitUnaryExprOrTypeTraitExpr()
DASTDumper.cpp2032 dumpType(Node->getArgumentType()); in VisitUnaryExprOrTypeTraitExpr()
DStmtPrinter.cpp1478 Node->getArgumentType().print(OS, Policy); in VisitUnaryExprOrTypeTraitExpr()
DItaniumMangle.cpp3570 mangleType(SAE->getArgumentType()); in mangleExpression()
DExpr.cpp3815 getArgumentType().getTypePtr())) in children()
DExprConstant.cpp7864 return Success(GetAlignOfType(Info, E->getArgumentType()), E); in VisitUnaryExprOrTypeTraitExpr()
7901 Info.Ctx.getOpenMPDefaultSimdAlign(E->getArgumentType())) in VisitUnaryExprOrTypeTraitExpr()
/external/clang/include/clang/AST/
DExpr.h2011 QualType getArgumentType() const { in getArgumentType() function
2038 return isArgumentType() ? getArgumentType() : getArgumentExpr()->getType(); in getTypeOfArgument()
/external/clang/lib/Analysis/
DCFG.cpp3050 for (const VariableArrayType *VA =FindVA(E->getArgumentType().getTypePtr()); in VisitUnaryExprOrTypeTraitExpr()