Searched refs:opAnd (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Ddrmaker.cpp68 this->put(opAnd);
123 this->put(opAnd);
126 this->put(opAnd);
147 this->put(opAnd);
151 this->put(opAnd);
158 this->put(opAnd);
H A Drequirement.h149 opAnd, // binary prefix expr AND expr [expr; expr] enumerator in enum:Security::CodeSigning::ExprOp
H A DSecRequirement.cpp113 maker.put(opAnd); // both of...
H A Dreqdumper.cpp167 case opAnd:
H A Dreqinterp.cpp111 case opAnd:
H A DRequirementParser.cpp343 maker.insert<ExprOp>(label) = opAnd;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Ddrmaker.cpp68 this->put(opAnd);
123 this->put(opAnd);
126 this->put(opAnd);
147 this->put(opAnd);
151 this->put(opAnd);
158 this->put(opAnd);
H A Drequirement.h149 opAnd, // binary prefix expr AND expr [expr; expr] enumerator in enum:Security::CodeSigning::ExprOp
H A DSecRequirement.cpp113 maker.put(opAnd); // both of...
H A Dreqdumper.cpp167 case opAnd:
H A Dreqinterp.cpp111 case opAnd:
H A DRequirementParser.cpp343 maker.insert<ExprOp>(label) = opAnd;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/
H A Drequirements.grammar228 : primary[maker] ( "and" { maker.insert<ExprOp>(label) = opAnd; } primary[maker] )*
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dd.vim66 syn keyword dOpOverload opMul opDiv opDiv_r opMod opMod_r opAnd opOr opXor

Completed in 141 milliseconds