/llvm-project/clang/test/CodeGen/ |
H A D | 2008-03-24-BitField-And-Alloca.c | 45 unsigned int RType : 4; member
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | EasilySwappableParametersCheck.cpp | 603 getNonCVRQualifiers(const ASTContext &Ctx, QualType LType, QualType RType) { in getNonCVRQualifiers() 644 calculateMixability(const TheCheck &Check, QualType LType, QualType RType, in calculateMixability() 1300 QualType RType, const ASTContext &Ctx, in approximateImplicitConversion() 2232 QualType RType = RVar->getType(); in check() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-logical.cpp | 50 using RType = Type<TypeCategory::Real, X_RKIND>; RealToIntBoundHelper() typedef 188 using RType = Type<TypeCategory::Real, X_RKIND>; RealToRealBoundsHelper() typedef
|
/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 945 if (uint32_t RType = writeRelocations() local 952 if (uint32_t RType = writeRelocations() local
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 110 enum ReduceType RType() const { return eRType; } in RType() function
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 2129 analyzeRelocation(const RelocationRef & Rel,uint64_t & RType,std::string & SymbolName,bool & IsSectionRelocation,uint64_t & SymbolAddress,int64_t & Addend,uint64_t & ExtractedValue,bool & Skip) const analyzeRelocation() argument 2339 const uint64_t RType = Rel.getType(); readDynamicRelocations() local 2386 const uint64_t RType = Relocation::getRelative(); readDynamicRelrRelocations() local 2499 uint64_t RType = Rel.getType(); handleRelocation() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1234 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { EmitNewArrayInitializer() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 457 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString() local 505 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString() local 527 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString() local 567 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString() local
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 2573 RecTy *RType = resolveTypes(Type, VTy); ParseOperationCond() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 732 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) FillInEmptyInitForField() local 854 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { FillInEmptyInitializations() local
|
H A D | SemaTemplate.cpp | 2992 auto RType = F->getTemplatedDecl()->getReturnType(); BuildDeductionGuideForTypeAlias() local
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 2278 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 10946 EVT RType = Node->getValueType(1); expandMULO() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 690 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); CompareSCEVComplexity() local
|