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

  /external/llvm/include/llvm/IR/
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...]
DIBuilder.h 173 DIDerivedType createReferenceType(unsigned Tag, DIType RTy);
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 557 explicit RecordMemberExprValidatorCCC(const RecordType *RTy)
558 : Record(RTy->getDecl()) {}
593 SourceRange BaseRange, const RecordType *RTy,
596 RecordDecl *RDecl = RTy->getDecl();
597 if (!SemaRef.isThisOutsideMemberFunctionBody(QualType(RTy, 0)) &&
598 SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0),
605 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0);
642 RecordMemberExprValidatorCCC Validator(RTy);
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 407 const ReferenceType *RTy = cast<ReferenceType>(Ty);
408 QualType ETy = RTy->getPointeeType();
CGDebugInfo.cpp     [all...]
CGExprScalar.cpp     [all...]
CGBuiltin.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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 296 #define HidP_GetButtons(Rty, UPa, LCo, ULi, ULe, Ppd, Rep, RLe) \
297 HidP_GetUsages(Rty, UPa, LCo, ULi, ULe, Ppd, Rep, RLe)
299 #define HidP_GetButtonListLength(RTy, UPa, Ppd) \
300 HidP_GetUsageListLength(Rty, UPa, Ppd)
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 343 DIDerivedType DIBuilder::createReferenceType(unsigned Tag, DIType RTy) {
344 assert(RTy.isType() && "Unable to create reference type");
356 RTy.getRef()
    [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/
DwarfUnit.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 1350 milliseconds