Searched refs:cond (Results 276 - 290 of 290) sorted by relevance

<<1112

/external/llvm/lib/Support/
H A DAPInt.cpp2232 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1]
/external/v8/src/
H A Dhydrogen.cc2189 Expression* cond = TestContext::cast(owner->ast_context())->condition(); local
2192 test_context_ = new TestContext(owner, cond, if_true, if_false);
3188 if (body_exit != NULL && !stmt->cond()->ToBooleanIsTrue()) {
3194 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_exit, loop_successor));
3229 if (!stmt->cond()->ToBooleanIsTrue()) {
3232 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_entry, loop_successor));
3274 if (stmt->cond() != NULL) {
3277 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_entry, loop_successor));
/external/openssl/crypto/modes/asm/
H A Dghash-ia64.pl403 (p6) br.cond.dptk.many .LOOP };;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1061 (** [const_select cond t f] returns the constant conditional which returns value
1062 [t] if the boolean constant [cond] is true and the value [f] otherwise.
1739 (** [build_cond_br cond tbb fbb b] creates a
1740 [br %cond, %tbb, %fbb]
2266 (** [build_select cond thenv elsev name b] creates a
2267 [%name = select %cond, %thenv, %elsev]
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js4258 var cond = /\s/.test(className) ? $w(className).map(iter).join('') : iter(className);
4259 return cond ? document._getElementsByXPath('.//*' + cond, element) : [];
H A Dconcat-jquery-mootools-prototype.js12637 var cond = /\s/.test(className) ? $w(className).map(iter).join('') : iter(className);
12638 return cond ? document._getElementsByXPath('.//*' + cond, element) : [];
/external/clang/lib/Sema/
H A DSemaInit.cpp3878 } else if (ConditionalOperator *cond = dyn_cast<ConditionalOperator>(e)) {
3879 if (InvalidICRKind iik = isInvalidICRSource(C, cond->getLHS(), isAddressOf))
3882 return isInvalidICRSource(C, cond->getRHS(), isAddressOf);
H A DSemaChecking.cpp5243 const ConditionalOperator *cond = cast<ConditionalOperator>(expr); local
5244 if (const Expr *lhs = cond->getLHS())
5246 if (const Expr *rhs = cond->getRHS())
/external/chromium/testing/gmock/test/
H A Dgmock-spec-builders_test.cc1855 MOCK_METHOD6(VoidMethod, void(bool cond, int n, string s, void* p,
/external/v8/src/x64/
H A Dcode-stubs-x64.cc5595 Condition cond = masm->CheckEitherSmi(left, right, tmp1); local
5596 __ j(cond, &miss, Label::kNear);
5640 Condition cond = masm->CheckEitherSmi(left, right, tmp1); local
5641 __ j(cond, &miss);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/clang/include/clang/Sema/
H A DSema.h6677 ExprResult &cond, ExprResult &lhs, ExprResult &rhs,
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 381 milliseconds

<<1112