HomeSort by relevance Sort by last modified time
    Searched refs:iftrue (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
standard_policies.hpp 95 typedef hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
123 typedef linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
standard_policies.hpp 95 typedef hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
123 typedef linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /external/llvm/bindings/go/llvm/
executionengine_test.go 34 iftrue := AddBasicBlock(fac, "iftrue")
43 builder.CreateCondBr(If, iftrue, iffalse)
45 builder.SetInsertPointAtEnd(iftrue)
59 phi_blocks := []BasicBlock{iftrue, iffalse}
ir.go     [all...]
  /external/turbine/java/com/google/turbine/tree/
Tree.java 467 private final Expression iftrue; field in class:Tree.Conditional
470 public Conditional(int position, Expression cond, Expression iftrue, Expression iffalse) {
473 this.iftrue = iftrue;
491 public Expression iftrue() { method in class:Tree.Conditional
492 return iftrue;
Pretty.java 209 conditional.iftrue().accept(this, null);
  /frameworks/data-binding/compilerCommon/
BindingExpression.g4 86 | <assoc=right>left=expression op='?' iftrue=expression ':' iffalse=expression # TernaryOp
  /external/valgrind/VEX/priv/
ir_opt.c 369 flatten_Expr(bb, ex->Iex.ITE.iftrue),
    [all...]
ir_defs.c     [all...]
host_mips_isel.c     [all...]
host_x86_isel.c     [all...]
host_arm64_isel.c     [all...]
host_amd64_isel.c     [all...]
host_s390_isel.c     [all...]
host_arm_isel.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c 5431 IRAtom *cond, *iffalse, *iftrue; local
7050 IRAtom* iftrue local
7335 IRAtom *cond, *iffalse, *iftrue; local
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
ExpressionVisitor.java 296 return mModel.ternary(ctx.left.accept(this), ctx.iftrue.accept(this),
  /frameworks/data-binding/compiler/src/test/java/android/databinding/
BindingExpressionParserTest.java 213 ((PrimaryContext) expression.iftrue).literal().javaLiteral().getText());
  /external/valgrind/VEX/pub/
libvex_ir.h 2164 IRExpr* iftrue; \/* True expression *\/ member in struct:_IRExpr::__anon42081::__anon42093
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
BindingExpressionParser.java 790 public ExpressionContext iftrue; field in class:BindingExpressionParser.TernaryOpContext
    [all...]
  /external/turbine/java/com/google/turbine/binder/
ConstEvaluator.java 339 return condition.asBoolean().value() ? evalValue(t.iftrue()) : evalValue(t.iffalse());
  /external/v8/src/compiler/
wasm-compiler.cc 242 // Add a trap if {cond} is true or false according to {iftrue}.
243 void BuildTrapIf(wasm::TrapReason reason, Node* cond, bool iftrue,
248 BranchHint hint = iftrue ? BranchHint::kFalse : BranchHint::kTrue;
250 Node* if_true = graph()->NewNode(common()->IfTrue(), branch);
253 *control_ptr = iftrue ? if_true : if_false;
255 *control_ptr = iftrue ? if_false : if_true;
    [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/
compilerCommon-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1.jar 

Completed in 297 milliseconds

1 2 3 4 5 6