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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 54 if (!ToPointeeTy->isStructureOrClassType())
CallAndMessageChecker.cpp 685 if (CanRetTy->isStructureOrClassType()) {
IteratorModeling.cpp 391 const bool IsIterFirst = FirstType->isStructureOrClassType();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedPointee.cpp 179 if (PointeeT->isStructureOrClassType()) {
UninitializedObjectChecker.cpp 311 if (T->isStructureOrClassType()) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 1462 if (RTy->isStructureOrClassType())
2135 if (Ty->isStructureOrClassType())
2171 else if (T->isStructureOrClassType() || T->isArrayType()) {
2230 if (ElementTy->isStructureOrClassType())
2279 else if (ElemType->isStructureOrClassType())
2334 assert(T->isStructureOrClassType());
2400 assert(BTy->isStructureOrClassType() && "Base classes must be classes!");
2430 else if (FTy->isStructureOrClassType())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 295 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureOrClassType)
Type.h 2037 bool isStructureOrClassType() const;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 3919 if (IsRegCall && it->type->isStructureOrClassType())
7357 if (RT && RT->isStructureOrClassType()) {
7823 if (!RT || !RT->isStructureOrClassType()) {
7930 if (RT && RT->isStructureOrClassType()) {
10775 if (IsFixed && FLen && Ty->isStructureOrClassType()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 2002 if (VD->getType()->isStructureOrClassType())
SemaOpenMP.cpp 5681 !(FieldTy->isStructureOrClassType() || FieldTy->isUnionType()))
18856 if (!Type->isStructureOrClassType() && !Type->isUnionType() &&
19546 if (!MapperType->isStructureOrClassType() && !MapperType->isUnionType()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 581 bool Type::isStructureOrClassType() const {

Completed in 55 milliseconds