Searched defs:Dynamic (Results 1 - 4 of 4) sorted by path

/external/clang/include/clang/AST/
H A DDeclObjC.h2359 Dynamic enumerator in enum:clang::ObjCPropertyImplDecl::Kind
2394 assert (PK == Dynamic || PropertyIvarDecl);
2418 return PropertyIvarDecl ? Synthesize : Dynamic;
/external/clang/lib/AST/
H A DASTContext.cpp5008 bool Dynamic = false; local
5013 if (PropertyImpDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
5014 Dynamic = true;
5046 if (Dynamic)
/external/eigen/Eigen/src/Core/util/
H A DConstants.h19 * Changing the value of Dynamic breaks the ABI, as Dynamic is often used as a template parameter for Matrix.
21 const int Dynamic = -1; member in namespace:Eigen
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex235 directives. See Section ``Dynamic unwind directives'' for a
270 \section{Dynamic unwind directives}

Completed in 490 milliseconds