Home
last modified time | relevance | path

Searched refs:hasArgument (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp194 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 DExprMutationAnalyzer.cpp351 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 DPointerSortingChecker.cpp82 auto IteratesPointerEltsM = hasArgument(0, in matchSortWithPointers()
H A DOSObjectCStyleCast.cpp98 hasArgument(0, stringLiteral(mentionsBoundType(WarnRecordDecl)))); in checkASTCodeBody()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h55 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 DFuzzerDriver.cpp368 assert(Cmd.hasArgument(InputFilePath)); in CleanseCrashInput()
421 assert(BaseCmd.hasArgument(InputFilePath)); in MinimizeCrashInput()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp293 REGISTER_MATCHER(hasArgument); in RegistryMaps()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1454 bool hasArgument(const Value *V) const {
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4553 AST_POLYMORPHIC_MATCHER_P2(hasArgument, in AST_POLYMORPHIC_MATCHER_P2() argument