Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXType.cpp169 CXType CT = { TK, { TK == CXType_Invalid ? nullptr in MakeCXType() local
176 static inline QualType GetQualType(CXType CT) { in GetQualType()
180 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU()
299 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling()
397 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType()
412 unsigned clang_isConstQualifiedType(CXType CT) { in clang_isConstQualifiedType()
417 unsigned clang_isVolatileQualifiedType(CXType CT) { in clang_isVolatileQualifiedType()
422 unsigned clang_isRestrictQualifiedType(CXType CT) { in clang_isRestrictQualifiedType()
427 unsigned clang_getAddressSpace(CXType CT) { in clang_getAddressSpace()
440 CXString clang_getTypedefName(CXType CT) { in clang_getTypedefName()
[all …]
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExceptionSpec.cpp1064 CanThrowResult CT = CT_Cannot; in canVarDeclThrow() local
1144 CanThrowResult CT = canDynamicCastThrow(CE); in canThrow() local
1163 CanThrowResult CT; in canThrow() local
1181 CanThrowResult CT = canCalleeThrow(*this, CE, CE->getConstructor()); in canThrow() local
1194 CanThrowResult CT = CT_Cannot; in canThrow() local
1205 CanThrowResult CT; in canThrow() local
1217 CanThrowResult CT; in canThrow() local
1238 CanThrowResult CT = in canThrow() local
1247 CanThrowResult CT = CT_Cannot; in canThrow() local
1325 CanThrowResult CT = in canThrow() local
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
DSerialSnippetGenerator.cpp103 CodeTemplate CT; in appendCodeTemplates() local
125 CodeTemplate CT; in appendCodeTemplates() local
146 CodeTemplate CT; in appendCodeTemplates() local
DSnippetGenerator.cpp27 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT) { in getSingleton()
152 CodeTemplate &CT = Result.back(); in generateSelfAliasingCodeTemplates() local
170 CodeTemplate &CT = Result.back(); in generateUnconstrainedCodeTemplates() local
DCodeTemplate.cpp23 CodeTemplate CT = *this; in clone() local
DParallelSnippetGenerator.cpp298 CodeTemplate CT; in generateCodeTemplates() local
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp127 if (auto *CT = dyn_cast<DICompositeType>(T)) { in printModuleDebugInfo() local
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
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
DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
/openbsd/src/gnu/llvm/clang/lib/AST/
DExprClassification.cpp659 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
DMangle.cpp272 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
DType.cpp606 if (const auto *CT = dyn_cast<ComplexType>(CanonicalType)) in isComplexType() local
2149 if (const auto *CT = dyn_cast<ComplexType>(CanonicalType)) in isFloatingType() local
2214 } else if (const auto *CT = dyn_cast<ComplexType>(T)) { in getScalarTypeKind() local
3948 const Type *CT = T->getCanonicalTypeInternal().getTypePtr(); in ensure() local
/openbsd/src/regress/lib/libcrypto/aead/
Daeadtest.c65 CT, /* hex encoded ciphertext (not including the enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
DR600InstPrinter.cpp64 unsigned CT = MI->getOperand(OpNo).getImm(); in printCT() local
/openbsd/src/gnu/llvm/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp335 for (change_ty CT : CurrentMinSet) in Run() local
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp261 if (DICompositeType *CT = OldTypeRefs.Final.lookup(Ref.first)) in tryToResolveCycles() local
288 DICompositeType &CT) { in addTypeRef()
301 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) in upgradeTypeRef() local
1558 DICompositeType *CT = nullptr; in parseOneMetadata() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp302 CatchableType CT; in dumpCXXData() local
437 const CatchableType &CT = CTPair.second; in dumpCXXData() local
/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DProgram.cpp377 if (auto *CT = Ty->getAs<ComplexType>()) { in createDescriptor() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DInlineAsmLowering.cpp137 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality()
/openbsd/src/regress/lib/libcrypto/wycheproof/
Dwycheproof.go158 CT string `json:"ct"` member
185 CT string `json:"ct"` member
416 CT string `json:"ct"` member
492 CT string `json:"ct"` member
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp301 CodeTemplate CT; in generateLEATemplatesCommon() local
/openbsd/src/gnu/llvm/clang/lib/CrossTU/
DCrossTranslationUnit.cpp224 CanQualType CT = ACtx.getCanonicalType(VD->getType()); in shouldImport() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp347 Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in allocateCandidatesAndFindBasis()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp743 for (const auto &CT : CheckerTags) { in runCheckersForPrintStateJson() local
759 for (const auto &CT : CheckerTags) { in runCheckersForPrintStateJson() local
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp138 void SystemZAsmPrinter::emitCallInformation(CallType CT) { in emitCallInformation()

123