Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp99 static const Expr *getDereferenceExpr(const Stmt *S, bool IsBind=false){ in getDereferenceExpr() argument
107 if (IsBind) { in getDereferenceExpr()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3424 bool IsBind = Field(63, 1); in moveNext() local
3425 Kind = IsBind ? FixupKind::Bind : FixupKind::Rebase; in moveNext()
3427 if (IsBind) { in moveNext()