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 197 } else if (!T->isStructureType()) {
408 } else if (T->isStructureType()) {
566 if (T->isStructureType()) {
874 if (FT->isStructureType()) {
    [all...]
slang_rs_object_ref_count.cpp 645 if (!T->isStructureType()) {
736 } 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 333 bool Type::isStructureType() const {
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 529 RT->isStructureType()) {
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 2339 milliseconds