HomeSort by relevance Sort by last modified time
    Searched full:isstruct (Results 1 - 25 of 54) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/cmd/vet/
composite.go 56 isStruct, typeString := f.pkg.isStruct(c)
57 if !isStruct {
61 if typeString == "" { // isStruct doesn't know
types.go 88 // isStruct reports whether the composite literal c is a struct.
90 func (pkg *Package) isStruct(c *ast.CompositeLit) (bool, string) {
  /prebuilts/go/linux-x86/src/cmd/vet/
composite.go 56 isStruct, typeString := f.pkg.isStruct(c)
57 if !isStruct {
61 if typeString == "" { // isStruct doesn't know
types.go 88 // isStruct reports whether the composite literal c is a struct.
90 func (pkg *Package) isStruct(c *ast.CompositeLit) (bool, string) {
  /external/webrtc/tools/matlab/
parseLog.m 28 if ~isstruct(table)
  /external/skia/src/animator/
SkDisplayType.h 186 static bool IsStruct(SkAnimateMaker* , SkDisplayTypes );
SkMemberInfo.cpp 334 // if (SkDisplayType::IsStruct(type) == false)
445 } else if (SkDisplayType::IsStruct(nullptr /* !!! maker*/, type)) {
SkDisplayType.cpp 685 bool SkDisplayType::IsStruct(SkAnimateMaker* , SkDisplayTypes type) {
  /external/clang/include/clang/AST/
APValue.h 189 bool isStruct() const { return Kind == Struct; }
300 assert(isStruct() && "Invalid accessor");
304 assert(isStruct() && "Invalid accessor");
308 assert(isStruct() && "Invalid accessor");
312 assert(isStruct() && "Invalid accessor");
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.h 109 int isstruct; member in struct:coff_type::__anon73888::__anon73890
  /external/valgrind/coregrind/m_debuginfo/
priv_tytypes.h 95 Bool isStruct;
122 Bool isStruct;
tytypes.c 157 te->Te.TyStOrUn.isStruct ? 'S' : 'U',
272 ent->Te.TyStOrUn.isStruct ? "struct" : "union",
499 r = Bool__cmp(te1->Te.Field.isStruct, te2->Te.Field.isStruct);
543 r = Bool__cmp(te1->Te.TyStOrUn.isStruct, te2->Te.TyStOrUn.isStruct);
784 if (!ty->Te.TyStOrUn.isStruct) goto done;
  /external/deqp/framework/randomshaders/
rsgVariableValue.cpp 37 if (a.getType().isStruct())
205 if (a.getType().isStruct())
rsgVariableType.hpp 158 bool isStruct (void) const { return m_baseType == TYPE_STRUCT; }
rsgVariableType.cpp 115 DE_ASSERT(isStruct());
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java 176 public boolean isStruct()
420 throw new XMPException("IsStruct and IsArray options are mutually exclusive",
  /prebuilts/go/darwin-x86/src/go/doc/
reader.go 126 isStruct bool // true if this type is a struct
306 func fields(typ ast.Expr) (list []*ast.Field, isStruct bool) {
311 isStruct = true
347 list, typ.isStruct = fields(spec.Type)
619 if t.isStruct {
  /prebuilts/go/linux-x86/src/go/doc/
reader.go 126 isStruct bool // true if this type is a struct
306 func fields(typ ast.Expr) (list []*ast.Field, isStruct bool) {
311 isStruct = true
347 list, typ.isStruct = fields(spec.Type)
619 if t.isStruct {
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 297 REGISTER_MATCHER(isStruct);
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 234 if (RD->isStruct() || RD->isClass())
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 150 if (!parent.getOptions().isSchemaNode() && !parent.getOptions().isStruct())
613 if (!currItem.getOptions().isStruct())
ParseRDF.java 1061 if (isTopLevel || !xmpParent.getOptions().isStruct())
    [all...]
XMPUtilsImpl.java 642 if (sourceForm.isStruct())
772 else if (leftForm.isStruct())
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go 388 func (p *printer) fieldList(fields *ast.FieldList, isStruct, isIncomplete bool) {
401 } else if isStruct && p.isOneLineFieldList(list) { // for now ignore interfaces
428 if isStruct {
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go 388 func (p *printer) fieldList(fields *ast.FieldList, isStruct, isIncomplete bool) {
401 } else if isStruct && p.isOneLineFieldList(list) { // for now ignore interfaces
428 if isStruct {
    [all...]

Completed in 302 milliseconds

1 2 3