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

12 3 4

  /external/clang/lib/CodeGen/
TargetInfo.cpp 131 const RecordType *RT = FT->getAs<RecordType>();
132 if (!RT)
139 if (isa<CXXRecordDecl>(RT->getDecl()))
149 const RecordType *RT = T->getAs<RecordType>();
150 if (!RT)
152 const RecordDecl *RD = RT->getDecl();
172 static bool hasNonTrivialDestructorOrCopyConstructor(const RecordType *RT) {
173 const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(RT->getDecl());
184 const RecordType *RT = T->getAs<RecordType>();
185 if (!RT)
    [all...]
CGCXX.cpp 327 const RecordType *RT = T->getAs<RecordType>();
328 assert(RT && "BuildAppleKextVirtualCall - Qual type must be record");
329 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
CGRecordLayoutBuilder.cpp 409 if (const RecordType *RT = D->getType()->getAs<RecordType>()) {
410 const RecordDecl *RD = cast<RecordDecl>(RT->getDecl());
    [all...]
CGExprAgg.cpp     [all...]
CGExprConstant.cpp 843 const RecordType *RT =
845 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 546 #define RT(x) (x+7)
561 0, GOOD(2), 1500, GOOD(3), 2000, RT(0), 1000, RT(2), 2000, INT_MAX
565 1000, GOOD(2), 1500, GOOD(3), 2000, RT(0), 1000, RT(1), 2000,
566 RT(7), INT_MAX, INT_MAX
570 2000, GOOD(0), 2500, GOOD(2), 5000, GOOD(3), 7500, RT(0), 2500, RT(1), 5000,
571 RT(6), INT_MAX, INT_MAX
575 1000, GOOD(2), 1500, GOOD(3), 2000, RT(0), 0, RT(1), 1000, RT(2), 2000
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 53 if (const RecordType *RT = Ty->getAs<RecordType>()) {
54 const RecordDecl *D = RT->getDecl();
366 if (const ReferenceType *RT = T->getAs<ReferenceType>())
367 T = Ctx.getPointerType(RT->getPointeeType());
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 223 if (const RecordType *RT = Ty->getAs<RecordType>()) {
224 const RecordDecl *D = RT->getDecl();
CallAndMessageChecker.cpp 154 if (const RecordType *RT = T->getAsStructureType()) {
155 const RecordDecl *RD = RT->getDecl()->getDefinition();
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 239 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType();
240 switch (RT) {
  /external/smack/src/org/xbill/DNS/
Type.java 76 public static final int RT = 21;
247 types.add(RT, "RT", new RTRecord());
  /external/valgrind/main/none/tests/mips32/
branches.c 114 #define TESTINST4(instruction, RDval, RSval, RTval, RD, RS, RT) \
119 "move $" #RT ", %2\n\t" \
121 instruction" $" #RS ", $" #RT ", end"instruction#RDval"\n\t" \
129 : #RD, #RS, #RT, "cc", "memory" \
179 #define TESTINST4l(instruction, RDval, RSval, RTval, RD, RS, RT) \
184 "move $" #RT ", %2\n\t" \
186 instruction" $" #RS ", $" #RT ", end"instruction#RDval"\n\t" \
194 : #RD, #RS, #RT, "cc", "memory" \
MIPS32int.c 3 #define TESTINST1(instruction, RSval, RTval, RD, RS, RT) \
9 "move $" #RT ", %2\n\t" \
14 : #RD, #RS, #RT, "cc", "memory" \
16 printf("%s :: rd 0x%08x rs 0x%08x, rt 0x%08x\n", \
20 #define TESTINST2(instruction, RSval, imm, RT, RS) \
26 "move %0, $" #RT "\n\t" \
29 : #RT, #RS, "cc", "memory" \
31 printf("%s :: rt 0x%08x rs 0x%08x, imm 0x%08x\n", \
50 #define TESTINST3a(instruction, RSval, RTval, RS, RT) \
59 "move $" #RT ", %3\n\t"
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 147 static bool classof(const RecTy *RT) {
148 return RT->getRecTyKind() == BitRecTyKind;
184 static bool classof(const RecTy *RT) {
185 return RT->getRecTyKind() == BitsRecTyKind;
223 static bool classof(const RecTy *RT) {
224 return RT->getRecTyKind() == IntRecTyKind;
260 static bool classof(const RecTy *RT) {
261 return RT->getRecTyKind() == StringRecTyKind;
298 static bool classof(const RecTy *RT) {
299 return RT->getRecTyKind() == ListRecTyKind
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 545 const RecordType *RT = 0;
547 RT = VD->getType()->getAs<RecordType>();
549 RT = TD->getUnderlyingType()->getAs<RecordType>();
551 if (!RT)
554 if (RequireCompleteType(AsmLoc, QualType(RT, 0), 0))
560 if (!LookupQualifiedName(FieldResult, RT->getDecl()))
568 const ASTRecordLayout &RL = Context.getASTRecordLayout(RT->getDecl());
SemaAccess.cpp 297 if (const RecordType *RT = T->getAs<RecordType>()) {
298 RD = cast<CXXRecordDecl>(RT->getDecl());
430 if (const RecordType *RT = Friend->getAs<RecordType>())
431 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl()));
664 if (const RecordType *RT = T->getAs<RecordType>()) {
665 RD = cast<CXXRecordDecl>(RT->getDecl());
    [all...]
SemaDeclCXX.cpp 758 QualType RT = NewFD->getResultType();
759 if (!RT->isDependentType() &&
760 RequireLiteralType(NewFD->getLocation(), RT,
    [all...]
SemaDeclAttr.cpp 196 const RecordType *RT = PT->getPointeeType()->getAs<RecordType>();
197 if (!RT)
200 const RecordDecl *RD = RT->getDecl();
301 static bool threadSafetyCheckIsSmartPointer(Sema &S, const RecordType* RT) {
302 DeclContextLookupConstResult Res1 = RT->getDecl()->lookup(
307 DeclContextLookupConstResult Res2 = RT->getDecl()->lookup(
325 if (const RecordType *RT = QT->getAs<RecordType>()) {
329 if (RT->isIncompleteType())
332 if (threadSafetyCheckIsSmartPointer(S, RT))
348 if (const RecordType *RT = QT->getAs<RecordType>()
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 166 const RecordType *RT =
170 if (!RT)
174 const CXXRecordDecl *MemberDecl = cast<CXXRecordDecl>(RT->getDecl());
402 if (const RecordType *RT = T->getAs<RecordType>()) {
403 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
410 const RecordType *RT = ElemTy->getAs<RecordType>();
411 if (!RT)
414 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
503 if (const RecordType *RT = T->getAs<RecordType>()) {
504 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl())
    [all...]
DeclCXX.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 9 package com.vladium.emma.rt;
70 RTSettings.setStandaloneMode (false); // an optimization to disable RT's static init code [this line must precede any reference to RT]
71 RT.reset (true, false); // reset RT [RT creates 'cdata' and loads app properties]
76 IProperties appProperties = RT.getAppProperties (); // try to use app props consistent with RT's view of them
361 ICoverageData cdata = RT.getCoverageData ();
584 RT.reset (false, false)
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 904 const clang::RecordType *RT = T->getAsStructureType();
905 if (!RT) {
909 const clang::RecordDecl *RD = RT->getDecl();
    [all...]
slang_rs_export_type.h 430 // @RT was normalized by calling RSExportType::NormalizeType() before
433 const clang::RecordType *RT,
539 // @RT was normalized by calling RSExportType::NormalizeType() before calling
544 const clang::RecordType *RT,
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 76 } else if (ReferenceTypeLoc RT = TL.getAs<ReferenceTypeLoc>())
77 TL = RT.getPointeeLoc();

Completed in 622 milliseconds

12 3 4