Searched refs:BOC (Results 1 - 6 of 6) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dcfparse.h201 BOC = 417, enumerator in enum:yytokentype
366 #define BOC 417 macro
H A Dcftoken.l152 <S_PRIV>{bcl} { return(BOC); }
198 <S_PAD>{bcl} { return(BOC); }
208 <S_LST>{bcl} { return(BOC); }
219 <S_LDAP>{bcl} { return(BOC); }
236 <S_CFG>{bcl} { return(BOC); }
268 <S_RTRY>{bcl} { return(BOC); }
285 <S_SAINF>{bcl} { BEGIN S_SAINFS; return(BOC); }
305 <S_RMT>{bcl} { BEGIN S_RMTS; return(BOC); }
366 <S_RMTP>{bcl} { return(BOC); }
H A Dcfparse.y242 %token EOS BOC EOC COMMA
283 : PRIVSEP BOC privsep_stmts EOC
421 : PADDING BOC padding_stmts EOC
437 : LISTEN BOC listen_stmts EOC
520 } BOC ldapcfg_stmts EOC
659 : MODECFG BOC modecfg_stmts EOC
1076 : RETRY BOC timer_stmts EOC
1132 sainfo_name sainfo_param BOC sainfo_specs
1560 : BOC remote_specs EOC
1932 BOC isakmpproposal_spec
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1408 if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) {
1410 ConstantExpr::getXor(RHS, BOC));
1432 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
1434 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue())
1442 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
1445 if ((RHSV & ~BOC->getValue()) != 0)
1451 if (RHS == BOC && RHSV.isPowerOf2())
1461 if (BOC->getValue().isSignBit()) {
1470 if (RHSV == 0 && isHighOnes(BOC)) {
1472 Constant *NegX = ConstantExpr::getNeg(BOC);
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2244 if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) {
2248 ConstantExpr::getXor(RHS, BOC));
2272 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
2274 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue())
2281 Constant *NotBOC = ConstantExpr::getNot(BOC);
2289 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
2292 if ((RHSV & ~BOC->getValue()) != 0)
2296 if (RHS == BOC && RHSV.isPowerOf2())
2306 if (BOC->getValue().isSignBit()) {
2315 if (RHSV == 0 && isHighOnes(BOC)) {
[all...]
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVWriter.cpp834 Op BOC = OpNop; local
839 BOC = OpPtrCastToGeneric;
844 BOC = OpGenericCastToPtr;
848 BOC = OpCodeMap::map(OpCode);
852 return BM->addUnaryInst(transBoolOpCode(Op, BOC),

Completed in 997 milliseconds