| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | err_typecheck_assign_const_filecheck.cpp | 39 const C &getCC() const; 156 a.b.getCC().d.e.Cnum = 5; in test3()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 842 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE() 844 CTy->getCC()); in constructTypeDIE() 1275 CC = SPTy->getCC(); in applySubprogramAttributes()
|
| H A D | CodeViewDebug.cpp | 2036 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeFunction() 2085 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction()
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 777 ID.AddInteger(info.getCC()); in Profile()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 656 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {} 659 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
|
| H A D | AsmWriter.cpp | 2058 Printer.printDwarfEnum("cc", N->getCC(), dwarf::ConventionString); in writeDISubroutineType()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 608 if (EI1.getCC() != EI2.getCC()) in IsStructurallyEquivalent()
|
| H A D | JSONNodeDumper.cpp | 541 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
|
| H A D | TextNodeDumper.cpp | 1510 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
|
| H A D | TypePrinter.cpp | 945 switch (Info.getCC()) { in printFunctionAfter()
|
| H A D | ItaniumMangle.cpp | 3201 StringRef CCQualifier = getCallingConvQualifierName(T->getExtInfo().getCC()); in mangleExtFunctionInfo()
|
| H A D | ASTContext.cpp | 10127 if (lbaseInfo.getCC() != rbaseInfo.getCC()) in mergeFunctionTypes()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 770 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC()); in arrangeLLVMFunctionInfo() 786 } else if (info.getCC() == CC_Swift || info.getCC() == CC_SwiftAsync) { in arrangeLLVMFunctionInfo() 828 FI->ASTCallingConvention = info.getCC(); in create() 4177 ExplicitCC = FPT->getExtInfo().getCC(); in EmitCallArgs()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 276 let Read = [{ node->getExtInfo().getCC() }];
|
| H A D | Type.h | 3791 CallingConv getCC() const { return CallingConv(Bits & CallConvMask); } 3891 CallingConv getCallConv() const { return getExtInfo().getCC(); }
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3693 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) { in MergeFunctionDecl() 3702 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl() 3712 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl() 3714 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl() 3720 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl() 3723 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl() 10024 CallingConv CC = FT->getExtInfo().getCC(); in ActOnFunctionDeclarator() 10818 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) in areMultiversionVariantFunctionsCompatible()
|
| H A D | SemaTemplateDeduction.cpp | 4117 if (EPI.ExtInfo.getCC() != CC) { in adjustCCAndNoReturn()
|
| H A D | SemaType.cpp | 2849 auto actualCC = EPI.ExtInfo.getCC(); in checkExtParameterInfos()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1289 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl() 1308 uint8_t getCC() const { return CC; } in getCC() function
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1764 Record.push_back(N->getCC()); in writeDISubroutineType()
|