HomeSort by relevance Sort by last modified time
    Searched defs:RT (Results 1 - 25 of 41) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp 47 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl());
58 if (RT.isNull() || !RT->isVoidType())
63 if (RT.isNull())
66 if (RT->isReferenceType()) {
LLVMConventionsChecker.cpp 31 const RecordType *RT = T->getAs<RecordType>();
32 if (!RT)
35 return StringRef(QualType(RT, 0).getAsString()) ==
247 if (const RecordType *RT = T->getAs<RecordType>()) {
248 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/clang/lib/CodeGen/
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());
CodeGenTypes.cpp 164 if (const RecordType *RT = dyn_cast<RecordType>(T))
165 return isSafeToConvert(RT->getDecl(), CGT, AlreadyChecked);
205 const RecordType *RT = dyn_cast<RecordType>(TT);
206 if (RT == 0) return true;
215 return isSafeToConvert(RT->getDecl(), *this);
294 if (const RecordType *RT = dyn_cast<RecordType>(Ty))
295 return ConvertRecordDeclType(RT->getDecl());
475 if (const RecordType *RT = FT->getResultType()->getAs<RecordType>())
476 ConvertRecordDeclType(RT->getDecl());
479 if (const RecordType *RT = FPT->getArgType(i)->getAs<RecordType>()
    [all...]
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...]
CGCall.cpp 511 } else if (const RecordType *RT = type->getAs<RecordType>()) {
512 const RecordDecl *RD = RT->getDecl();
564 } else if (const RecordType *RT = Ty->getAs<RecordType>()) {
565 RecordDecl *RD = RT->getDecl();
    [all...]
CGExprConstant.cpp 843 const RecordType *RT =
845 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 7 * $Id: RT.java,v 1.2.2.3 2004/07/16 23:32:03 vlad_r Exp $
9 package com.vladium.emma.rt;
27 abstract class RT implements IAppConstants
39 ClassLoader loader = RT.class.getClassLoader ();
84 final Runnable exitHook = new RTExitHook (RT.class, cdata, getCoverageOutFile (), getCoverageOutMerge ());
89 // the RT classloader is some component loader (e.g, in a J2EE container)
123 // issues of class name collisions and class reloading) or RT.class
124 // (to prevent RT reloading)]
150 if (DEBUG) System.out.println ("RT::dumpCoverageData() DUMPING " + RT.class.getClassLoader ())
    [all...]
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...]
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.c 162 int RT;
172 __asm__ volatile ("lwarx %0, 20, 21, 1":"=r" (RT));
173 printf("lwarx => %x\n", RT);
178 __asm__ volatile ("ldarx %0, 20, 21, 1":"=r" (RT));
179 printf("ldarx => %x\n", RT);
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.c 161 int RT;
171 __asm__ volatile ("lwarx %0, 20, 21, 1":"=r" (RT));
172 printf("lwarx => %x\n", RT);
177 __asm__ volatile ("ldarx %0, 20, 21, 1":"=r" (RT));
178 printf("ldarx => %x\n", RT);
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 66 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) {
67 PointeeT = RT->getPointeeType();
70 if (RT->isRValueReferenceType()) {
    [all...]
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...]
  /external/smack/src/org/xbill/DNS/
Type.java 76 public static final int RT = 21;
247 types.add(RT, "RT", new RTRecord());
  /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...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ASTDiagnostic.cpp 799 const RecordType *RT = Ty->getAs<RecordType>();
801 if (!RT)
805 dyn_cast<ClassTemplateSpecializationDecl>(RT->getDecl());
    [all...]
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...]
VTableBuilder.cpp 471 const FunctionProtoType *RT =
475 if (LT == RT) return true;
480 if (LT->getTypeQuals() != RT->getTypeQuals() ||
481 LT->getNumArgs() != RT->getNumArgs())
484 if (LT->getArgType(I) != RT->getArgType(I))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [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/qemu/tcg/ppc/
tcg-target.c 395 #define RT(r) ((r)<<21)
407 #define TAB(t,a,b) (RT(t) | RA(a) | RB(b))
449 tcg_out32 (s, ADDI | RT (ret) | RA (0) | (arg & 0xffff));
451 tcg_out32 (s, ADDIS | RT (ret) | RA (0) | ((arg >> 16) & 0xffff));
461 tcg_out32 (s, op1 | RT (ret) | RA (addr) | (offset & 0xffff));
464 tcg_out32 (s, op2 | RT (ret) | RA (addr) | RB (0));
493 tcg_out32 (s, LWZ | RT (0) | RA (reg));
495 tcg_out32 (s, LWZ | RT (2) | RA (reg) | 4);
564 tcg_out32 (s, ADD | RT (r0) | RA (r0) | RB (TCG_AREG0));
566 | RT (r1
    [all...]

Completed in 4091 milliseconds

1 2