Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXType.cpp123 CXType CT = { TK, { TK == CXType_Invalid ? nullptr in MakeCXType() local
130 static inline QualType GetQualType(CXType CT) { in GetQualType()
134 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU()
221 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling()
319 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType()
334 unsigned clang_isConstQualifiedType(CXType CT) { in clang_isConstQualifiedType()
339 unsigned clang_isVolatileQualifiedType(CXType CT) { in clang_isVolatileQualifiedType()
344 unsigned clang_isRestrictQualifiedType(CXType CT) { in clang_isRestrictQualifiedType()
349 CXType clang_getPointeeType(CXType CT) { in clang_getPointeeType()
380 CXCursor clang_getTypeDeclaration(CXType CT) { in clang_getTypeDeclaration()
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h58 CompositeType *CT = cast<CompositeType>(CurTy); in getIndexedType() local
69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) { variable
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp929 CanThrowResult CT = canDynamicCastThrow(cast<CXXDynamicCastExpr>(E)); in canThrow() local
948 CanThrowResult CT; in canThrow() local
964 CanThrowResult CT = canCalleeThrow(*this, E, in canThrow() local
973 CanThrowResult CT = CT_Cannot; in canThrow() local
982 CanThrowResult CT; in canThrow() local
993 CanThrowResult CT; in canThrow() local
1014 CanThrowResult CT = canCalleeThrow(*this, E, in canThrow() local
1067 CanThrowResult CT = E->isTypeDependent() ? CT_Dependent : CT_Cannot; in canThrow() local
H A DSemaPseudoObject.cpp1065 QualType CT = Conversion->getConversionType().getNonReferenceType(); in CheckSubscriptingKind() local
H A DSemaCast.cpp306 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Dfixit.cpp22 template<int Value> struct CT { template<typename> struct Inner; }; // expected-note{{previous use … struct
31 struct CT<0> { }; // expected-error{{'template<>'}} struct
33 template<> union CT<1> { }; // expected-error{{tag type}} union
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600TextureIntrinsicsReplacer.cpp168 unsigned CT[4] = {1, 1, 1, 1}; in ReplaceTexIntrinsic() local
192 unsigned CT[4] = {1, 1, 1, 1}; in ReplaceTXF() local
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A DDIBuilderBindings.cpp132 DICompositeType CT = D->createSubroutineType( in LLVMDIBuilderCreateSubroutineType() local
143 DICompositeType CT = D->createStructType( in LLVMDIBuilderCreateStructType() local
169 DICompositeType CT = in LLVMDIBuilderCreateArrayType() local
/minix3/minix/lib/libmagicrt/include/st/
H A Dstate_transfer.h336 #define ST_GET_CACHED_COUNTERPART(CE,T,CT,LE) do { \ argument
341 #define ST_SET_CACHED_COUNTERPART(CE,T,CT,LE) do { \ argument
346 #define ST_HAS_CACHED_COUNTERPART(CE,CT) (st_counterparts.CT[(CE)->id - 1].counterpart != NULL) argument
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp603 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
H A DMangle.cpp204 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
H A DType.cpp400 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType)) in isComplexType() local
801 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType)) in isFloatingType() local
864 } else if (const ComplexType *CT = dyn_cast<ComplexType>(T)) { in getScalarTypeKind() local
2135 const Type *CT = T->getCanonicalTypeInternal().getTypePtr(); in ensure() local
H A DASTContext.cpp1786 if (const ComplexType *CT = T->getAs<ComplexType>()) in getPreferredTypeAlign() local
2181 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos)) in getComplexType() local
4381 if (const ComplexType *CT = T->getAs<ComplexType>()) in getFloatingRank() local
5304 CanQualType CT = getCanonicalType(T); in getObjCEncodingForTypeImpl() local
5317 const ComplexType *CT = T->castAs<ComplexType>(); in getObjCEncodingForTypeImpl() local
6437 QualType CT = Ty->getCanonicalTypeInternal(); in getObjCGCAttrKind() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp391 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local
405 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
H A DDAGISelMatcherOpt.cpp51 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
/minix3/external/bsd/llvm/dist/clang/test/Layout/
H A Dms-x86-vtordisp.cpp154 struct CT : virtual AT { struct
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp416 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType() local
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp674 if (const ComplexType *CT = T->getAs<ComplexType>()) { in VisitType() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp534 unsigned CT = MI->getOperand(OpNo).getImm(); in printCT() local
/minix3/minix/lib/libmagicrt/include/
H A Dmagic.h125 #define MAGIC_TYPE_ARRAY_CREATE_FROM_SIZE(AT,T,CT,S,VSN) do { \ argument
139 #define MAGIC_TYPE_ARRAY_CREATE_FROM_N(AT,T,CT,N) \ argument
/minix3/external/bsd/llvm/dist/clang/test/CXX/drs/
H A Ddr4xx.cpp1033 typedef C CT; // expected-note {{here}} typedef
1034 struct CT {}; // expected-error {{conflicts with typedef}} struct
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp663 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in getTypeExpansion() local
1211 if (const ComplexType *CT = ResultType->getAs<ComplexType>()) { in ReturnTypeUsesFP2Ret() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp823 DICompositeType CT(Ty); in updateAcceleratorTables() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2439 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1406 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) { in visitGetElementPtrInst() local

12