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

  /external/llvm/include/llvm/Support/
PatternMatch.h 81 template<typename LTy, typename RTy>
84 RTy R;
86 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) { }
98 template<typename LTy, typename RTy>
101 RTy R;
103 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) { }
115 template<typename LTy, typename RTy>
116 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
117 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaExprMember.cpp 573 SourceRange BaseRange, const RecordType *RTy,
576 RecordDecl *RDecl = RTy->getDecl();
577 if (!SemaRef.isThisOutsideMemberFunctionBody(QualType(RTy, 0)) &&
578 SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0),
585 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 409 const ReferenceType *RTy = cast<ReferenceType>(Ty);
410 QualType ETy = RTy->getPointeeType();
CGDebugInfo.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 359 const RecordRecTy *RTy = dyn_cast<RecordRecTy>(RHS);
360 if (!RTy)
363 if (Rec == RTy->getRecord() || RTy->getRecord()->isSubClassOf(Rec))
368 if (RTy->getRecord()->isSubClassOf(SC[i]))
    [all...]
  /external/llvm/include/llvm/
DIBuilder.h 155 DIDerivedType createReferenceType(unsigned Tag, DIType RTy);
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 323 DIDerivedType DIBuilder::createReferenceType(unsigned Tag, DIType RTy) {
324 assert(RTy.isType() && "Unable to create reference type");
336 RTy
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 120 else if (const ReferenceType *RTy = BaseType->getAs<ReferenceType>())
121 BaseType = RTy->getPointeeType();
    [all...]
ASTContext.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.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 1131 milliseconds