Home
last modified time | relevance | path

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

12

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp874 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
HDSemaPseudoObject.cpp1027 QualType CT = Conversion->getConversionType().getNonReferenceType(); in CheckSubscriptingKind() local
HDSemaCast.cpp310 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
HDSemaChecking.cpp2260 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
HDSemaExpr.cpp788 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/
HDGetElementPtrTypeIterator.h58 CompositeType *CT = cast<CompositeType>(CurTy); in getIndexedType() local
69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) { variable
/trueos/contrib/llvm/lib/Target/R600/
HDR600TextureIntrinsicsReplacer.cpp168 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/
HDDAGISelMatcher.cpp377 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local
391 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
HDDAGISelMatcherOpt.cpp50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
/trueos/contrib/llvm/tools/clang/lib/AST/
HDExprClassification.cpp591 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
HDMangle.cpp194 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
HDType.cpp399 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
HDASTContext.cpp1765 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/
HDAnalysis.cpp405 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType() local
/trueos/contrib/llvm/lib/Target/R600/InstPrinter/
HDAMDGPUInstPrinter.cpp294 unsigned CT = MI->getOperand(OpNo).getImm(); in printCT() local
/trueos/libexec/getty/
HDgettytab.h138 #define CT gettynums[27].value macro
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.cpp540 } 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
HDTargetInfo.cpp1547 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/
HDUSRGeneration.cpp644 if (const ComplexType *CT = T->getAs<ComplexType>()) { in VisitType() local
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp2318 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp931 DICompositeType CT(Ty); in getOrCreateTypeDIE() local
/trueos/contrib/binutils/opcodes/
HDppc-opc.c207 #define CT CRFS + 1 macro
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2743 LandingPadInst::ClauseType CT = in ParseFunctionBody() local
/trueos/contrib/llvm/lib/AsmParser/
HDLLParser.cpp3909 LandingPadInst::ClauseType CT; in ParseLandingPad() local
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp656 … else if (const ComplexType *CT = dyn_cast<ComplexType>(qual_type->getCanonicalTypeInternal())) in IsFloatingPointType() local

12