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

  /external/clang/include/clang/AST/
CanonicalType.h 281 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 361 bool Type::isComplexIntegerType() const {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 644 assert(IntTy->isComplexIntegerType());
775 assert(IntTy->isComplexIntegerType());
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 433 if (Ty->isComplexIntegerType())
    [all...]

Completed in 218 milliseconds