Home
last modified time | relevance | path

Searched refs:COP_Variable (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h450 case COP_Variable: return Prec_Atom; in precedence()
503 if (Sub && E->block() && E->opcode() != COP_Variable) {
828 if (E->opcode() == COP_Variable) { in printBBInstr()
H A DThreadSafetyTIL.h335 return Op == COP_Variable || Op == COP_Literal || Op == COP_LiteralPtr; in isTrivial()
368 : SExpr(COP_Variable), Name(s), Definition(D) { in SExpr() argument
373 : SExpr(COP_Variable), Name(Cvd ? Cvd->getName() : "_x"), in SExpr() argument
383 static bool classof(const SExpr *E) { return E->opcode() == COP_Variable; } in classof()