HomeSort by relevance Sort by last modified time
    Searched refs:RTy (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaExprMember.cpp 564 SourceRange BaseRange, const RecordType *RTy,
567 RecordDecl *RDecl = RTy->getDecl();
568 if (!SemaRef.isThisOutsideMemberFunctionBody(QualType(RTy, 0)) &&
569 SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0),
576 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0);
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 386 const ReferenceType *RTy = cast<ReferenceType>(Ty);
387 QualType ETy = RTy->getPointeeType();
CGDebugInfo.cpp 583 if (const RecordType *RTy = dyn_cast<RecordType>(PointeeTy)) {
584 RecordDecl *RD = RTy->getDecl();
588 TypeCache[QualType(RTy, 0).getAsOpaquePtr()] = RetTy;
    [all...]
CGExprScalar.cpp 751 llvm::VectorType *RTy = llvm::VectorType::get(LTy->getElementType(),
753 Value* NewV = llvm::UndefValue::get(RTy);
    [all...]
  /external/llvm/include/llvm/
DIBuilder.h 131 DIType createReferenceType(unsigned Tag, DIType RTy);
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 114 else if (const ReferenceType *RTy = BaseType->getAs<ReferenceType>())
115 BaseType = RTy->getPointeeType();
    [all...]
ASTContext.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 797 Type *RTy = CalledFunc->getReturnType();
    [all...]
  /external/llvm/lib/VMCore/
DIBuilder.cpp 234 DIType DIBuilder::createReferenceType(unsigned Tag, DIType RTy) {
235 assert(RTy.Verify() && "Unable to create reference type");
247 RTy
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 783 DIDescriptor RTy = Elements.getElement(0);
784 addType(&Buffer, DIType(RTy));
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 1091 milliseconds