| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 68 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 D | M68kISelDAGToDAG.cpp | 92 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 D | TriviallyDestructibleCheck.cpp | 27 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 D | ProBoundsPointerArithmeticCheck.cpp | 45 hasBase(ignoringImpCasts( in registerMatchers()
|
| H A D | ProBoundsConstantArrayIndexCheck.cpp | 42 Finder->addMatcher(arraySubscriptExpr(hasBase(ignoringImpCasts(hasType( in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | SimplifySubscriptExprCheck.cpp | 34 arraySubscriptExpr(hasBase( in registerMatchers()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 475 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 D | BoolPointerImplicitConversionCheck.cpp | 53 !match(findAll(arraySubscriptExpr(hasBase(RefMatcher))), *If, in checkImpl()
|
| H A D | SizeofExpressionCheck.cpp | 163 ignoringParenImpCasts(arraySubscriptExpr(hasBase(ArrayOfSamePointersExpr), in registerMatchers()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 402 anyOf(hasBase(canResolveToExpr(equalsNode(Exp))), in findArrayElementMutation() 403 hasBase(implicitCastExpr( in findArrayElementMutation()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 290 REGISTER_MATCHER(hasBase); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5455 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 1969 traverse(TK_AsIs, arraySubscriptExpr(hasBase(implicitCastExpr( in TEST()
|