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

12 3

  /external/clang/lib/CodeGen/
CGObjC.cpp 200 QualType ResultType = E->getType();
202 = ResultType->getAsObjCInterfacePointerType();
427 QualType ResultType = method ? method->getReturnType() : E->getType();
454 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType,
463 result = Runtime.GenerateMessageSend(*this, Return, ResultType,
    [all...]
CGExprScalar.cpp     [all...]
CGBuiltin.cpp 74 QualType T, llvm::Type *ResultType) {
77 if (ResultType->isPointerTy())
78 return CGF.Builder.CreateIntToPtr(V, ResultType);
80 assert(V->getType() == ResultType);
621 llvm::Type *ResultType = ConvertType(E->getType());
624 if (Result->getType() != ResultType)
625 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
638 llvm::Type *ResultType = ConvertType(E->getType());
641 if (Result->getType() != ResultType)
642 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp 120 QualType ResultType = NewMethod->getReturnType();
141 << ResultType
146 << ResultType
    [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp 109 QualType ResultType = S.CheckAddressOfOperand(Arg, TheCall->getLocStart());
110 if (ResultType.isNull())
114 TheCall->setType(ResultType);
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/v8/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...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 1282 milliseconds

12 3