Home
last modified time | relevance | path

Searched defs:hasBase (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DMemberPointer.h86 bool hasBase() const { return !Base.isZero(); } in hasBase() function
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp69 bool hasBase() const { return Base != 0; } in hasBase() function in __anon143e10ef0111::MOVEMState
H A DM68kISelDAGToDAG.cpp93 bool hasBase() const { in hasBase() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5718 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument