Home
last modified time | relevance | path

Searched refs:object_type (Results 1 – 7 of 7) sorted by relevance

/external/clang/tools/clang-format/
Dgit-clang-format199 object_type = get_object_type(commit)
200 if object_type not in ('commit', 'tag'):
201 if object_type is None:
204 die("'%s' is a %s, but a commit was expected" % (commit, object_type))
224 object_type = get_object_type(value)
225 if object_type is None:
227 if object_type in ('commit', 'tag'):
230 (value, object_type))
/external/libdrm/
Dxf86drmMode.h468 uint32_t object_type);
471 uint32_t object_type, uint32_t property_id,
Dxf86drmMode.c1053 uint32_t object_type) in drmModeObjectGetProperties() argument
1062 properties.obj_type = object_type; in drmModeObjectGetProperties()
1121 int drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type, in drmModeObjectSetProperty() argument
1129 prop.obj_type = object_type; in drmModeObjectSetProperty()
/external/bison/tests/
Dexisting.at1821 ordinal object_type
1822 | optional_ordinal_last object_type
1825 object_type:
1855 | ORDINAL LAST object_type relative_path
1856 | LAST object_type relative_path
1857 | ORDINAL object_type relative_path
1954 …-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type relative_path
2813 + 158 nth_primitive: . ordinal object_type
2814 + 159 | . optional_ordinal_last object_type
2980 + 158 nth_primitive: . ordinal object_type
[all …]
Dtestsuite136463 input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type
137477 input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type
/external/v8/src/arm64/
Dcode-stubs-arm64.cc1557 Register object_type = x14; in Generate() local
1567 function, scratch1, object_type, JS_FUNCTION_TYPE, &slow); in Generate()
1572 __ Cmp(object_type, Operand(isolate()->factory()->null_value())); in Generate()
2875 Register object_type = x10; in Generate() local
2876 __ JumpIfNotObjectType(function, object_type, object_type, JS_FUNCTION_TYPE, in Generate()
2917 __ Cmp(object_type, JS_FUNCTION_PROXY_TYPE); in Generate()
/external/lldb/source/Symbol/
DClangASTType.cpp1019 const ObjCObjectType *object_type = dyn_cast<ObjCObjectType>(qual_type); in GetObjCClassName() local
1020 if (object_type) in GetObjCClassName()
1022 const ObjCInterfaceDecl *interface = object_type->getInterface(); in GetObjCClassName()
5312 const ObjCObjectType *object_type = dyn_cast<ObjCObjectType>(t); in StartTagDeclarationDefinition() local
5313 if (object_type) in StartTagDeclarationDefinition()
5315 ObjCInterfaceDecl *interface_decl = object_type->getInterface(); in StartTagDeclarationDefinition()