Home
last modified time | relevance | path

Searched refs:CondVar (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_guard_impl.h312 template <class Mutex, class CondVar, Mutex& global_mutex, CondVar& global_cond,
620 template <class Mutex, class CondVar, Mutex& global_mutex, CondVar& global_cond,
622 using GlobalMutexGuard = GuardObject<InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond,…
/openbsd-src/gnu/llvm/clang/docs/
H A DLibASTMatchersTutorial.rst511 const VarDecl *CondVar = Result.Nodes.getNodeAs<VarDecl>("condVarName");
514 if (!areSameVariable(IncVar, CondVar) || !areSameVariable(IncVar, InitVar))
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp2014 if (const Stmt *CondVar = S->getConditionVariableDeclStmt()) in VisitSwitchStmt() local
2015 Visit(CondVar); in VisitSwitchStmt()