Searched refs:RType (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c45 unsigned int RType : 4; member in struct:_Key::__anon2046
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp756 unsigned RType = Obj->getAnyRelocationType(RENext);
757 if (RType != MachO::X86_64_RELOC_UNSIGNED)
804 unsigned RType = Obj->getAnyRelocationType(RENext);
806 if (RType != MachO::GENERIC_RELOC_PAIR)
826 unsigned RType = Obj->getAnyRelocationType(RENext);
827 if (RType != MachO::GENERIC_RELOC_PAIR)
866 unsigned RType = Obj->getAnyRelocationType(RENext);
867 if (RType != MachO::ARM_RELOC_PAIR)
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp786 uint64_t RType = getRelocationType(Rel); local
800 if (RType > 5)
803 res = Table[RType];
819 if (RType > 9)
822 res = Table[RType];
838 if (RType > 9)
841 res = Table[RType];
854 if (RType >= array_lengthof(Table))
857 res = Table[RType];
879 if (RType > 1
[all...]
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1016 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
1017 if (RType->getDecl()->isStruct()) {
1019 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RType->getDecl()))
1021 for (auto *Field : RType->getDecl()->fields())
/external/clang/lib/Sema/
H A DSemaInit.cpp535 if (const RecordType *RType = ILE->getType()->getAs<RecordType>())
536 if (!RType->getDecl()->isUnion())
622 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
623 const RecordDecl *RDecl = RType->getDecl();
2673 else if (const RecordType *RType = CurrentObjectType->getAs<RecordType>()) {
2674 RecordDecl *RDecl = RType->getDecl();
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2439 Type *RType = RVal->getType(); local
2440 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy());
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp448 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); local
449 if (LType != RType)
450 return (int)LType - (int)RType;
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp473 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); local
474 if (LType != RType)
475 return (int)LType - (int)RType;
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl4297 my %RType = get_PureType($ReturnId, $TypeInfo{$Version});
4298 my $ReturnName = unmangledFormat($RType{"Name"}, $Version);

Completed in 354 milliseconds