Searched defs:Bind (Results 101 - 115 of 115) sorted by path

12345

/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h199 class Bind { class in namespace:clang::ento::check
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp88 ASTMatchFinder::BindKind Bind)
95 Bind(Bind),
242 // returns, i.e. if no match is found or 'Bind' is 'BK_All'.
248 if (Bind != ASTMatchFinder::BK_All) {
286 const ASTMatchFinder::BindKind Bind; member in class:clang::ast_matchers::internal::__anon17765::MatchChildASTVisitor
373 TraversalKind Traversal, BindKind Bind) {
377 Bind);
394 MaxDepth, Traversal, Bind);
404 TraversalKind Traversal, BindKind Bind) {
83 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, int MaxDepth, ASTMatchFinder::TraversalKind Traversal, ASTMatchFinder::BindKind Bind) argument
370 memoizedMatchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
401 matchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4981 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); local
4984 ExprEvalContexts.back().DelayedDecltypeBinds.push_back(Bind);
4986 return Bind;
5109 CXXBindTemporaryExpr *Bind = local
5111 if (Bind == TopBind)
5114 CXXTemporary *Temp = Bind->getTemporary();
5117 Bind->getType()->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
5121 MarkFunctionReferenced(Bind->getExprLoc(), Destructor);
5122 CheckDestructorAccess(Bind->getExprLoc(), Destructor,
5124 << Bind
[all...]
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp13 template < typename T > struct Bind struct in struct:TemplateSel
41 typename TestSel::template Bind < Type >::type TestClass;
H A Dvisibility.cpp642 void Bind(const P1& p1) { function in namespace:PR12001
648 Bind(Version());
/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp89 Callback Bind() { function in namespace:PR11931
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp473 void bindAttributes (TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Bind>& binds)
475 for (vector<Bind>::const_iterator iter = binds.begin(); iter != binds.end(); ++iter)
477 log << TestLog::Message << "Bind attribute: '" << iter->getAttributeName() << "' to " << iter->getLocation() << TestLog::EndMessage;
680 Bind::Bind (const std::string& attribute, deUint32 location) function in class:deqp::gls::AttributeLocationTestUtil::Bind
689 const vector<Bind>& preAttachBind,
690 const vector<Bind>& preLinkBind,
691 const vector<Bind>& postLinkBind,
817 const vector<Bind> noBindings;
820 vector<Bind> binding
[all...]
H A DglsAttributeLocationTests.hpp116 class Bind class in namespace:deqp::gls::AttributeLocationTestUtil
119 Bind (const std::string& attribute, deUint32 location);
150 // Bind maximum number of attributes
/external/gtest/include/gtest/internal/
H A Dgtest-type-util.h1626 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1635 struct Bind { struct in struct:testing::internal::TemplateSel
1641 TmplSel::template Bind<T>::type
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h5318 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
5327 struct Bind { struct in struct:testing::internal::TemplateSel
5333 TmplSel::template Bind<T>::type
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h1627 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1636 struct Bind { struct in struct:testing::internal::TemplateSel
1642 TmplSel::template Bind<T>::type
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h1627 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1636 struct Bind { struct in struct:testing::internal::TemplateSel
1642 TmplSel::template Bind<T>::type
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-type-util.h1618 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1627 struct Bind { struct in struct:testing::internal::TemplateSel
1633 TmplSel::template Bind<T>::type
/external/smack/src/org/jivesoftware/smack/packet/
H A DBind.java25 * There are two ways to bind a resource. One is simply sending an empty Bind packet where the
34 public class Bind extends IQ { class in inherits:IQ
39 public Bind() { method in class:Bind
/external/vixl/src/a64/
H A Dmacro-assembler-a64.h407 void Bind(Label* label) { function in class:vixl::MacroAssembler

Completed in 753 milliseconds

12345