Searched refs:Actual (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/
H A DGtestMatchers.h49 internal::BindableMatcher<Stmt> gtestAssertThat(StatementMatcher Actual,
58 internal::BindableMatcher<Stmt> gtestExpectThat(StatementMatcher Actual,
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h53 Constant *Actual; // A corresponding actual constant argument. member in struct:llvm::ArgInfo
55 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {}
58 return Formal == Other.Formal && Actual == Other.Actual;
64 return hash_combine(hash_value(A.Formal), hash_value(A.Actual));
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp131 gtestThatInternal(MacroType Macro, StatementMatcher Actual, argument
135 hasOverloadedOperatorName("()"), hasArgument(2, Actual),
201 internal::BindableMatcher<Stmt> gtestAssertThat(StatementMatcher Actual, argument
203 return gtestThatInternal(MacroType::Assert, Actual, Matcher);
206 internal::BindableMatcher<Stmt> gtestExpectThat(StatementMatcher Actual, argument
208 return gtestThatInternal(MacroType::Expect, Actual, Matcher);
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DLint.cpp218 Value *Actual = *AI; local
221 Check(Formal->getType() == Actual->getType(),
229 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) {
250 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
253 Actual, LocationSize::precise(DL->getTypeStoreSize(Ty)));
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp324 << ", ActualArg = " << Arg.Actual->getNameOrAsOperand()
473 getSpecializationBonus(A.Formal, A.Actual, Solver.getLoopInfo(*F));
755 return getCandidateConstant(CS->getArgOperand(ArgNo)) != Arg.Actual;
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp518 MCSymbol *Actual = getContext().getOrCreateSymbol(ActualName); local
520 getStreamer().emitWeakReference(Alias, Actual);
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dlib1funcs.asm262 /* Actual divide. Could be optimized with unrolling. */
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dlib1funcs.asm262 /* Actual divide. Could be optimized with unrolling. */
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2455 unsigned Actual) {
2456 TP.error("Instruction '" + InstName + "' was provided " + Twine(Actual) +
2462 unsigned Actual) {
2464 "' expects more than the provided " + Twine(Actual) + " operands!");
2452 emitTooManyOperandsError(TreePattern &TP, StringRef InstName, unsigned Expected, unsigned Actual) argument
2460 emitTooFewOperandsError(TreePattern &TP, StringRef InstName, unsigned Actual) argument
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/
H A DUtil.pm671 Note that these statistics are summary only. Actual performance will depend
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp811 markConstant(NewArg, Iter->Actual);
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm7764 Actual code:

Completed in 185 milliseconds