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

  /frameworks/compile/slang/
slang_rs_export_type.cpp 198 } else if (!T->isStructureType()) {
414 } else if (T->isStructureType()) {
633 if (T->isStructureType()) {
941 if (FT->isStructureType()) {
    [all...]
slang_rs_object_ref_count.cpp 647 if (!T->isStructureType()) {
738 } else if (FT->isStructureType() && CountRSObjectTypes(C, FT, Loc)) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 278 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 355 bool Type::isStructureType() const {
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 617 RT->isStructureType()) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]

Completed in 82 milliseconds