/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CXType.cpp | 123 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 D | GetElementPtrTypeIterator.h | 58 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 D | SemaExceptionSpec.cpp | 929 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 D | SemaPseudoObject.cpp | 1065 QualType CT = Conversion->getConversionType().getNonReferenceType(); in CheckSubscriptingKind() local
|
H A D | SemaCast.cpp | 306 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
|
/minix3/external/bsd/llvm/dist/clang/test/FixIt/ |
H A D | fixit.cpp | 22 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 D | R600TextureIntrinsicsReplacer.cpp | 168 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 D | DIBuilderBindings.cpp | 132 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 D | state_transfer.h | 336 #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 D | ExprClassification.cpp | 603 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
|
H A D | Mangle.cpp | 204 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
|
H A D | Type.cpp | 400 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 D | ASTContext.cpp | 1786 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 D | DAGISelMatcher.cpp | 391 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 D | DAGISelMatcherOpt.cpp | 51 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
|
/minix3/external/bsd/llvm/dist/clang/test/Layout/ |
H A D | ms-x86-vtordisp.cpp | 154 struct CT : virtual AT { struct
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 416 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Index/ |
H A D | USRGeneration.cpp | 674 if (const ComplexType *CT = T->getAs<ComplexType>()) { in VisitType() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/InstPrinter/ |
H A D | AMDGPUInstPrinter.cpp | 534 unsigned CT = MI->getOperand(OpNo).getImm(); in printCT() local
|
/minix3/minix/lib/libmagicrt/include/ |
H A D | magic.h | 125 #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 D | dr4xx.cpp | 1033 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 D | CGCall.cpp | 663 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 D | DwarfUnit.cpp | 823 DICompositeType CT(Ty); in updateAcceleratorTables() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 2439 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1406 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) { in visitGetElementPtrInst() local
|