Home
last modified time | relevance | path

Searched defs:Methods (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/docs/source/
Dcontext.rst13 Methods subtitle
16 CSO State
39 Resource Binding State
58 Non-CSO State
80 Sampler Views
123 Shader Resources
140 Surfaces
157 Stream output targets
198 Clearing
225 Drawing
[all …]
Dscreen.rst301 Methods chapter
/external/clang/docs/
DObjectiveCLiterals.rst316 Array-Style Subscripting
371 Dictionary-Style Subscripting
/external/lzma/CPP/7zip/Common/
DMethodProps.h26 CObjectVector<CMethod> Methods; member
/external/clang/test/SemaObjC/
Darc-repeated-weak.mm293 @interface Test (Methods) category
296 @implementation Test (Methods) category
/external/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h32 CObjectVector<CMethodFull> Methods; member
/external/protobuf/python/google/protobuf/pyext/
Dextension_dict.cc286 static PyMethodDef Methods[] = { variable
Ddescriptor.cc209 static PyMethodDef Methods[] = { variable
Drepeated_scalar_container.cc763 static PyMethodDef Methods[] = { variable
Drepeated_composite_container.cc705 static PyMethodDef Methods[] = { variable
Dmessage.cc2134 static PyMethodDef Methods[] = { in CheckAndGetInteger() variable
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2334 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, bool instance) { in CollectMultipleMethodsInGlobalPool()
2361 SmallVector<ObjCMethodDecl *, 4> Methods; in AreMultipleMethodsInGlobalPool() local
2385 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local
2393 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, in DiagnoseMultipleMethodInGlobalPool()
2452 GlobalMethods &Methods = Pos->second; in LookupImplementedMethodInGlobalPool() local
2506 SmallVector<const ObjCMethodDecl *, 8> Methods; in SelectorsForTypoCorrection() local
DSemaDeclCXX.cpp6252 const llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in CheckMostOverridenMethods()
6314 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods()
DSemaOverload.cpp5743 SmallVector<ObjCMethodDecl*, 4> Methods; in SelectBestMethod() local
/external/clang/tools/libclang/
DCIndexHigh.cpp25 SmallVectorImpl<const Decl *> &Methods) { in getTopOverriddenMethods()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2863 ArrayRef<llvm::Constant*> Methods) { in EmitMethodDescList()
3099 ArrayRef<llvm::Constant*> Methods) { in EmitMetaClass()
3324 ArrayRef<llvm::Constant*> Methods) { in EmitMethodList()
5598 std::vector<llvm::Constant*> Methods; in BuildClassRoTInitializer() local
5934 std::vector<llvm::Constant*> Methods; in GenerateCategory() local
6032 ArrayRef<llvm::Constant*> Methods) { in EmitMethodList()
DCGObjCGNU.cpp1485 std::vector<llvm::Constant*> Methods; in GenerateMethodList() local
1577 llvm::Constant *Methods, in GenerateClassStructure()
1667 std::vector<llvm::Constant*> Methods; in GenerateProtocolMethodList() local
/external/clang/lib/AST/
DDeclObjC.cpp971 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse()
1033 SmallVectorImpl<const ObjCMethodDecl *> &Methods) { in CollectOverriddenMethods()
DVTableBuilder.cpp181 const OverridingMethods& Methods = I->second; in FinalOverriders() local
1106 OverriddenMethodsSetTy *Methods; member
/external/llvm/docs/
DProgrammersManual.rst2620 .. _derivedtypes:
/external/clang/lib/Serialization/
DASTWriter.cpp2897 data_type_ref Methods) { in EmitKeyDataLength()
2931 data_type_ref Methods, unsigned DataLen) { in EmitData()
DASTReader.cpp7264 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp6431 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer()
6809 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()