HomeSort by relevance Sort by last modified time
    Searched refs:ResultType (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/webkit/Source/JavaScriptCore/parser/
ResultType.h 31 struct ResultType {
46 explicit ResultType(Type type)
81 static ResultType nullType()
83 return ResultType(TypeMaybeNull);
86 static ResultType booleanType()
88 return ResultType(TypeMaybeBool);
91 static ResultType numberType()
93 return ResultType(TypeMaybeNumber);
96 static ResultType numberTypeCanReuse()
98 return ResultType(TypeReusable | TypeMaybeNumber)
    [all...]
NodeConstructors.h 50 inline ExpressionNode::ExpressionNode(JSGlobalData* globalData, ResultType resultType)
52 , m_resultType(resultType)
63 : ExpressionNode(globalData, ResultType::nullType())
68 : ExpressionNode(globalData, ResultType::booleanType())
74 : ExpressionNode(globalData, ResultType::numberType())
80 : ExpressionNode(globalData, ResultType::stringType())
290 : ExpressionNode(globalData, ResultType::numberType()) // could be reusable for pre?
364 : ExpressionNode(globalData, ResultType::stringType())
370 : ExpressionNode(globalData, ResultType::stringType()
    [all...]
Nodes.h 33 #include "ResultType.h"
146 ExpressionNode(JSGlobalData*, ResultType = ResultType::unknownType());
168 ResultType resultDescriptor() const { return m_resultType; }
171 ResultType m_resultType;
766 UnaryOpNode(JSGlobalData*, ResultType, ExpressionNode*, OpcodeID);
810 BinaryOpNode(JSGlobalData*, ResultType, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID, bool rightHasAssignments);
835 ReverseBinaryOpNode(JSGlobalData*, ResultType, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID, bool rightHasAssignments);
906 ThrowableBinaryOpNode(JSGlobalData*, ResultType, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID, bool rightHasAssignments);
    [all...]
  /external/webkit/Source/WebCore/fileapi/
SyncCallbackHelper.h 60 template <typename SuccessCallback, typename ObserverType, typename CallbackArg, typename ResultType>
64 typedef SyncCallbackHelper<SuccessCallback, ObserverType, CallbackArg, ResultType> HelperType;
74 PassRefPtr<ResultType> getResult(ExceptionCode& ec)
106 m_helper->setResult(ResultType::create(arg));
149 void setResult(PassRefPtr<ResultType> result)
158 RefPtr<ResultType> m_result;
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 298 llvm::Type *ResultType = 0;
318 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
323 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
342 ResultType = llvm::IntegerType::get(getLLVMContext(),
352 ResultType = llvm::Type::getInt16Ty(getLLVMContext());
357 ResultType = getTypeForFormat(getLLVMContext(),
363 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext());
368 ResultType = llvm::IntegerType::get(getLLVMContext(), 128);
383 ResultType = llvm::StructType::get(EltTy, EltTy, NULL);
392 ResultType = llvm::PointerType::get(PointeeType, AS)
    [all...]
CGVTables.cpp 181 QualType ResultType, RValue RV,
184 bool NullCheckValue = !ResultType->isReferenceType();
244 QualType ResultType = FPT->getResultType();
297 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
310 QualType ResultType = FPT->getResultType();
320 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResultType, FunctionArgs);
330 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,
361 CGM.getTypes().getFunctionInfo(ResultType, CallArgs, FPT->getExtInfo());
376 if (!ResultType->isVoidType() &&
379 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified())
    [all...]
CGCXXABI.cpp 140 RValue RV, QualType ResultType) {
141 CGF.EmitReturnOfRValue(RV, ResultType);
CGObjCRuntime.h 150 QualType ResultType,
166 QualType ResultType,
CGCXXABI.h 179 RValue RV, QualType ResultType);
CGBuiltin.cpp 68 QualType T, llvm::Type *ResultType) {
71 if (ResultType->isPointerTy())
72 return CGF.Builder.CreateIntToPtr(V, ResultType);
74 assert(V->getType() == ResultType);
239 llvm::Type *ResultType = ConvertType(E->getType());
241 if (Result->getType() != ResultType)
242 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
254 llvm::Type *ResultType = ConvertType(E->getType());
256 if (Result->getType() != ResultType)
257 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true
    [all...]
CGObjC.cpp 205 QualType ResultType =
235 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType,
244 result = Runtime.GenerateMessageSend(*this, Return, ResultType,
    [all...]
CGObjCMac.cpp 828 QualType ResultType,
    [all...]
CGStmt.cpp     [all...]
CGObjCGNU.cpp 440 QualType ResultType,
449 QualType ResultType,
    [all...]
ItaniumCXXABI.cpp 782 RValue RV, QualType ResultType) {
784 return ItaniumCXXABI::EmitReturnFromThunk(CGF, RV, ResultType);
790 return ItaniumCXXABI::EmitReturnFromThunk(CGF, Undef, ResultType);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
keyword_provider_unittest.cc 18 template<class ResultType>
22 const ResultType output[3];
31 template<class ResultType>
32 void RunTest(test_data<ResultType>* keyword_cases,
34 ResultType AutocompleteMatch::* member);
62 template<class ResultType>
64 test_data<ResultType>* keyword_cases,
66 ResultType AutocompleteMatch::* member) {
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.h 166 enum ResultType {
195 ResultType result_type);
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 423 static Chunk CreateResultType(const char *ResultType);
574 void AddResultTypeChunk(const char *ResultType) {
575 Chunks.push_back(Chunk::CreateResultType(ResultType));
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 180 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) {
181 return Chunk(CK_ResultType, ResultType);
SemaCast.cpp 50 ResultType(destType.getNonLValueExprType(S.Context)),
65 QualType ResultType;
259 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
269 return Op.complete(CXXDynamicCastExpr::Create(Context, Op.ResultType,
280 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
292 return Op.complete(CXXStaticCastExpr::Create(Context, Op.ResultType,
    [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 345 QualType ResultType;
349 ResultType = Getter->getResultType();
351 ResultType = getType();
354 ResultType = Getter->getResultType(); // with reference!
356 return ResultType;
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 522 milliseconds

1 2 3