| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExceptionSpec.cpp | 874 CanThrowResult CT = canDynamicCastThrow(cast<CXXDynamicCastExpr>(E)); in canThrow() local 893 CanThrowResult CT; in canThrow() local 909 CanThrowResult CT = canCalleeThrow(*this, E, in canThrow() local 918 CanThrowResult CT = CT_Cannot; in canThrow() local 927 CanThrowResult CT; in canThrow() local 938 CanThrowResult CT; in canThrow() local 959 CanThrowResult CT = canCalleeThrow(*this, E, in canThrow() local 1012 CanThrowResult CT = E->isTypeDependent() ? CT_Dependent : CT_Cannot; in canThrow() local
|
| HD | SemaPseudoObject.cpp | 1027 QualType CT = Conversion->getConversionType().getNonReferenceType(); in CheckSubscriptingKind() local
|
| HD | SemaCast.cpp | 310 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
|
| HD | SemaChecking.cpp | 2260 StringLiteralCheckType CT = in CheckFormatArguments() local 4424 if (const ComplexType *CT = dyn_cast<ComplexType>(T)) in forValueOfCanonicalType() local 4459 if (const ComplexType *CT = dyn_cast<ComplexType>(T)) in forTargetOfCanonicalType() local
|
| HD | SemaExpr.cpp | 788 void Sema::checkVariadicArgument(const Expr *E, VariadicCallType CT) { in checkVariadicArgument() 827 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, in DefaultVariadicArgumentPromotion() 3601 if (const ComplexType *CT = V.get()->getType()->getAs<ComplexType>()) in CheckRealImagOperand() local
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | GetElementPtrTypeIterator.h | 58 CompositeType *CT = cast<CompositeType>(CurTy); in getIndexedType() local 69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) { variable
|
| /trueos/contrib/llvm/lib/Target/R600/ |
| HD | R600TextureIntrinsicsReplacer.cpp | 168 unsigned CT[4] = {1, 1, 1, 1}; in ReplaceTexIntrinsic() local 192 unsigned CT[4] = {1, 1, 1, 1}; in ReplaceTXF() local
|
| /trueos/contrib/llvm/utils/TableGen/ |
| HD | DAGISelMatcher.cpp | 377 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local 391 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
|
| HD | DAGISelMatcherOpt.cpp | 50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | ExprClassification.cpp | 591 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
|
| HD | Mangle.cpp | 194 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
|
| HD | Type.cpp | 399 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType)) in isComplexType() local 790 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType)) in isFloatingType() local 853 } else if (const ComplexType *CT = dyn_cast<ComplexType>(T)) { in getScalarTypeKind() local 2114 const Type *CT = T->getCanonicalTypeInternal().getTypePtr(); in ensure() local
|
| HD | ASTContext.cpp | 1765 if (const ComplexType* CT = T->getAs<ComplexType>()) in getPreferredTypeAlign() local 2119 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos)) in getComplexType() local 4243 if (const ComplexType *CT = T->getAs<ComplexType>()) in getFloatingRank() local 5168 CanQualType CT = getCanonicalType(T); in getObjCEncodingForTypeImpl() local 5181 const ComplexType *CT = T->castAs<ComplexType>(); in getObjCEncodingForTypeImpl() local 6401 QualType CT = Ty->getCanonicalTypeInternal(); in getObjCGCAttrKind() local
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | Analysis.cpp | 405 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType() local
|
| /trueos/contrib/llvm/lib/Target/R600/InstPrinter/ |
| HD | AMDGPUInstPrinter.cpp | 294 unsigned CT = MI->getOperand(OpNo).getImm(); in printCT() local
|
| /trueos/libexec/getty/ |
| HD | gettytab.h | 138 #define CT gettynums[27].value macro
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGCall.cpp | 540 } else if (const ComplexType *CT = type->getAs<ComplexType>()) { in GetExpandedTypes() local 597 } else if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in ExpandTypeFromArgs() local 871 if (const ComplexType *CT = ResultType->getAs<ComplexType>()) { in ReturnTypeUsesFP2Ret() local
|
| HD | TargetInfo.cpp | 1547 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in classify() local 3369 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in isHomogeneousAggregate() local 3587 if (const ComplexType *CT = Ty->getAs<ComplexType>()) in isIntegerLikeType() local
|
| /trueos/contrib/llvm/tools/clang/lib/Index/ |
| HD | USRGeneration.cpp | 644 if (const ComplexType *CT = T->getAs<ComplexType>()) { in VisitType() local
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | TargetLowering.cpp | 2318 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality()
|
| /trueos/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfCompileUnit.cpp | 931 DICompositeType CT(Ty); in getOrCreateTypeDIE() local
|
| /trueos/contrib/binutils/opcodes/ |
| HD | ppc-opc.c | 207 #define CT CRFS + 1 macro
|
| /trueos/contrib/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.cpp | 2743 LandingPadInst::ClauseType CT = in ParseFunctionBody() local
|
| /trueos/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 3909 LandingPadInst::ClauseType CT; in ParseLandingPad() local
|
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ClangASTType.cpp | 656 … else if (const ComplexType *CT = dyn_cast<ComplexType>(qual_type->getCanonicalTypeInternal())) in IsFloatingPointType() local
|