Searched defs:resultType (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathResult.cpp122 unsigned short XPathResult::resultType() const function in class:blink::XPathResult
129 if (resultType() != NUMBER_TYPE) {
138 if (resultType() != STRING_TYPE) {
147 if (resultType() != BOOLEAN_TYPE) {
156 if (resultType() != ANY_UNORDERED_NODE_TYPE && resultType() != FIRST_ORDERED_NODE_TYPE) {
162 if (resultType() == FIRST_ORDERED_NODE_TYPE)
169 if (resultType() != UNORDERED_NODE_ITERATOR_TYPE && resultType() != ORDERED_NODE_ITERATOR_TYPE)
178 if (resultType() !
[all...]
H A DXSLTProcessorLibxslt.cpp265 const xmlChar* resultType = 0; local
266 XSLT_GET_IMPORT_PTR(resultType, sheet, method);
267 if (!resultType && resultDoc->type == XML_HTML_DOCUMENT_NODE)
268 resultType = (const xmlChar*)"html";
270 if (xmlStrEqual(resultType, (const xmlChar*)"html"))
272 if (xmlStrEqual(resultType, (const xmlChar*)"text"))
/external/chromium_org/third_party/skia/tools/
H A DPictureBenchmark.h54 void setTimerResultType(TimerData::Result resultType) { fTimerResult = resultType; } argument
/external/skia/tools/
H A DPictureBenchmark.h53 void setTimerResultType(TimerData::Result resultType) { fTimerResult = resultType; } argument
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dresults.js169 results.resultType = function(url)
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DRewriteElseBlocks.cpp41 TIntermBinary *MakeNewBinary(TOperator op, TIntermTyped *left, TIntermTyped *right, const TType &resultType) argument
46 binary->setType(resultType);
108 TType resultType(EbtBool, EbpUndefined);
111 typedCondition, resultType);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSCCP.java363 * @param resultType basic type of the result
366 private Constant simulateMath(SsaInsn insn, int resultType) { argument
397 switch (resultType) {
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp345 /// \param resultType - the result type to use if there's no method
349 QualType resultType,
367 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs, einfo,
375 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs,
348 getMessageSendInfo(const ObjCMethodDecl *method, QualType resultType, CallArgList &callArgs) argument
H A DCGAtomic.cpp126 QualType resultType,
129 CGF.CGM.getTypes().arrangeFreeFunctionCall(resultType, args,
124 emitAtomicLibcall(CodeGenFunction &CGF, StringRef fnName, QualType resultType, CallArgList &args) argument
H A DCGExprCXX.cpp1311 llvm::Type *resultType = ConvertTypeForMem(E->getType()); local
1312 if (result->getType() != resultType)
1313 result = Builder.CreateBitCast(result, resultType);
H A DCGClass.cpp2105 QualType resultType = FPT->getReturnType(); local
2107 if (!resultType->isVoidType() &&
2110 returnSlot = ReturnValueSlot(ReturnValue, resultType.isVolatileQualified());
2121 if (!resultType->isVoidType() && returnSlot.isNull())
2122 EmitReturnOfRValue(RV, resultType);
H A DCGCall.cpp99 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); local
100 return CGT.arrangeLLVMFunctionInfo(resultType, IsInstanceMethod, prefix,
228 CanQualType resultType = local
237 TheCXXABI.BuildConstructorSignature(D, ctorKind, resultType, argTypes);
243 return arrangeLLVMFunctionInfo(resultType, true, argTypes, extInfo, required);
278 CanQualType resultType = local
281 TheCXXABI.BuildDestructorSignature(D, dtorKind, resultType, argTypes);
288 return arrangeLLVMFunctionInfo(resultType, true, argTypes, extInfo,
423 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType, argument
432 return arrangeLLVMFunctionInfo(GetReturnType(resultType), fals
452 arrangeFreeFunctionDeclaration( QualType resultType, const FunctionArgList &args, const FunctionType::ExtInfo &info, bool isVariadic) argument
476 arrangeLLVMFunctionInfo(CanQualType resultType, bool IsInstanceMethod, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, RequiredArgs required) argument
527 create(unsigned llvmCC, bool IsInstanceMethod, const FunctionType::ExtInfo &info, CanQualType resultType, ArrayRef<CanQualType> argTypes, RequiredArgs required) argument
945 llvm::Type *resultType = nullptr; local
[all...]
H A DCGExpr.cpp954 QualType resultType; local
960 resultType = refExpr->getType();
966 resultType = value->getType();
978 llvm::Constant *C = CGM.EmitConstantValue(result.Val, resultType, this);
H A DCGObjC.cpp2567 llvm::Type *resultType = nullptr; local
2584 if (resultType) {
2586 value = CGF.Builder.CreateBitCast(value, resultType);
2599 if (!resultType)
2600 resultType = CGF.ConvertType(ce->getType());
2609 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType);
2633 if (resultType)
2634 result = CGF.Builder.CreateBitCast(result, resultType);
2643 if (resultType) resul
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp344 QualType resultType = CastE->getType(); local
346 resultType = getContext().getPointerType(resultType);
371 svalBuilder.conjureSymbolVal(nullptr, CastE, LCtx, resultType,
396 QualType resultType = CastE->getType(); local
398 resultType = getContext().getPointerType(resultType);
400 resultType,
H A DExprEngine.cpp875 QualType resultType = Ex->getType(); local
882 resultType,
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h372 CanQualType resultType,
462 CanQualType resultType,
471 resultType.Profile(ID);
458 Profile(llvm::FoldingSetNodeID &ID, bool InstanceMethod, const FunctionType::ExtInfo &info, RequiredArgs required, CanQualType resultType, ArrayRef<CanQualType> argTypes) argument
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp466 QualType resultType = result.get()->getType();
494 new (S.Context) UnaryOperator(syntacticOp, opcode, resultType,
851 QualType resultType = Getter->getReturnType(); local
852 if (!resultType->isLValueReferenceType()) return false;
H A DSemaDeclAttr.cpp3486 QualType resultType; local
3488 resultType = cast<ObjCMethodDecl>(D)->getReturnType();
3490 resultType = cast<ObjCPropertyDecl>(D)->getType();
3492 if (!resultType->isReferenceType() &&
3493 (!resultType->isPointerType() || resultType->isObjCRetainableType())) {
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp779 DataType resultType = TYPE_LAST; local
794 resultType = m_in0.dataType;
799 resultType = m_in0.dataType;
808 resultType = matrixType;
812 resultType = otherType;
924 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " << inValue0 << ";\n";
944 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " << operationValue1 << ";\n";
948 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << operationValue0 << ";\n";
952 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n";
956 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " re
[all...]
H A Des2fShaderOperatorTests.cpp1476 DataType resultType; member in struct:deqp::gles2::Functional::__anon19903
1506 shaderSpec.output = s_sequenceCases[caseNdx].resultType;
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp1425 DataType resultType = TYPE_LAST; local
1439 resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.dataType));
1443 resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.dataType));
1447 resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColumns(m_in0.dataType));
1451 resultType = m_in0.dataType;
1455 resultType = TYPE_FLOAT;
1460 resultType = m_in0.dataType;
1465 resultType = m_in0.dataType;
1474 resultType = matrixType;
1478 resultType
[all...]
H A Des3fShaderOperatorTests.cpp2131 DataType resultType; member in struct:deqp::gles3::Functional::__anon20067
2161 shaderSpec.output = s_sequenceCases[caseNdx].resultType;
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp2223 ResultType resultType,
2264 BasicUploadCase<SampleType>::BasicUploadCase (Context& context, const char* name, const char* desc, int bufferSizeMin, int bufferSizeMax, int numSamples, deUint32 bufferUsage, CaseType caseType, ResultType resultType, int flags) argument
2268 , m_resultType (resultType)
/external/clang/include/clang/AST/
H A DExpr.h1972 QualType resultType, SourceLocation op,
1974 Expr(UnaryExprOrTypeTraitExprClass, resultType, VK_RValue, OK_Ordinary,
1987 QualType resultType, SourceLocation op,
1989 Expr(UnaryExprOrTypeTraitExprClass, resultType, VK_RValue, OK_Ordinary,
1986 UnaryExprOrTypeTraitExpr(UnaryExprOrTypeTrait ExprKind, Expr *E, QualType resultType, SourceLocation op, SourceLocation rp) argument

Completed in 1103 milliseconds

12