/external/grpc-grpc/src/compiler/ |
D | objective_c_generator_helpers.h | 57 inline ::grpc::string PreprocIf(const ::grpc::string& symbol, in PreprocIf() 63 inline ::grpc::string PreprocIfNot(const ::grpc::string& symbol, in PreprocIfNot() 69 inline ::grpc::string PreprocIfElse(const ::grpc::string& symbol, in PreprocIfElse() 76 inline ::grpc::string PreprocIfNotElse(const ::grpc::string& symbol, in PreprocIfNotElse()
|
/external/v8/src/compiler/ |
D | diamond.h | 21 Node* if_true; member
|
D | control-flow-optimizer.cc | 85 Node* if_true; in TryBuildSwitch() local
|
D | common-operator-reducer.cc | 187 Node* if_true = node->InputAt(0); in ReduceMerge() local 245 Node* if_true = merge_inputs[0]; in ReducePhi() local
|
D | js-call-reducer.cc | 861 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceReflectGet() local 937 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceReflectHas() local 1097 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArrayForEach() local 1358 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArrayReduce() local 1572 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArrayMap() local 1805 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArrayFilter() local 2170 Node* if_true = graph()->NewNode(common()->IfTrue(), boolean_branch); in DoFilterPostCallbackWork() local 2380 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArrayEvery() local 2736 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArraySome() local 4037 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceStringPrototypeSubstring() local [all …]
|
D | js-native-context-specialization.cc | 879 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceNamedAccess() local 2342 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local 2400 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local 2517 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local 2662 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local 2721 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildIndexedStringLoad() local
|
D | graph-assembler.cc | 227 void GraphAssembler::Branch(Node* condition, GraphAssemblerLabel<0u>* if_true, in Branch()
|
D | js-intrinsic-lowering.cc | 202 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsInstanceType() local
|
D | js-typed-lowering.cc | 1118 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSToObject() local 1833 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSForInNext() local 1935 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSForInPrepare() local
|
D | js-generic-lowering.cc | 791 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in LowerJSStackCheck() local
|
D | wasm-compiler.cc | 4092 Node* if_true = graph()->NewNode(common->IfTrue(), branch); in BuildChangeInt32ToTagged() local
|
/external/protobuf/src/google/protobuf/stubs/ |
D | template_util_unittest.cc | 64 typedef if_<true, true_type, false_type>::type if_true; in TEST() typedef
|
/external/v8/src/ |
D | code-stub-assembler.h | 731 void BranchIfSmiEqual(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiEqual() 736 void BranchIfSmiLessThan(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiLessThan() 741 void BranchIfSmiLessThanOrEqual(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiLessThanOrEqual() 746 void BranchIfFloat64IsNaN(Node* value, Label* if_true, Label* if_false) { in BranchIfFloat64IsNaN() 758 void BranchIfNotFastJSArray(Node* object, Node* context, Label* if_true, in BranchIfNotFastJSArray() 2651 void BranchIfNumberLessThan(Node* left, Node* right, Label* if_true, in BranchIfNumberLessThan() 2657 void BranchIfNumberLessThanOrEqual(Node* left, Node* right, Label* if_true, in BranchIfNumberLessThanOrEqual() 2663 void BranchIfNumberGreaterThan(Node* left, Node* right, Label* if_true, in BranchIfNumberGreaterThan() 2669 void BranchIfNumberGreaterThanOrEqual(Node* left, Node* right, Label* if_true, in BranchIfNumberGreaterThanOrEqual()
|
D | code-stub-assembler.cc | 1041 void CodeStubAssembler::BranchIfJSReceiver(Node* object, Label* if_true, in BranchIfJSReceiver() 1050 Label if_true(this), if_false(this, Label::kDeferred), exit(this); in IsFastJSArray() local 1093 Label* if_true, Label* if_false, in BranchIfFastJSArray() 1119 Label* if_true, in BranchIfFastJSArrayForCopy() 1125 void CodeStubAssembler::GotoIfForceSlowPath(Label* if_true) { in GotoIfForceSlowPath() 1330 void CodeStubAssembler::BranchIfToBooleanIsTrue(Node* value, Label* if_true, in BranchIfToBooleanIsTrue() 10054 Operation op, Node* left, Node* right, Label* if_true, Label* if_false) { in BranchIfNumberRelationalComparison() 10145 Label* if_true) { in GotoIfNumberGreaterThanOrEqual() 11342 void CodeStubAssembler::BranchIfSameValue(Node* lhs, Node* rhs, Label* if_true, in BranchIfSameValue()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cond_v2_test.py | 814 def if_true(): function 843 def if_true(): function
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 1388 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local 1412 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local 1903 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local 2077 Label if_true(this), if_false(this); in IGNITION_HANDLER() local 2093 Label if_true(this), if_false(this); in IGNITION_HANDLER() local 2108 Label if_true(this), if_false(this); in IGNITION_HANDLER() local 2124 Label if_true(this), if_false(this); in IGNITION_HANDLER() local 2970 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local
|
/external/v8/src/builtins/ |
D | builtins-internal-gen.cc | 582 Label if_true(this), if_false(this); in TF_BUILTIN() local 597 Label if_true(this), if_false(this); in TF_BUILTIN() local
|
D | builtins-array-gen.cc | 1760 Label if_true(this), if_false(this); in TF_BUILTIN() local 1852 Label if_true(this), if_false(this); in TF_BUILTIN() local
|
D | builtins-regexp-gen.cc | 1544 Label if_true(this), if_false(this); in SlowFlagGetter() local
|
/external/v8/src/torque/ |
D | ast.h | 274 Expression* if_true; member 408 Statement* if_true; member
|
D | torque-parser.cc | 473 auto if_true = child_results->NextAs<Statement*>(); in MakeIfStatement() local 791 auto if_true = child_results->NextAs<Expression*>(); in MakeConditionalExpression() local
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_cfg_test.cpp | 1313 Block if_true("if_true"); in TEST_P() local
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_cfg_test.cpp | 1313 Block if_true("if_true"); in TEST_P() local
|
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 181 TFNode* if_true = nullptr; in If() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 2629 Label* if_true, in CompareAndSplit()
|