HomeSort by relevance Sort by last modified time
    Searched refs:isAnyComplexType (Results 1 - 22 of 22) sorted by null

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 191 assert(E->getType()->isAnyComplexType() && "Expected complex type!");
197 assert(E->getType()->isAnyComplexType() && "Expected complex type!");
601 assert(OpInfo.Ty->isAnyComplexType());
785 assert(E && E->getType()->isAnyComplexType() &&
797 assert(E && E->getType()->isAnyComplexType() &&
CGExpr.cpp 89 if (!E->getType()->isAnyComplexType())
113 else if (E->getType()->isAnyComplexType())
126 !E->getType()->isAnyComplexType())
137 if (E->getType()->isAnyComplexType())
358 !E->getType()->isAnyComplexType()) {
653 if (!E->getType()->isAnyComplexType())
    [all...]
CGCall.cpp     [all...]
CGDeclCXX.cpp 46 } else if (type->isAnyComplexType()) {
CGExprAgg.cpp 615 } else if (type->isAnyComplexType()) {
    [all...]
CGExprScalar.cpp     [all...]
TargetInfo.cpp 260 !Ty->isAnyComplexType() && !Ty->isEnumeralType() &&
481 Ty->isAnyComplexType() || Ty->isEnumeralType() ||
555 if (!IsSmallStructInRegABI && !RetTy->isAnyComplexType())
    [all...]
CGClass.cpp 438 } else if (T->isAnyComplexType()) {
569 } else if (MemberInit->getInit()->getType()->isAnyComplexType()) {
    [all...]
CGException.cpp     [all...]
CGDecl.cpp     [all...]
CGExprCXX.cpp 758 else if (AllocType->isAnyComplexType())
    [all...]
CGExprConstant.cpp 744 if (ILE->getType()->isAnyComplexType() && ILE->getNumInits() == 2) {
    [all...]
CGStmt.cpp 771 } else if (RV->getType()->isAnyComplexType()) {
    [all...]
CGObjC.cpp 701 if (ivarType->isAnyComplexType()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 212 if (castTy->isFloatingType() || castTy->isAnyComplexType())
ExprEngineC.cpp 545 if (Ex->getType()->isAnyComplexType()) {
568 if (Ex->getType()->isAnyComplexType()) {
  /external/clang/lib/AST/
ExprConstant.cpp 205 } else if (E->getType()->isAnyComplexType()) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 263 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyComplexType)
Type.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 674 if (DeclType->isAnyComplexType() && SubobjectIsDesignatorContext) {
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 196 milliseconds