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 196 } else if (!T->isStructureType()) {
412 } else if (T->isStructureType()) {
633 if (T->isStructureType()) {
    [all...]
slang_rs_object_ref_count.cpp 646 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 382 bool Type::isStructureType() const {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 626 RT->isStructureType()) {
    [all...]

Completed in 620 milliseconds