Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp68 bool hasBase() const { return Base != 0; } in hasBase() function in __anon55c4489a0111::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
371 if (AM.hasBase()) { in matchAddressBase()
507 if (!AM.hasBase() && !AM.hasIndexReg()) { in matchADD()
536 if (AM.hasBase()) { in matchWrapper()
780 if (AM.hasBase()) { in SelectAL()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPropertiesBase.td472 def : Property<"hasBase", Bool> {
479 let Conditional = [{ hasBase && isTypeInfo }];
485 let Conditional = [{ hasBase && isTypeInfo }];
489 let Conditional = [{ hasBase && !isTypeInfo }];
493 let Conditional = [{ hasBase && !isTypeInfo }];
497 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];
501 let Conditional = [{ hasBase && !isTypeInfo && !isExpr }];
517 if (hasBase) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp392 anyOf(hasBase(canResolveToExpr(equalsNode(Exp))), in findArrayElementMutation()
393 hasBase(implicitCastExpr( in findArrayElementMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp282 REGISTER_MATCHER(hasBase); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5250 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument