/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1052 CanThrowResult CT = CT_Cannot; in canVarDeclThrow() local 1130 CanThrowResult CT = canDynamicCastThrow(CE); in canThrow() local 1150 CanThrowResult CT; in canThrow() local 1168 CanThrowResult CT = canCalleeThrow(*this, CE, CE->getConstructor()); in canThrow() local 1181 CanThrowResult CT = CT_Cannot; in canThrow() local 1192 CanThrowResult CT; in canThrow() local 1204 CanThrowResult CT; in canThrow() local 1225 CanThrowResult CT = in canThrow() local 1234 CanThrowResult CT = CT_Cannot; in canThrow() local 1312 CanThrowResult CT = in canThrow() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 94 if (auto *CT = dyn_cast<DICompositeType>(T)) { in printModuleDebugInfo() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.h | 324 if (const auto *CT = getFieldDesc()->getType()->getAs<ComplexType>()) in getType() local 326 if (const auto *CT = getFieldDesc()->getType()->getAs<VectorType>()) in getType() local
|
H A D | Descriptor.cpp | 381 if (const auto *CT = T->getAs<ComplexType>()) in getElemQualType() local 383 if (const auto *CT = T->getAs<VectorType>()) in getElemQualType() local
|
H A D | Pointer.cpp | 489 if (const auto *CT = Ty->getAs<ComplexType>()) { in toRValue() local
|
H A D | Program.cpp | 431 if (const auto *CT = Ty->getAs<ComplexType>()) { in createDescriptor() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.cpp | 360 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local 374 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 335 for (change_ty CT : CurrentMinSet) in Run() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprClassification.cpp | 682 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
|
H A D | Mangle.cpp | 276 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
|
H A D | Type.cpp | 678 if (const auto *CT = dyn_cast<ComplexType>(CanonicalType)) in isComplexType() local 2253 if (const auto *CT = dyn_cast<ComplexType>(CanonicalType)) in isFloatingType() local 2318 } else if (const auto *CT = dyn_cast<ComplexType>(T)) { in getScalarTypeKind() local 4449 const Type *CT = T->getCanonicalTypeInternal().getTypePtr(); in ensure() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600InstPrinter.cpp | 63 unsigned CT = MI->getOperand(OpNo).getImm(); in printCT() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfo.cpp | 129 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in isHomogeneousAggregate() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 51 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 302 CatchableType CT; in dumpCXXData() local 437 const CatchableType &CT in dumpCXXData() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
H A D | SPIRVConvergenceRegionAnalysis.cpp | 281 auto CT = getConvergenceToken(L->getHeader()); in analyze() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 1378 std::optional<InstCounterType> CT = counterTypeForInstr(Opcode); in applyPreexistingWaitcnt() local 1486 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) { in applyPreexistingWaitcnt() local 1560 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) { in createNewWaitcnt() local 2474 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) { in runOnMachineFunction() local
|
/freebsd/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() 302 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) in upgradeTypeRef() local 1682 DICompositeType *CT = nullptr; in parseOneMetadata() local
|
/freebsd/libexec/getty/ |
H A D | gettytab.h | 138 #define CT gettynums[27].value macro
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 37 auto I = partition_point(Container, [=](const Triple &CT) { in emplace()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVDuplicatesTracker.h | 197 SPIRVDuplicatesTracker<Constant> CT; variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | ARM.cpp | 469 if (const ComplexType *CT = Ty->getAs<ComplexType>()) in isIntegerLikeType() local
|
/freebsd/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()
|
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 1580 if (CompilerType CT = valobj.GetCompilerType(); in GetHardcodedSummaries() local
|