Home
last modified time | relevance | path

Searched refs:TOR (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp99 } else if (const auto *TOR = dyn_cast<CXXTempObjectRegion>(R)) { in genName() local
100 QualType Ty = TOR->getValueType().getLocalUnqualifiedType(); in genName()
104 range = TOR->getExpr()->getSourceRange(); in genName()
/openbsd/bin/ksh/
H A Dtree.h36 #define TOR 5 /* || */ macro
H A Dtree.c63 case TOR: in ptree()
66 t->left, (t->type==TOR) ? "||" : "&&", t->right); in ptree()
H A Dsyn.c103 t = block(c == LOGAND? TAND: TOR, t, p, NULL); in andor()
H A Dexec.c241 case TOR: in execute()