Home
last modified time | relevance | path

Searched refs:hasBase (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp69 bool hasBase() const { return Base != 0; } in hasBase() function in __anond7d71e650111::MOVEMState
89 assert(!hasBase()); in setBase()
206 if (State.hasBase()) { in ProcessMI()
256 if (State.hasBase()) { in runOnMachineFunction()
290 if (State.hasBase()) { in runOnMachineFunction()
H A DM68kISelDAGToDAG.cpp93 bool hasBase() const { in hasBase() function
409 if (AM.hasBase()) { in matchAddressBase()
552 if (!AM.hasBase() && !AM.hasIndexReg()) { in matchADD()
581 if (AM.hasBase()) { in matchWrapper()
835 if (AM.hasBase()) { in SelectAL()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td482 def : Property<"hasBase", Bool> {
489 let Conditional = [{ hasBase && isTypeInfo }];
495 let Conditional = [{ hasBase && isDynamicAlloc }];
499 let Conditional = [{ hasBase && (isTypeInfo || isDynamicAlloc) }];
507 let Conditional = [{ hasBase && !isTypeInfo }];
511 let Conditional = [{ hasBase && !isTypeInfo }];
515 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];
519 let Conditional = [{ hasBase && !isTypeInfo && !isDynamicAlloc && !isExpr }];
534 if (hasBase) {
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp463 anyOf(hasBase(canResolveToExpr(Exp)), in findArrayElementMutation()
464 hasBase(implicitCastExpr(allOf( in findArrayElementMutation()
H A DUnsafeBufferUsage.cpp527 hasBase(ignoringParenImpCasts( in matcher()
776 hasBase(ignoringParenImpCasts(declRefExpr(ArrayOrPtr, in matcher()
896 hasBase(ignoringParenImpCasts(declRefExpr( in matcher()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp298 REGISTER_MATCHER(hasBase); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5694 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument