Searched refs:hasArgument (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 194 Ignorable ? callExpr(unless(hasArgument(0, *Ignorable))) : callExpr()); in isOptionalOperatorCallWithName() 224 return cxxConstructExpr(hasArgument(0, hasType(inPlaceClass())), in isOptionalInPlaceConstructor() 232 argumentCountIs(1), hasArgument(0, unless(hasNulloptType())), in isOptionalValueOrConversionConstructor() 242 argumentCountIs(2), hasArgument(1, unless(hasNulloptType()))); in isOptionalValueOrConversionAssignment() 249 argumentCountIs(2), hasArgument(1, hasNulloptType())); in isOptionalNulloptAssignment() 255 hasArgument(0, hasOptionalOrDerivedType()), in isStdSwapCall() 256 hasArgument(1, hasOptionalOrDerivedType())); in isStdSwapCall() 262 hasArgument(0, hasOptionalOrDerivedType())); in isStdForwardCall() 275 hasArgument(0, stringLiteral(hasSize(0)))) in isValueOrStringEmptyCall() 286 hasArgument(0, Arg)) in isValueOrNotEqX() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 351 hasArgument(0, canResolveToExpr(Exp))), in findDirectMutation() 395 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))); in findDirectMutation() 514 hasArgument(0, canResolveToExpr(Exp))) in findCastMutation() 594 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))) in findReferenceMutation()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerSortingChecker.cpp | 82 auto IteratesPointerEltsM = hasArgument(0, in matchSortWithPointers()
|
H A D | OSObjectCStyleCast.cpp | 98 hasArgument(0, stringLiteral(mentionsBoundType(WarnRecordDecl)))); in checkASTCodeBody()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCommand.h | 55 bool hasArgument(const std::string &Arg) const { in hasArgument() 83 // Like hasArgument, but checks for "-[Flag]=...". in hasFlag() 54 bool hasArgument(const std::string &Arg) const { hasArgument() function
|
H A D | FuzzerDriver.cpp | 368 assert(Cmd.hasArgument(InputFilePath)); in CleanseCrashInput() 421 assert(BaseCmd.hasArgument(InputFilePath)); in MinimizeCrashInput()
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 293 REGISTER_MATCHER(hasArgument); in RegistryMaps()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 1454 bool hasArgument(const Value *V) const {
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4553 AST_POLYMORPHIC_MATCHER_P2(hasArgument, in AST_POLYMORPHIC_MATCHER_P2() argument
|