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

12

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathVariableReference.h41 virtual Value::Type resultType() const { ASSERT_NOT_REACHED(); return Value::NumberValue; } function in class:WebCore::XPath::VariableReference
H A DXPathResult.cpp116 unsigned short XPathResult::resultType() const function in class:WebCore::XPathResult
123 if (resultType() != NUMBER_TYPE) {
132 if (resultType() != STRING_TYPE) {
141 if (resultType() != BOOLEAN_TYPE) {
150 if (resultType() != ANY_UNORDERED_NODE_TYPE && resultType() != FIRST_ORDERED_NODE_TYPE) {
156 if (resultType() == FIRST_ORDERED_NODE_TYPE)
164 if (resultType() != UNORDERED_NODE_ITERATOR_TYPE && resultType() != ORDERED_NODE_ITERATOR_TYPE)
173 if (resultType() !
[all...]
H A DXPathPredicate.h42 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::Number
52 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::StringExpression
60 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::Negative
71 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::NumericOp
82 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::EqTestOp
93 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::LogicalOp
103 virtual Value::Type resultType() const { return Value::NodeSetValue; } function in class:WebCore::XPath::Union
113 bool isContextPositionSensitive() const { return m_expr->isContextPositionSensitive() || m_expr->resultType() == Value::NumberValue; }
H A DXSLTProcessorLibxslt.cpp262 const xmlChar* resultType = 0; local
263 XSLT_GET_IMPORT_PTR(resultType, sheet, method);
264 if (!resultType && resultDoc->type == XML_HTML_DOCUMENT_NODE)
265 resultType = (const xmlChar*)"html";
267 if (xmlStrEqual(resultType, (const xmlChar*)"html"))
269 if (xmlStrEqual(resultType, (const xmlChar*)"text"))
H A DXPathFunctions.cpp76 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunLast
83 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunPosition
90 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunCount
95 virtual Value::Type resultType() const { return Value::NodeSetValue; } function in class:WebCore::XPath::FunId
100 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunLocalName
107 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunNamespaceURI
114 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunName
121 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunString
128 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunConcat
133 virtual Value::Type resultType() cons function in class:WebCore::XPath::FunStartsWith
138 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunContains
143 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunSubstringBefore
148 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunSubstringAfter
153 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunSubstring
158 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunStringLength
165 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunNormalizeSpace
172 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunTranslate
177 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunBoolean
182 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunNot
187 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunTrue
192 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunFalse
197 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunLang
204 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunNumber
211 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunSum
216 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunFloor
221 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunCeiling
226 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunRound
[all...]
/external/skia/tools/
H A DPictureBenchmark.h49 void setTimerResultType(TimerData::Result resultType) { fTimerResult = resultType; } argument
/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.cpp344 /// \param resultType - the result type to use if there's no method
348 QualType resultType,
366 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs, einfo,
374 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs,
347 getMessageSendInfo(const ObjCMethodDecl *method, QualType resultType, CallArgList &callArgs) argument
H A DCGCall.h224 CanQualType resultType,
295 CanQualType resultType,
303 resultType.Profile(ID);
292 Profile(llvm::FoldingSetNodeID &ID, const FunctionType::ExtInfo &info, RequiredArgs required, CanQualType resultType, ArrayRef<CanQualType> argTypes) argument
H A DCGAtomic.cpp134 QualType resultType,
137 CGF.CGM.getTypes().arrangeFreeFunctionCall(resultType, args,
132 emitAtomicLibcall(CodeGenFunction &CGF, StringRef fnName, QualType resultType, CallArgList &args) argument
H A DCGExprCXX.cpp1324 llvm::Type *resultType = ConvertTypeForMem(E->getType()); local
1325 if (result->getType() != resultType)
1326 result = Builder.CreateBitCast(result, resultType);
H A DCGCall.cpp94 CanQualType resultType = FTP->getResultType().getUnqualifiedType(); local
95 return CGT.arrangeLLVMFunctionInfo(resultType, prefix, extInfo, required);
205 CanQualType resultType = local
208 TheCXXABI.BuildConstructorSignature(D, ctorKind, resultType, argTypes);
220 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo, required);
233 CanQualType resultType = local
236 TheCXXABI.BuildDestructorSignature(D, dtorKind, resultType, argTypes);
244 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo,
377 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType, argument
386 return arrangeLLVMFunctionInfo(GetReturnType(resultType), argType
408 arrangeFunctionDeclaration(QualType resultType, const FunctionArgList &args, const FunctionType::ExtInfo &info, bool isVariadic) argument
433 arrangeLLVMFunctionInfo(CanQualType resultType, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, RequiredArgs required) argument
482 create(unsigned llvmCC, const FunctionType::ExtInfo &info, CanQualType resultType, ArrayRef<CanQualType> argTypes, RequiredArgs required) argument
897 llvm::Type *resultType = 0; local
[all...]
H A DCGClass.cpp2151 QualType resultType = FPT->getResultType(); local
2153 if (!resultType->isVoidType() &&
2156 returnSlot = ReturnValueSlot(ReturnValue, resultType.isVolatileQualified());
2167 if (!resultType->isVoidType() && returnSlot.isNull())
2168 EmitReturnOfRValue(RV, resultType);
H A DCGExpr.cpp943 QualType resultType; local
949 resultType = refExpr->getType();
955 resultType = value->getType();
967 llvm::Constant *C = CGM.EmitConstantValue(result.Val, resultType, this);
H A DCGObjC.cpp2552 llvm::Type *resultType = 0; local
2569 if (resultType) {
2571 value = CGF.Builder.CreateBitCast(value, resultType);
2584 if (!resultType)
2585 resultType = CGF.ConvertType(ce->getType());
2594 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType);
2618 if (resultType)
2619 result = CGF.Builder.CreateBitCast(result, resultType);
2628 if (resultType) resul
[all...]
H A DCGObjCMac.cpp107 llvm::Type *resultType = local
110 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(resultType,
1590 RValue complete(CodeGenFunction &CGF, RValue result, QualType resultType, argument
1629 if (result.isScalar() && resultType->isVoidType()) {
1638 llvm::Constant *null = CGF.CGM.EmitNullConstant(resultType);
1657 CGF.EmitNullInitialization(result.getAggregateAddr(), resultType);
6514 QualType resultType,
6535 MessageSendInfo MSI = getMessageSendInfo(method, resultType, args);
6557 } else if (!isSuper && CGM.ReturnTypeUsesFPRet(resultType)) {
6619 return nullReturn.complete(CGF, result, resultType, formalArg
6512 EmitVTableMessageSend(CodeGenFunction &CGF, ReturnValueSlot returnSlot, QualType resultType, Selector selector, llvm::Value *arg0, QualType arg0Type, bool isSuper, const CallArgList &formalArgs, const ObjCMethodDecl *method) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp335 QualType resultType = CastE->getType(); local
337 resultType = getContext().getPointerType(resultType);
362 svalBuilder.conjureSymbolVal(0, CastE, LCtx, resultType,
387 QualType resultType = CastE->getType(); local
389 resultType = getContext().getPointerType(resultType);
391 resultType,
H A DExprEngine.cpp803 QualType resultType = Ex->getType(); local
809 SVal result = svalBuilder.conjureSymbolVal(0, Ex, LCtx, resultType,
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp460 QualType resultType = result.get()->getType();
464 (result.get()->isTypeDependent() || CanCaptureValueOfType(resultType))) {
488 new (S.Context) UnaryOperator(syntacticOp, opcode, resultType,
806 QualType resultType = Getter->getResultType(); local
807 if (!resultType->isLValueReferenceType()) return false;
H A DSemaDeclAttr.cpp4380 QualType resultType = method->getResultType(); local
4382 if (!resultType->isReferenceType() &&
4383 (!resultType->isPointerType() || resultType->isObjCRetainableType())) {
H A DSemaOverload.cpp10961 QualType resultType = proto->getCallResultType(Context); local
10986 resultType, valueKind, RParenLoc);
H A DSemaExpr.cpp9371 QualType resultType; local
9377 resultType = CheckIncrementDecrementOperand(*this, Input.get(), VK, OpLoc,
9384 resultType = CheckAddressOfOperand(Input, OpLoc);
9389 resultType = CheckIndirectionOperand(*this, Input.get(), VK, OpLoc);
9396 resultType = Input.get()->getType();
9397 if (resultType->isDependentType())
9399 if (resultType->isArithmeticType() || // C99 6.5.3.3p1
9400 resultType->isVectorType())
9403 resultType->isEnumeralType())
9407 resultType
[all...]
/external/clang/include/clang/AST/
H A DExpr.h1950 QualType resultType, SourceLocation op,
1952 Expr(UnaryExprOrTypeTraitExprClass, resultType, VK_RValue, OK_Ordinary,
1965 QualType resultType, SourceLocation op,
1967 Expr(UnaryExprOrTypeTraitExprClass, resultType, VK_RValue, OK_Ordinary,
1964 UnaryExprOrTypeTraitExpr(UnaryExprOrTypeTrait ExprKind, Expr *E, QualType resultType, SourceLocation op, SourceLocation rp) argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2685 QualType resultType = mDecl->getResultType(); local
2686 if (resultType->isRecordType())
2688 else if (resultType->isRealFloatingType())
H A DRewriteModernObjC.cpp3299 QualType resultType = mDecl->getResultType(); local
3300 if (resultType->isRecordType())
3302 else if (resultType->isRealFloatingType())

Completed in 673 milliseconds

12