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

1 2

  /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...]
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.h 166 enum ResultType {
195 ResultType result_type);
  /external/clang/lib/CodeGen/
CGVTables.cpp 179 QualType ResultType, RValue RV,
182 bool NullCheckValue = !ResultType->isReferenceType();
242 QualType ResultType = FPT->getResultType();
295 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
308 QualType ResultType = FPT->getResultType();
318 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResultType, FunctionArgs);
328 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,
359 CGM.getTypes().arrangeFunctionCall(ResultType, CallArgs, FPT->getExtInfo(),
375 if (!ResultType->isVoidType() &&
378 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified())
    [all...]
CGStmt.cpp     [all...]
CGBuiltin.cpp 67 QualType T, llvm::Type *ResultType) {
70 if (ResultType->isPointerTy())
71 return CGF.Builder.CreateIntToPtr(V, ResultType);
73 assert(V->getType() == ResultType);
241 llvm::Type *ResultType = ConvertType(E->getType());
244 if (Result->getType() != ResultType)
245 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
258 llvm::Type *ResultType = ConvertType(E->getType());
261 if (Result->getType() != ResultType)
262 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true
    [all...]
CGClass.cpp     [all...]
CGExprConstant.cpp     [all...]
CGObjC.cpp 160 QualType ResultType = E->getType();
162 = ResultType->getAsObjCInterfacePointerType();
343 QualType ResultType =
373 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType,
382 result = Runtime.GenerateMessageSend(*this, Return, ResultType,
    [all...]
CGExpr.cpp 815 QualType resultType;
821 resultType = refExpr->getType();
827 resultType = value->getType();
    [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
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...]
SemaPseudoObject.cpp 400 QualType resultType = result.get()->getType();
428 new (S.Context) UnaryOperator(syntacticOp, opcode, resultType,
712 QualType resultType = Getter->getResultType();
713 if (!resultType->isLValueReferenceType()) return false;
    [all...]
SemaDeclObjC.cpp 120 QualType ResultType = NewMethod->getResultType();
144 << ResultType
149 << ResultType
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp 675 QualType ResultType = ValType;
677 ResultType = Context.VoidTy;
679 ResultType = Context.BoolTy;
773 ResultType, Op,
870 QualType ResultType = ValType;
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 665 QualType ResultType;
669 ResultType = Getter->getResultType();
671 ResultType = PDecl->getType();
675 ResultType = Getter->getResultType(); // with reference!
677 return ResultType;
    [all...]
Type.h     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 877 milliseconds

1 2