Searched refs:ExprOp (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Drequirement.h142 enum ExprOp { enum in namespace:Security::CodeSigning
189 inline CodeSigning::ExprOp h2n(CodeSigning::ExprOp op)
192 return (CodeSigning::ExprOp) ::h2n(intOp);
195 inline CodeSigning::ExprOp n2h(CodeSigning::ExprOp op)
198 return (CodeSigning::ExprOp) ::n2h(intOp);
H A Dreqmaker.h53 void put(ExprOp op) { put(uint32_t(op)); }
97 Chain(Maker &myMaker, ExprOp op)
101 { if (mCount++) maker.insert<ExprOp>(*this) = mJoiner; }
107 ExprOp mJoiner;
H A Dreqdumper.cpp141 ExprOp op = ExprOp(get<uint32_t>());
H A Dreqinterp.cpp83 // ExprOp code is in Polish Notation (operator followed by operands),
88 ExprOp op = ExprOp(get<uint32_t>());
H A DRequirementParser.cpp304 maker.insert<ExprOp>(label) = opOr;
343 maker.insert<ExprOp>(label) = opAnd;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Drequirement.h142 enum ExprOp { enum in namespace:Security::CodeSigning
189 inline CodeSigning::ExprOp h2n(CodeSigning::ExprOp op)
192 return (CodeSigning::ExprOp) ::h2n(intOp);
195 inline CodeSigning::ExprOp n2h(CodeSigning::ExprOp op)
198 return (CodeSigning::ExprOp) ::n2h(intOp);
H A Dreqmaker.h53 void put(ExprOp op) { put(uint32_t(op)); }
97 Chain(Maker &myMaker, ExprOp op)
101 { if (mCount++) maker.insert<ExprOp>(*this) = mJoiner; }
107 ExprOp mJoiner;
H A Dreqdumper.cpp141 ExprOp op = ExprOp(get<uint32_t>());
H A Dreqinterp.cpp83 // ExprOp code is in Polish Notation (operator followed by operands),
88 ExprOp op = ExprOp(get<uint32_t>());
H A DRequirementParser.cpp304 maker.insert<ExprOp>(label) = opOr;
343 maker.insert<ExprOp>(label) = opAnd;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/
H A Drequirements.grammar223 : term[maker] ( "or" { maker.insert<ExprOp>(label) = opOr; } term[maker] )*
228 : primary[maker] ( "and" { maker.insert<ExprOp>(label) = opAnd; } primary[maker] )*

Completed in 191 milliseconds