HomeSort by relevance Sort by last modified time
    Searched defs:ResultType (Results 1 - 25 of 29) 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 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...]
CGExprConstant.cpp 515 llvm::Type *ResultType = ConvertType(E->getType());
516 LHS = llvm::ConstantExpr::getPtrToInt(LHS, ResultType);
517 RHS = llvm::ConstantExpr::getPtrToInt(RHS, ResultType);
    [all...]
CGStmt.cpp     [all...]
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...]
CGExprCXX.cpp 52 QualType ResultType = FPT->getResultType();
53 return EmitCall(CGM.getTypes().getFunctionInfo(ResultType, Args,
    [all...]
CGExpr.cpp     [all...]
CGObjC.cpp 205 QualType ResultType =
235 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType,
244 result = Runtime.GenerateMessageSend(*this, Return, ResultType,
    [all...]
CGExprScalar.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...]
Type.h     [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...]
SemaDeclObjC.cpp 118 QualType ResultType = NewMethod->getResultType();
142 << ResultType
147 << ResultType
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaChecking.cpp 555 QualType ResultType = ValType;
557 ResultType = Context.VoidTy;
559 ResultType = Context.BoolTy;
609 ResultType, Op,
700 QualType ResultType = ValType;
771 ResultType = Context.BoolTy;
777 ResultType = Context.VoidTy;
853 TheCall->setType(ResultType);
    [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [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 558 milliseconds

1 2