Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h451 case COP_Variable: return Prec_Atom; in precedence()
504 if (Sub && E->block() && E->opcode() != COP_Variable) {
826 if (E->opcode() == COP_Variable) { in printBBInstr()
H A DThreadSafetyTIL.h337 return Op == COP_Variable || Op == COP_Literal || Op == COP_LiteralPtr; in isTrivial()
370 : SExpr(COP_Variable), Name(s), Definition(D) { in SExpr() argument
375 : SExpr(COP_Variable), Name(Cvd ? Cvd->getName() : "_x"), in SExpr() argument
385 static bool classof(const SExpr *E) { return E->opcode() == COP_Variable; } in classof()