Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp68 bool hasBase() const { return Base != 0; } in hasBase() function in __anond2face1f0111::MOVEMState
88 assert(!hasBase()); in setBase()
205 if (State.hasBase()) { in ProcessMI()
255 if (State.hasBase()) { in runOnMachineFunction()
289 if (State.hasBase()) { in runOnMachineFunction()
H A DM68kISelDAGToDAG.cpp92 bool hasBase() const { in hasBase() function
399 if (AM.hasBase()) { in matchAddressBase()
535 if (!AM.hasBase() && !AM.hasIndexReg()) { in matchADD()
564 if (AM.hasBase()) { in matchWrapper()
808 if (AM.hasBase()) { in SelectAL()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DTriviallyDestructibleCheck.cpp27 AST_MATCHER_P(CXXRecordDecl, hasBase, Matcher<QualType>, InnerMatcher) { in AST_MATCHER_P() argument
44 anyOf(hasBase(unless(isTriviallyDestructible())), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProBoundsPointerArithmeticCheck.cpp45 hasBase(ignoringImpCasts( in registerMatchers()
H A DProBoundsConstantArrayIndexCheck.cpp42 Finder->addMatcher(arraySubscriptExpr(hasBase(ignoringImpCasts(hasType( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifySubscriptExprCheck.cpp34 arraySubscriptExpr(hasBase( in registerMatchers()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DPropertiesBase.td475 def : Property<"hasBase", Bool> {
482 let Conditional = [{ hasBase && isTypeInfo }];
488 let Conditional = [{ hasBase && isTypeInfo }];
492 let Conditional = [{ hasBase && !isTypeInfo }];
496 let Conditional = [{ hasBase && !isTypeInfo }];
500 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];
504 let Conditional = [{ hasBase && !isTypeInfo && !isExpr }];
520 if (hasBase) {
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DBoolPointerImplicitConversionCheck.cpp53 !match(findAll(arraySubscriptExpr(hasBase(RefMatcher))), *If, in checkImpl()
H A DSizeofExpressionCheck.cpp163 ignoringParenImpCasts(arraySubscriptExpr(hasBase(ArrayOfSamePointersExpr), in registerMatchers()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp402 anyOf(hasBase(canResolveToExpr(equalsNode(Exp))), in findArrayElementMutation()
403 hasBase(implicitCastExpr( in findArrayElementMutation()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp290 REGISTER_MATCHER(hasBase); in RegistryMaps()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5455 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1969 traverse(TK_AsIs, arraySubscriptExpr(hasBase(implicitCastExpr( in TEST()