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 346 if (T->isRecordType() && !T->isUnionType())
SimpleSValBuilder.cpp 137 if (castTy->isUnionType())
    [all...]
RegionStore.cpp 240 if (TR->getValueType()->isUnionType())
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 644 CurrentObjectType->isUnionType()? 3 :
    [all...]
SemaExprCXX.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 192 if (T->isUnionType()) {
409 if (T->isUnionType()) {
    [all...]
slang_rs_object_ref_count.cpp 630 if (T->isUnionType()) {
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGExprAgg.cpp     [all...]
CGExprConstant.cpp 659 assert(E->getType()->isUnionType() &&
    [all...]
  /external/clang/lib/AST/
Type.cpp 404 bool Type::isUnionType() const {
    [all...]
ExprConstant.cpp     [all...]

Completed in 428 milliseconds