Home
last modified time | relevance | path

Searched defs:Sr (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp62 ArrayRef<SourceRange> Sr) { in reportIdenticalExpr()
79 SourceRange Sr[2]; in checkBitwiseOrLogicalOp() local
141 SourceRange Sr = Cond1->getSourceRange(); in VisitIfStmt() local
282 SourceRange Sr[2]; in VisitConditionalOperator() local
H A DCastToStructChecker.cpp63 SourceRange Sr[1] = {CE->getSourceRange()}; in VisitCastExpr() local
/openbsd/sys/arch/hppa/hppa/
H A Ddb_disasm.c877 #define Sr(i) (SrH(i)<<2 | SrL(i)) macro