Searched refs:CondVar (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_guard_impl.h | 312 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 D | LibASTMatchersTutorial.rst | 511 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 D | SemaStmt.cpp | 2014 if (const Stmt *CondVar = S->getConditionVariableDeclStmt()) in VisitSwitchStmt() local 2015 Visit(CondVar); in VisitSwitchStmt()
|