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

  /external/clang/include/clang/AST/
CanonicalType.h 281 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnionType)
Type.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 364 if (T->isRecordType() && !T->isUnionType())
SimpleSValBuilder.cpp 131 if (castTy->isUnionType())
    [all...]
RegionStore.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 644 CurrentObjectType->isUnionType()? 3 :
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 659 assert(E->getType()->isUnionType() &&
833 if (ILE->getType()->isUnionType())
    [all...]
CGExprAgg.cpp     [all...]
CGObjCMac.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 194 if (T->isUnionType()) {
411 if (T->isUnionType()) {
    [all...]
slang_rs_object_ref_count.cpp 631 if (T->isUnionType()) {
    [all...]
  /external/clang/lib/AST/
Type.cpp 377 bool Type::isUnionType() const {
    [all...]
ExprConstant.cpp     [all...]

Completed in 238 milliseconds