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

12 3

  /external/clang/include/clang/Sema/
Initialization.h 701 /// \param ResultType if non-NULL, will be set to the type of the
714 QualType *ResultType = 0);
    [all...]
  /external/clang/lib/Sema/
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...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp 118 QualType ResultType = NewMethod->getResultType();
142 << ResultType
147 << ResultType
    [all...]
TreeTransform.h 673 QualType RebuildFunctionNoProtoType(QualType ResultType);
    [all...]
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
NodesCodegen.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 515 llvm::Type *ResultType = ConvertType(E->getType());
516 LHS = llvm::ConstantExpr::getPtrToInt(LHS, ResultType);
517 RHS = llvm::ConstantExpr::getPtrToInt(RHS, ResultType);
    [all...]
CodeGenModule.h 718 bool ReturnTypeUsesFPRet(QualType ResultType);
    [all...]
CGExprScalar.cpp     [all...]
CGExprCXX.cpp 52 QualType ResultType = FPT->getResultType();
53 return EmitCall(CGM.getTypes().getFunctionInfo(ResultType, Args,
    [all...]
CGCall.cpp 596 bool CodeGenModule::ReturnTypeUsesFPRet(QualType ResultType) {
597 if (const BuiltinType *BT = ResultType->getAs<BuiltinType>()) {
633 llvm::Type *resultType = 0;
642 resultType = retAI.getCoerceToType();
647 resultType = llvm::Type::getVoidTy(getLLVMContext());
657 resultType = llvm::Type::getVoidTy(getLLVMContext());
700 return llvm::FunctionType::get(resultType, argTypes, isVariadic);
    [all...]
CGExpr.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 39 #include "ResultType.h"
839 void JIT::emitAdd32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType)
884 ResultType opType = op == op1 ? types.first() : types.second();
    [all...]
JIT.h 339 void emitAdd32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType);
340 void emitSub32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType);
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.cc 130 bool is_download, ResultType result_type) {
safe_browsing_service.cc 70 SafeBrowsingProtocolManager::ResultType result;
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 1224 milliseconds

12 3