Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 25 of 159) sorted by relevance

1234567

/external/clang/test/Parser/
Dnamelookup-bug-2.c4 typedef int Object; typedef
6 struct Object {int i1; } *P; argument
9 struct Object { int i2; } *X; in foo() struct
Dnamelookup-bug-1.c4 typedef int Object; typedef
/external/vulkan-validation-layers/demos/smoke/
DSimulation.h87 struct Object { struct
100 const std::vector<Object> &objects() const { return objects_; } in objects() argument
/external/llvm/lib/Object/
DFunctionIndexObjectFile.cpp26 MemoryBufferRef Object, std::unique_ptr<FunctionInfoIndex> I) in FunctionIndexObjectFile()
53 FunctionIndexObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
75 MemoryBufferRef Object, DiagnosticHandlerFunction DiagnosticHandler) { in hasFunctionSummaryInMemBuffer()
87 FunctionIndexObjectFile::create(MemoryBufferRef Object, in create()
111 MemoryBufferRef Object, DiagnosticHandlerFunction DiagnosticHandler, in findFunctionSummaryInMemBuffer()
DELFYAML.cpp250 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in bitset() local
348 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in enumeration() local
405 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in bitset() local
458 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in bitset() local
487 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in enumeration() local
773 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in mapping() local
793 void MappingTraits<ELFYAML::Object>::mapping(IO &IO, ELFYAML::Object &Object) { in mapping()
DIRObjectFile.cpp38 IRObjectFile::IRObjectFile(MemoryBufferRef Object, std::unique_ptr<Module> Mod) in IRObjectFile()
282 ErrorOr<MemoryBufferRef> IRObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
302 llvm::object::IRObjectFile::create(MemoryBufferRef Object, in create()
/external/llvm/include/llvm/Object/
DCOFFYAML.h83 struct Object { struct
88 Object(); argument
DELFYAML.h166 struct Object { struct
167 FileHeader Header;
168 std::vector<std::unique_ptr<Section>> Sections;
173 LocalGlobalWeakSymbols Symbols;
/external/libchrome/dbus/
Dobject_manager.h337 struct Object { struct
341 ObjectProxy* object_proxy; argument
349 // Maps the object path of an object to the Object structure. argument
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp19 struct Object { struct
20 int Num;
21 Object *Other;
/external/clang/test/CodeGenCXX/
D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/external/clang/test/SemaObjC/
Dwarn-selector-selection.m3 @interface Object interface
8 - (void)setWindow:(Object *)wdw;
Dclass-method-lookup.m28 @interface Object @end interface
31 - (void)setWindow:(Object *)wdw;
Dwarn-strict-selector-match.m13 @interface Object @end interface
16 - (void)setWindow:(Object *)wdw; // expected-note 2 {{using}}
48 + (NTGridDataObject*)dataObject:(id<MyObject, MyCoding>)data; argument
Didiomatic-parentheses.m6 @interface Object interface
18 @implementation Object implementation
Dcomptypes-6.m6 @interface Object @end interface
/external/guava/guava-gwt/src/com/google/common/collect/
DSparseImmutableTable_CustomFieldSerializer.java38 SerializationStreamWriter writer, SparseImmutableTable<Object, Object, Object> table) in serialize()
DDenseImmutableTable_CustomFieldSerializer.java38 SerializationStreamWriter writer, DenseImmutableTable<Object, Object, Object> table) in serialize()
DImmutableTable_CustomFieldSerializerBase.java44 SerializationStreamWriter writer, ImmutableTable<Object, Object, Object> table) in serialize()
DMultimap_CustomFieldSerializerBase.java39 ImmutableMultimap.Builder<Object, Object> builder) in instantiate()
53 public static Multimap<Object, Object> populate( in populate()
/external/giflib/
Dgifalloc.c42 ColorMapObject *Object; in GifMakeMapObject() local
77 GifFreeMapObject(ColorMapObject *Object) in GifFreeMapObject()
87 DumpColorMap(ColorMapObject *Object, in DumpColorMap()
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
DPrecompiledTemplateLoader.java47 Map<Object, String> templateToClassNameMap, FunctionExecutor globalFunctionExecutor, in PrecompiledTemplateLoader()
54 private Map<Object, BaseCompiledTemplate> makeTemplateMap( in makeTemplateMap()
/external/clang/test/CodeGenObjC/
Dundefined-protocol.m9 @implementation Object @end implementation
/external/deqp/framework/delibs/decpp/
DdeUniquePtr.cpp34 class Object class
37 Object (bool& exists) in Object() function in de::__anon33af7e2b0111::Object
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash.cc29 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfoFromObject(void *Object) { in getDynamicTypeInfoFromObject()

1234567