HomeSort by: relevance | last modified time | path
    Searched refs:isComplexIntegerType (Results 1 - 8 of 8) 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 297 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
Type.h 1968 /// isComplexIntegerType() can be used to test for complex integers.
1993 /// isComplexIntegerType() can be used to test for complex integers.
2039 bool isComplexIntegerType() const; // GCC _Complex integer type.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 2799 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType())
SemaExpr.cpp 1042 assert(IntTy->isComplexIntegerType());
1120 assert(IntTy->isComplexIntegerType());
1556 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType())
14734 if (resultType->isComplexType() || resultType->isComplexIntegerType())
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 607 bool Type::isComplexIntegerType() const {
ExprConstant.cpp 13328 if (E->getSubExpr()->getType()->isComplexIntegerType()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 932 if (Ty->isComplexIntegerType())

Completed in 74 milliseconds