Searched defs:ExprOp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp313 struct ExprOp { struct in struct:__anon26071::PPCOperand
325 struct ExprOp Expr;
/external/clang/lib/Analysis/
H A DThreadSafety.cpp77 enum ExprOp { enum in class:__anon17783::SExpr
102 SExprNode(ExprOp O, unsigned F, const void* D)
110 ExprOp kind() const { return static_cast<ExprOp>(Op); }
192 unsigned make(ExprOp O, unsigned F = 0, const void *D = nullptr) {

Completed in 112 milliseconds