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,
376 if (!ResultType->isVoidType() &&
379 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
385 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk)
    [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);
270 llvm::Type *ResultType = ConvertType(E->getType());
273 if (Result->getType() != ResultType)
274 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
287 llvm::Type *ResultType = ConvertType(E->getType());
290 if (Result->getType() != ResultType)
291 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true
    [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     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/include/clang/AST/
Comment.h 947 QualType ResultType;
ExprObjC.h 669 QualType ResultType;
673 ResultType = Getter->getResultType();
675 ResultType = PDecl->getType();
679 ResultType = Getter->getResultType(); // with reference!
681 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...]
SemaPseudoObject.cpp 400 QualType resultType = result.get()->getType();
428 new (S.Context) UnaryOperator(syntacticOp, opcode, resultType,
729 QualType resultType = Getter->getResultType();
730 if (!resultType->isLValueReferenceType()) return false;
    [all...]
SemaDeclObjC.cpp 120 QualType ResultType = NewMethod->getResultType();
144 << ResultType
149 << ResultType
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp 796 QualType ResultType = ValType;
798 ResultType = Context.VoidTy;
800 ResultType = Context.BoolTy;
    [all...]
SemaDecl.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 1347 milliseconds

1 2