HomeSort by: relevance | last modified time | path
    Searched refs:isComplexType (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SMTConstraintManager.h 257 if (Ty->isComplexType() || Ty->isComplexIntegerType())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 279 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
Type.h 1992 /// isComplexType() does *not* include complex integers (a GCC extension).
1994 bool isComplexType() const; // C99 6.2.5p11 (complex)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 2797 if (SrcType->isComplexType() && DestType->isComplexType())
SemaDeclAttr.cpp 4230 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() &&
4237 if (!OldElemTy->isComplexType())
SemaExpr.cpp 1034 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true;
1546 if (LHSType->isComplexType() || RHSType->isComplexType())
14734 if (resultType->isComplexType() || resultType->isComplexIntegerType())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 7817 if (Ty->isComplexType())
10517 if (RetTy->isComplexType() && FLen) {
10759 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() &&
10767 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 601 bool Type::isComplexType() const {
ASTContext.cpp 6251 if (Domain->isComplexType()) {
ExprConstant.cpp 14278 if (E->getType()->isComplexType()) {

Completed in 263 milliseconds