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 196 assert(E->getType()->isAnyComplexType() && "Expected complex type!");
202 assert(E->getType()->isAnyComplexType() && "Expected complex type!");
610 assert(OpInfo.Ty->isAnyComplexType());
786 assert(E && E->getType()->isAnyComplexType() &&
798 assert(E && E->getType()->isAnyComplexType() &&
CGExpr.cpp 91 if (!E->getType()->isAnyComplexType())
115 else if (E->getType()->isAnyComplexType())
128 !E->getType()->isAnyComplexType())
140 if (E->getType()->isAnyComplexType()) {
361 !E->getType()->isAnyComplexType()) {
654 if (!E->getType()->isAnyComplexType())
    [all...]
CGCall.cpp     [all...]
CGDeclCXX.cpp 46 } else if (type->isAnyComplexType()) {
CGExprAgg.cpp 854 } else if (type->isAnyComplexType())
    [all...]
CGExprScalar.cpp     [all...]
TargetInfo.cpp 270 !Ty->isAnyComplexType() && !Ty->isEnumeralType() &&
511 Ty->isAnyComplexType() || Ty->isEnumeralType() ||
594 if (!IsSmallStructInRegABI && !RetTy->isAnyComplexType())
    [all...]
CGClass.cpp 444 } else if (T->isAnyComplexType()) {
617 } else if (FieldType->isAnyComplexType()) {
    [all...]
CGException.cpp     [all...]
CGDecl.cpp     [all...]
CGExprCXX.cpp 776 else if (AllocType->isAnyComplexType())
    [all...]
CGStmt.cpp 772 } else if (RV->getType()->isAnyComplexType()) {
    [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 621 if (Ex->getType()->isAnyComplexType()) {
638 if (Ex->getType()->isAnyComplexType()) {
  /external/clang/lib/AST/
ExprConstant.cpp 108 } else if (Type->isAnyComplexType()) {
    [all...]
Type.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyComplexType)
Type.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 679 if (DeclType->isAnyComplexType() && SubobjectIsDesignatorContext) {
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 145 milliseconds