Searched defs:cond (Results 1 - 25 of 211) sorted by relevance

123456789

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/
H A Dcondition_variable.cpp80 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) argument
88 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release());
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
H A Dcondition_variable.cpp80 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) argument
88 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release());
/prebuilts/ndk/current/sources/android/native_app_glue/
H A Dandroid_native_app_glue.h168 pthread_cond_t cond; member in struct:android_app
/prebuilts/ndk/r16/sources/android/native_app_glue/
H A Dandroid_native_app_glue.h168 pthread_cond_t cond; member in struct:android_app
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/
H A DChecker.h446 const SVal &cond,
448 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption);
444 _evalAssume(void *checker, ProgramStateRef state, const SVal &cond, bool assumption) argument
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp1617 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermNodePair nodePair, const TSourceLoc& loc, TSelectionControl control) argument
1624 TIntermSelection* node = new TIntermSelection(cond, nodePair.node1, nodePair.node2);
1661 // as separate parameters. For vector 'cond', the true and false
1669 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc& loc, TSelectionControl control) argument
1674 return addSelection(cond, pair, loc, control);
1692 if (!cond->getType().isScalarOrVec1()) {
1694 cond->getType().getVectorSize());
1707 mix = growAggregate(mix, cond);
1724 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
1725 if (cond
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp1617 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermNodePair nodePair, const TSourceLoc& loc, TSelectionControl control) argument
1624 TIntermSelection* node = new TIntermSelection(cond, nodePair.node1, nodePair.node2);
1661 // as separate parameters. For vector 'cond', the true and false
1669 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc& loc, TSelectionControl control) argument
1674 return addSelection(cond, pair, loc, control);
1692 if (!cond->getType().isScalarOrVec1()) {
1694 cond->getType().getVectorSize());
1707 mix = growAggregate(mix, cond);
1724 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
1725 if (cond
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dgimple.h500 enum tree_code cond; variable in typeref:enum:tree_code
4577 gimple_omp_for_set_cond (gimple gs, size_t i, enum tree_code cond)
4580 gcc_gimple_checking_assert (TREE_CODE_CLASS (cond) == tcc_comparison
4582 gs->gimple_omp_for.iter[i].cond = cond;
4593 return gs->gimple_omp_for.iter[i].cond;
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2017 Builder::If::If(Id cond, unsigned int ctrl, Builder& gb) : argument
2019 condition(cond),
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2017 Builder::If::If(Id cond, unsigned int ctrl, Builder& gb) : argument
2019 condition(cond),
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DStmt.h914 bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond,
994 SwitchStmt(const ASTContext &C, Stmt *Init, VarDecl *Var, Expr *cond);
1078 WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
1136 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, argument
1139 SubExprs[COND] = reinterpret_cast<Stmt*>(cond);
1175 /// ForStmt - This represents a 'for (init;cond;inc)' stmt. Note that any of
1176 /// the init/cond/inc parts of the ForStmt will be null if they were not
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DStmt.h914 bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond,
994 SwitchStmt(const ASTContext &C, Stmt *Init, VarDecl *Var, Expr *cond);
1078 WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
1136 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, argument
1139 SubExprs[COND] = reinterpret_cast<Stmt*>(cond);
1175 /// ForStmt - This represents a 'for (init;cond;inc)' stmt. Note that any of
1176 /// the init/cond/inc parts of the ForStmt will be null if they were not

Completed in 943 milliseconds

123456789