Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp120 callee(getComparisonDecl(Cmp)), hasArgument(2, Left), in gtestComparisonInternal()
121 hasArgument(3, Right)); in gtestComparisonInternal()
129 hasOverloadedOperatorName("()"), hasArgument(2, Actual), in gtestThatInternal()
130 hasArgument( in gtestThatInternal()
137 hasArgument(0, ignoringImplicit(Matcher))))))); in gtestThatInternal()
169 hasArgument(0, ignoringImplicit(MockCall)))))); in gtestCallInternal()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp224 Ignorable ? callExpr(unless(hasArgument(0, *Ignorable))) : callExpr()); in isOptionalOperatorCallWithName()
257 return cxxConstructExpr(hasArgument(0, hasType(inPlaceClass())), in isOptionalInPlaceConstructor()
265 argumentCountIs(1), hasArgument(0, unless(hasNulloptType())), in isOptionalValueOrConversionConstructor()
275 argumentCountIs(2), hasArgument(1, unless(hasNulloptType()))); in isOptionalValueOrConversionAssignment()
282 argumentCountIs(2), hasArgument(1, hasNulloptType())); in isOptionalNulloptAssignment()
288 hasArgument(0, hasOptionalOrDerivedType()), in isStdSwapCall()
289 hasArgument(1, hasOptionalOrDerivedType())); in isStdSwapCall()
295 hasArgument(0, hasOptionalOrDerivedType())); in isStdForwardCall()
308 hasArgument(0, stringLiteral(hasSize(0)))) in isValueOrStringEmptyCall()
319 hasArgument(0, Arg)) in isValueOrNotEqX()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp401 hasArgument(0, canResolveToExpr(Exp))), in findDirectMutation()
445 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))); in findDirectMutation()
565 hasArgument(0, canResolveToExpr(Exp))) in findCastMutation()
645 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))) in findReferenceMutation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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.cpp369 assert(Cmd.hasArgument(InputFilePath)); in CleanseCrashInput()
422 assert(BaseCmd.hasArgument(InputFilePath)); in MinimizeCrashInput()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp295 REGISTER_MATCHER(hasArgument); in RegistryMaps()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1336 bool hasArgument(const Value *V) const {
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1397 bool hasArgument(const Value *V) const { return is_contained(args(), V); } in hasArgument() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4646 AST_POLYMORPHIC_MATCHER_P2(hasArgument, in AST_POLYMORPHIC_MATCHER_P2() argument