/external/e2fsprogs/intl/ |
H A D | plural.c | 139 struct expression *tbranch, struct expression *fbranch) 144 args[1] = tbranch; 138 new_exp_3(enum operator op, struct expression *bexp, struct expression *tbranch, struct expression *fbranch) argument
|
/external/v8/src/compiler/arm/ |
H A D | instruction-selector-arm.cc | 1734 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument 1736 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
|
/external/v8/src/compiler/ia32/ |
H A D | instruction-selector-ia32.cc | 1425 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument 1427 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
|
/external/v8/src/compiler/ |
H A D | instruction-selector.cc | 787 BasicBlock* tbranch = block->SuccessorAt(0); local 789 if (tbranch == fbranch) return VisitGoto(tbranch); 790 return VisitBranch(input, tbranch, fbranch);
|
/external/v8/src/compiler/mips/ |
H A D | instruction-selector-mips.cc | 1303 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument 1305 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
|
/external/v8/src/compiler/mips64/ |
H A D | instruction-selector-mips64.cc | 1760 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument 1762 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
|
/external/v8/src/compiler/ppc/ |
H A D | instruction-selector-ppc.cc | 1697 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument 1699 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
|
/external/v8/src/compiler/s390/ |
H A D | instruction-selector-s390.cc | 1553 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument 1555 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
|
/external/v8/src/compiler/x64/ |
H A D | instruction-selector-x64.cc | 1801 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument 1803 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
|
/external/v8/src/compiler/x87/ |
H A D | instruction-selector-x87.cc | 1459 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument 1461 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
|
/external/v8/src/compiler/arm64/ |
H A D | instruction-selector-arm64.cc | 2180 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument 2182 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
|