Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1072 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 DModuleDebugInfoPrinter.cpp94 if (auto *CT = dyn_cast<DICompositeType>(T)) { in printModuleDebugInfo() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp129 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in isHomogeneousAggregate() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp
H A DDAGISelMatcherOpt.cpp51 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp335 for (change_ty CT : CurrentMinSet) in Run() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600InstPrinter.cpp64 switch (CT) { in printCT() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp669 CanQualType CT = Ctx.getCanonicalType(E->getType()); IsModifiable() local
H A DMangle.cpp276 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock() argument
H A DType.cpp628 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 DComputeDependence.cpp355 computeDependence(CXXNoexceptExpr * E,CanThrowResult CT) computeDependence() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp35 __anon592f5d3e0102(const Triple &CT) emplace() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp338 if (const auto *CT = Ty->getAs<ComplexType>()) { toRValue() local
H A DProgram.cpp379 if (const auto *CT = Ty->getAs<ComplexType>()) { createDescriptor() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1352 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 DMetadataLoader.cpp262 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 Dgettytab.h138 #define CT gettynums[27].value macro
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp471 if (const ComplexType *CT = Ty->getAs<ComplexType>()) isIntegerLikeType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp343 Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in allocateCandidatesAndFindBasis() argument
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp224 CanQualType CT = ACtx.getCanonicalType(VD->getType()); in shouldImport() local
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1535 if (CompilerType CT = valobj.GetCompilerType(); GetHardcodedSummaries() local
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp893 if (const ComplexType *CT = T->getAs<ComplexType>()) { VisitType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp144 emitCallInformation(CallType CT) emitCallInformation() argument

123