Home
last modified time | relevance | path

Searched defs:CT (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1052 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 DModuleDebugInfoPrinter.cpp94 if (auto *CT = dyn_cast<DICompositeType>(T)) { in printModuleDebugInfo() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h324 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 DDescriptor.cpp381 if (const auto *CT = T->getAs<ComplexType>()) in getElemQualType() local
383 if (const auto *CT = T->getAs<VectorType>()) in getElemQualType() local
H A DPointer.cpp489 if (const auto *CT = Ty->getAs<ComplexType>()) { in toRValue() local
H A DProgram.cpp431 if (const auto *CT = Ty->getAs<ComplexType>()) { in createDescriptor() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp360 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 DDAGDeltaAlgorithm.cpp335 for (change_ty CT : CurrentMinSet) in Run() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp682 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
H A DMangle.cpp276 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
H A DType.cpp678 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 DR600InstPrinter.cpp63 unsigned CT = MI->getOperand(OpNo).getImm(); in printCT() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp129 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in isHomogeneousAggregate() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp51 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp302 CatchableType CT; in dumpCXXData() local
437 const CatchableType &CT in dumpCXXData() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp281 auto CT = getConvergenceToken(L->getHeader()); in analyze() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1378 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 DMetadataLoader.cpp262 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 Dgettytab.h138 #define CT gettynums[27].value macro
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp37 auto I = partition_point(Container, [=](const Triple &CT) { in emplace()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h197 SPIRVDuplicatesTracker<Constant> CT; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp469 if (const ComplexType *CT = Ty->getAs<ComplexType>()) in isIntegerLikeType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp343 Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in allocateCandidatesAndFindBasis()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp743 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 DCPlusPlusLanguage.cpp1580 if (CompilerType CT = valobj.GetCompilerType(); in GetHardcodedSummaries() local

123