/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1072 CanThrowResult CT = CT_Cannot; canVarDeclThrow() local 1152 CanThrowResult CT = canDynamicCastThrow(CE); canThrow() local 1171 CanThrowResult CT; canThrow() local 1189 CanThrowResult CT = canCalleeThrow(*this, CE, CE->getConstructor()); canThrow() local 1202 CanThrowResult CT = CT_Cannot; canThrow() local 1213 CanThrowResult CT; canThrow() local 1225 CanThrowResult CT; canThrow() local 1246 CanThrowResult CT = canThrow() local 1255 CanThrowResult CT = CT_Cannot; canThrow() local 1333 CanThrowResult CT = canThrow() local 1533 CanThrowResult CT = CT_Cannot; canThrow() local 1551 CanThrowResult CT = CT_Cannot; canThrow() local 1592 CanThrowResult CT = CT_Cannot; canThrow() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 94 if (auto *CT = dyn_cast<DICompositeType>(T)) { in printModuleDebugInfo() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfo.cpp | 129 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in isHomogeneousAggregate() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.cpp |
|
H A D | DAGISelMatcherOpt.cpp | 51 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 335 for (change_ty CT : CurrentMinSet) in Run() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600InstPrinter.cpp | 64 switch (CT) { in printCT() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprClassification.cpp | 669 CanQualType CT = Ctx.getCanonicalType(E->getType()); IsModifiable() local
|
H A D | Mangle.cpp | 276 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock() argument
|
H A D | Type.cpp | 628 if (const auto *CT = dyn_cast<ComplexType>(CanonicalType)) isComplexType() local 2190 if (const auto *CT = dyn_cast<ComplexType>(CanonicalType)) isFloatingType() local 2255 } else if (const auto *CT = dyn_cast<ComplexType>(T)) { getScalarTypeKind() local 4219 const Type *CT = T->getCanonicalTypeInternal().getTypePtr(); ensure() local [all...] |
H A D | ComputeDependence.cpp | 355 computeDependence(CXXNoexceptExpr * E,CanThrowResult CT) computeDependence() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 35 __anon592f5d3e0102(const Triple &CT) emplace() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 338 if (const auto *CT = Ty->getAs<ComplexType>()) { toRValue() local
|
H A D | Program.cpp | 379 if (const auto *CT = Ty->getAs<ComplexType>()) { createDescriptor() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 302 CatchableType CT; in dumpCXXData() local 437 const CatchableType &CT = CTPair.second; in dumpCXXData() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 1352 std::optional<InstCounterType> CT = counterTypeForInstr(Opcode); applyPreexistingWaitcnt() local 1460 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) { applyPreexistingWaitcnt() local 1534 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) { createNewWaitcnt() local 2520 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) { runOnMachineFunction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 262 if (DICompositeType *CT = OldTypeRefs.Final.lookup(Ref.first)) in tryToResolveCycles() local 289 DICompositeType &CT) { in addTypeRef() argument 302 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) in upgradeTypeRef() local 1665 DICompositeType *CT = nullptr; parseOneMetadata() local [all...] |
/freebsd-src/libexec/getty/ |
H A D | gettytab.h | 138 #define CT gettynums[27].value macro
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | ARM.cpp | 471 if (const ComplexType *CT = Ty->getAs<ComplexType>()) isIntegerLikeType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 343 Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in allocateCandidatesAndFindBasis() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 224 CanQualType CT = ACtx.getCanonicalType(VD->getType()); in shouldImport() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerManager.cpp | 743 for (const auto &CT : CheckerTags) { in runCheckersForPrintStateJson() local 759 for (const auto &CT : CheckerTags) { in runCheckersForPrintStateJson() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 1535 if (CompilerType CT = valobj.GetCompilerType(); GetHardcodedSummaries() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 893 if (const ComplexType *CT = T->getAs<ComplexType>()) { VisitType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 144 emitCallInformation(CallType CT) emitCallInformation() argument
|