Searched refs:RT (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-10.3-release/sys/gnu/dts/arm/
H A Dst-pincfg.h19 #define RT (1 << 23) macro
50 #define SE_NICLK_IO (RT)
55 #define SE_ICLK_IO (RT | INVERTCLK)
60 #define DE_IO (RT | DOUBLE_EDGE)
65 #define ICLK (RT | CLKNOTDATA | INVERTCLK)
70 #define NICLK (RT | CLKNOTDATA)
/freebsd-10.3-release/contrib/binutils/opcodes/
H A Dppc-opc.c362 equal the RT field. */
393 instruction or the RT field in a D, DS, X, XFX or XO form
396 #define RT RS
400 /* The RS and RT fields of the DS form stq instruction, which have
1053 equal the RT field. */
1421 /* An X_MASK with the RT field fixed. */
1433 /* An X_MASK with the RT and RA fields fixed. */
1721 { "macchw", XO(4,172,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1722 { "macchw.", XO(4,172,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1723 { "macchwo", XO(4,172,1,0), XO_MASK, PPC405|PPC440, { RT, R
394 #define RT macro
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp47 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); local
58 if (!RT.isNull() && RT->isVoidType())
64 if (RT.isNull() && isa<BlockDecl>(SFC->getDecl()) &&
72 if (RT.isNull())
75 if (RT->isReferenceType()) {
H A DLLVMConventionsChecker.cpp31 const RecordType *RT = T->getAs<RecordType>(); local
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();
H A DArrayBoundCheckerV2.cpp223 if (const RecordType *RT = Ty->getAs<RecordType>()) {
224 const RecordDecl *D = RT->getDecl();
/freebsd-10.3-release/sbin/routed/
H A Doutput.c444 #define RT ((struct rt_entry *)rn) macro
454 if ((RT->rt_state & RS_IF)
455 && RT->rt_ifp != 0
456 && (RT->rt_ifp->int_state & IS_PASSIVE)
457 && !(RT->rt_state & RS_MHOME))
465 && !(RT->rt_state & RS_MHOME))
468 dst = RT->rt_dst;
475 if (RT->rt_state & RS_NET_SYN) {
476 if (RT->rt_state & RS_NET_INT) {
481 ntohl(dst), RT
658 #undef RT macro
[all...]
H A Dtable.c1400 #undef RT macro
1409 #define RT ((struct rt_entry *)rn) macro
1415 if (RT->rt_state & RS_NET_SYN)
1418 if (!(RT->rt_state & RS_IF)) {
1431 if (RT_ISHOST(RT)
1432 && ntohl(RT->rt_dst) == RT->rt_gate)
1439 if (RT->rt_ifp != 0 && (RT->rt_ifp->int_state & IS_EXTERNAL))
1453 if (RT
1477 #undef RT macro
1979 #define RT macro
2011 #undef RT macro
2022 #define RT macro
[all...]
H A Dtrace.c834 #define RT ((struct rt_entry *)rn) macro
839 rtname(RT->rt_dst, RT->rt_mask, RT->rt_gate));
840 print_rts(&RT->rt_spares[0], 0,0,0,0, AGE_RT(RT->rt_state, RT->rt_ifp));
841 trace_bits(rs_bits, RT->rt_state, 0);
842 if (RT->rt_poison_time >= now_garbage
843 && RT
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp164 if (const RecordType *RT = dyn_cast<RecordType>(T))
165 return isSafeToConvert(RT->getDecl(), CGT, AlreadyChecked);
205 const RecordType *RT = dyn_cast<RecordType>(TT); local
206 if (RT == 0) return true;
215 return isSafeToConvert(RT->getDecl(), *this);
299 if (const RecordType *RT = dyn_cast<RecordType>(Ty))
300 return ConvertRecordDeclType(RT->getDecl());
482 if (const RecordType *RT = FT->getResultType()->getAs<RecordType>())
483 ConvertRecordDeclType(RT->getDecl());
486 if (const RecordType *RT
[all...]
H A DTargetInfo.cpp48 static bool isRecordReturnIndirect(const RecordType *RT, argument
50 const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(RT->getDecl());
58 const RecordType *RT = T->getAs<RecordType>(); local
59 if (!RT)
61 return isRecordReturnIndirect(RT, CXXABI);
64 static CGCXXABI::RecordArgABI getRecordArgABI(const RecordType *RT, argument
66 const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(RT->getDecl());
74 const RecordType *RT = T->getAs<RecordType>(); local
75 if (!RT)
77 return getRecordArgABI(RT, CXXAB
182 const RecordType *RT = FT->getAs<RecordType>(); local
200 const RecordType *RT = T->getAs<RecordType>(); local
230 const RecordType *RT = T->getAsStructureType(); local
326 const RecordType *RT = Ty->getAs<RecordType>(); local
650 const RecordType *RT = Ty->getAs<RecordType>(); local
761 const RecordType *RT = Ty->getAs<RecordType>(); local
[all...]
H A DCGCXX.cpp332 const RecordType *RT = T->getAs<RecordType>(); local
333 assert(RT && "BuildAppleKextVirtualCall - Qual type must be record");
334 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
H A DCGExprAgg.cpp1258 if (const RecordType *RT = E->getType()->getAs<RecordType>()) {
1259 if (!RT->isUnionType()) {
1306 if (const RecordType *RT = CGF.getContext()
1308 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
1376 if (const RecordType *RT = Ty->getAs<RecordType>()) {
1377 CXXRecordDecl *Record = cast<CXXRecordDecl>(RT->getDecl());
H A DCGRecordLayoutBuilder.cpp404 if (const RecordType *RT = D->getType()->getAs<RecordType>()) {
405 const RecordDecl *RD = cast<RecordDecl>(RT->getDecl());
942 } else if (const RecordType *RT = elementType->getAs<RecordType>()) {
943 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp441 const RecordType *RT = 0; local
444 RT = VD->getType()->getAs<RecordType>();
446 RT = TD->getUnderlyingType()->getAs<RecordType>();
447 if (!RT)
450 if (RequireCompleteType(AsmLoc, QualType(RT, 0), 0))
456 if (!LookupQualifiedName(FieldResult, RT->getDecl()))
464 const ASTRecordLayout &RL = Context.getASTRecordLayout(RT->getDecl());
H A DSemaExceptionSpec.cpp66 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) {
67 PointeeT = RT->getPointeeType();
70 if (RT->isRValueReferenceType()) {
811 else if (const ReferenceType *RT = T->getAs<ReferenceType>())
812 FT = RT->getPointeeType()->getAs<FunctionProtoType>();
849 const RecordType *RT = Op->getType()->getAs<RecordType>(); local
850 if (!RT)
853 if (!cast<CXXRecordDecl>(RT->getDecl())->isPolymorphic())
945 if (const RecordType *RT = DTy->getAs<RecordType>()) {
946 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT
[all...]
H A DSemaAccess.cpp297 if (const RecordType *RT = T->getAs<RecordType>()) {
298 RD = cast<CXXRecordDecl>(RT->getDecl());
429 if (const RecordType *RT = Friend->getAs<RecordType>())
430 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl()));
663 if (const RecordType *RT = T->getAs<RecordType>()) {
664 RD = cast<CXXRecordDecl>(RT->getDecl());
1739 const RecordType *RT = ObjectExpr->getType()->castAs<RecordType>(); local
1740 CXXRecordDecl *NamingClass = cast<CXXRecordDecl>(RT->getDecl());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp366 if (const RecordType *RT = getAs<RecordType>())
367 return RT->getDecl()->isClass();
371 if (const RecordType *RT = getAs<RecordType>())
372 return RT->getDecl()->isStruct();
376 if (const RecordType *RT = getAs<RecordType>())
377 return RT->getDecl()->isInterface();
381 if (const RecordType *RT = getAs<RecordType>())
382 return RT->getDecl()->isStruct() || RT->getDecl()->isClass() ||
383 RT
[all...]
H A DRecordLayoutBuilder.cpp166 const RecordType *RT = local
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>(); local
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
512 const RecordType *RT = ElemTy->getAs<RecordType>(); local
[all...]
H A DDeclCXX.cpp1092 const RecordType *RT = I->getType()->getAs<RecordType>(); local
1093 if (!RT) continue;
1099 CXXRecordDecl *Base = cast<CXXRecordDecl>(RT->getDecl());
1135 const RecordType *RT = I->getType()->getAs<RecordType>(); local
1136 if (!RT) continue;
1138 CollectVisibleConversions(Context, cast<CXXRecordDecl>(RT->getDecl()),
1388 const RecordType *RT = I->getType()->getAs<RecordType>(); local
1389 if (!RT)
1391 const CXXRecordDecl *Base = cast<CXXRecordDecl>(RT->getDecl());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp53 if (const RecordType *RT = Ty->getAs<RecordType>()) {
54 const RecordDecl *D = RT->getDecl();
389 if (const ReferenceType *RT = T->getAs<ReferenceType>())
390 T = Ctx.getPointerType(RT->getPointeeType());
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp239 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType(); local
240 switch (RT) {
/freebsd-10.3-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h147 static bool classof(const RecTy *RT) { argument
148 return RT->getRecTyKind() == BitRecTyKind;
184 static bool classof(const RecTy *RT) { argument
185 return RT->getRecTyKind() == BitsRecTyKind;
223 static bool classof(const RecTy *RT) { argument
224 return RT->getRecTyKind() == IntRecTyKind;
260 static bool classof(const RecTy *RT) { argument
261 return RT->getRecTyKind() == StringRecTyKind;
298 static bool classof(const RecTy *RT) { argument
299 return RT
336 classof(const RecTy *RT) argument
374 classof(const RecTy *RT) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp371 QualType RT = Getter->getResultType(); local
372 if (!isa<TypedefType>(RT)) {
374 QualType CanResultTy = Context.getCanonicalType(RT);
378 RT = Context.getQualifiedType(CanResultTy.getUnqualifiedType(), Qs);
385 std::string TypeString = RT.getAsString(SubPolicy);
398 if (RT->isBlockPointerType() || RT->isFunctionPointerType())
1132 QualType RT = OM->getResultType();
1133 if (!TypeIsInnerPointer(RT) ||
H A DTransGCAttrs.cpp76 } else if (ReferenceTypeLoc RT = TL.getAs<ReferenceTypeLoc>())
77 TL = RT.getPointeeLoc();
/freebsd-10.3-release/libexec/getty/
H A Dgettytab.h137 #define RT gettynums[26].value macro

Completed in 965 milliseconds

123