Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1053 CanThrowResult CT = CT_Cannot; in canVarDeclThrow() local
1131 CanThrowResult CT = canDynamicCastThrow(CE); in canThrow() local
1151 CanThrowResult CT; in canThrow() local
1169 CanThrowResult CT = canCalleeThrow(*this, CE, CE->getConstructor()); in canThrow() local
1182 CanThrowResult CT = CT_Cannot; in canThrow() local
1193 CanThrowResult CT; in canThrow() local
1205 CanThrowResult CT = CT_Cannot; in canThrow() local
1235 CanThrowResult CT = in canThrow() local
1244 CanThrowResult CT = CT_Cannot; in canThrow() local
1322 CanThrowResult CT = in canThrow() local
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
107 if (auto *CT = dyn_cast<CheckTypeMatcher>(RM->getNext())) { in ContractNodes() local
128 if (auto *CT = dyn_cast<CheckTypeMatcher>(MS->getNext())) { in ContractNodes() local
160 if (auto *CT = dyn_cast<CheckTypeMatcher>(CI->getNext())) { in ContractNodes() local
212 if (auto *CT = dyn_cast<CheckTypeMatcher>(CS->getNext())) { in ContractNodes() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp92 if (auto *CT = dyn_cast<DICompositeType>(T)) { in printModuleDebugInfo() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.h356 if (const auto *CT = getFieldDesc()->getType()->getAs<ComplexType>()) in getType() local
358 if (const auto *CT = getFieldDesc()->getType()->getAs<VectorType>()) in getType() local
H A DDescriptor.cpp457 if (const auto *CT = T->getAs<ComplexType>()) in getElemQualType() local
459 if (const auto *CT = T->getAs<VectorType>()) in getElemQualType() local
H A DProgram.cpp464 if (const auto *CT = Ty->getAs<ComplexType>()) { in createDescriptor() local
H A DPointer.cpp747 if (const auto *CT = Ty->getAs<ComplexType>()) { in toRValue() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp354 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local
368 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() 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/AST/
H A DExprClassification.cpp698 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
H A DMangle.cpp293 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
/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/CodeGen/
H A DABIInfo.cpp129 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in isHomogeneousAggregate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp271 auto CT = getConvergenceToken(L->getHeader()); in analyze() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp302 CatchableType CT; in dumpCXXData() local
437 const CatchableType &CT = CTPair.second; in dumpCXXData() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1555 std::optional<InstCounterType> CT = counterTypeForInstr(Opcode); in applyPreexistingWaitcnt() local
1663 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) { in applyPreexistingWaitcnt() local
1737 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) { in createNewWaitcnt() local
2794 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) { in run() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp259 if (DICompositeType *CT = OldTypeRefs.Final.lookup(Ref.first)) in tryToResolveCycles() local
286 DICompositeType &CT) { in addTypeRef()
299 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) in upgradeTypeRef() local
1779 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.cpp36 auto I = partition_point(Container, [=](const Triple &CT) { in emplace()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp347 Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in allocateCandidatesAndFindBasis()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp508 if (const ComplexType *CT = Ty->getAs<ComplexType>()) in isIntegerLikeType() local
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp224 CanQualType CT = ACtx.getCanonicalType(VD->getType()); in shouldImport() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp812 for (const auto &CT : CheckerTags) { in runCheckersForPrintStateJson() local
828 for (const auto &CT : CheckerTags) { in runCheckersForPrintStateJson() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp675 if (auto *CT = dyn_cast<DICompositeType>(Ty)) { in updateAcceleratorTables() local
685 if (auto *CT = dyn_cast<DICompositeType>(Ty)) in updateAcceleratorTables() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp50 auto CT = Base->getType().getCanonicalType(); in hasPublicMethodInBase() local

123