Home
last modified time | relevance | path

Searched refs:Actual (Results 1 – 25 of 53) sorted by relevance

123

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DSCCPSolver.h53 Constant *Actual; // A corresponding actual constant argument. member
55 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {} in ArgInfo()
58 return Formal == Other.Formal && Actual == Other.Actual;
64 return hash_combine(hash_value(A.Formal), hash_value(A.Actual)); in hash_value()
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/
DGtestMatchers.cpp131 gtestThatInternal(MacroType Macro, StatementMatcher Actual, in gtestThatInternal() argument
135 hasOverloadedOperatorName("()"), hasArgument(2, Actual), in gtestThatInternal()
201 internal::BindableMatcher<Stmt> gtestAssertThat(StatementMatcher Actual, in gtestAssertThat() argument
203 return gtestThatInternal(MacroType::Assert, Actual, Matcher); in gtestAssertThat()
206 internal::BindableMatcher<Stmt> gtestExpectThat(StatementMatcher Actual, in gtestExpectThat() argument
208 return gtestThatInternal(MacroType::Expect, Actual, Matcher); in gtestExpectThat()
/openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/
DGtestMatchers.h49 internal::BindableMatcher<Stmt> gtestAssertThat(StatementMatcher Actual,
58 internal::BindableMatcher<Stmt> gtestExpectThat(StatementMatcher Actual,
/openbsd/src/gnu/llvm/llvm/docs/AMDGPU/
Dgfx8_vaddr_887f26.rst15 *Size:* 1-12 dwords. Actual size depends on opcode and specific image being handled.
Dgfx7_vaddr_887f26.rst15 *Size:* 1-12 dwords. Actual size depends on opcode and specific image being handled.
Dgfx9_vaddr_cc213c.rst15 *Size:* 1-12 dwords. Actual size depends on opcode, specific image being handled and :ref:`a16<amdg…
Dgfx1030_vaddr_a5639c.rst17 *Size:* 1-12 dwords. Actual size depends on opcode, :ref:`dim<amdgpu_synid_dim>` and :ref:`a16<amdg…
Dgfx1013_vaddr_a5639c.rst17 *Size:* 1-12 dwords. Actual size depends on opcode, :ref:`dim<amdgpu_synid_dim>` and :ref:`a16<amdg…
Dgfx11_vaddr_a5639c.rst17 *Size:* 1-12 dwords. Actual size depends on opcode, :ref:`dim<amdgpu_synid_dim>` and :ref:`a16<amdg…
Dgfx90a_vaddr_cc213c.rst15 *Size:* 1-12 dwords. Actual size depends on opcode, specific image being handled and :ref:`a16<amdg…
Dgfx10_vaddr_a5639c.rst17 *Size:* 1-12 dwords. Actual size depends on opcode, :ref:`dim<amdgpu_synid_dim>` and :ref:`a16<amdg…
Dgfx1030_vaddr_c5ab43.rst17 *Size:* 8-12 dwords. Actual size depends on opcode and :ref:`a16<amdgpu_synid_a16>`.
Dgfx1013_vaddr_c5ab43.rst17 *Size:* 8-12 dwords. Actual size depends on opcode and :ref:`a16<amdgpu_synid_a16>`.
Dgfx11_vaddr_0bfea4.rst17 *Size:* 8-12 dwords. Actual size depends on opcode and :ref:`a16<amdgpu_synid_a16>`.
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLint.cpp218 Value *Actual = *AI; in visitCallBase() local
221 Check(Formal->getType() == Actual->getType(), in visitCallBase()
229 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
250 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
253 Actual, LocationSize::precise(DL->getTypeStoreSize(Ty))); in visitCallBase()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DFunctionSpecialization.cpp324 << ", ActualArg = " << Arg.Actual->getNameOrAsOperand() in run()
473 getSpecializationBonus(A.Formal, A.Actual, Solver.getLoopInfo(*F)); in findSpecializations()
755 return getCandidateConstant(CS->getArgOperand(ArgNo)) != Arg.Actual; in updateCallSites()
/openbsd/src/usr.sbin/pkg_add/OpenBSD/
DUstar.pod94 Actual extraction is performed through C<$o-E<gt>create> and is not
114 Actual file objects can also be directly extracted to a temporary file using
117 Actual writing is performed through C<$o-E<gt>write> and is not mandatory
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DCOFFMasmParser.cpp518 MCSymbol *Actual = getContext().getOrCreateSymbol(ActualName); in ParseDirectiveAlias() local
520 getStreamer().emitWeakReference(Alias, Actual); in ParseDirectiveAlias()
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/
DBUILD.gn23 # 1. Actual build target.
/openbsd/src/gnu/llvm/llvm/include/llvm/Frontend/Directive/
DDirectiveBase.td120 // Actual clause.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
DMake-lang.in40 # Actual names to use when installing a native compiler.
46 # Actual names to use when installing a cross-compiler.
/openbsd/src/gnu/llvm/llvm/docs/PDB/
DDbiStream.rst76 which contains CodeView symbol records for all global symbols. Actual records
95 which contains CodeView symbol records for all public symbols. Actual records
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
DMake-lang.in44 # Actual names to use when installing a native compiler.
48 # Actual names to use when installing a cross-compiler.
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dfunctional55 * Actual implementation of _Has_result_type, which uses SFINAE to
128 * Actual implementation of result_of. When _Has_result_type is
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm1136jfs.md317 ;; Actual timing depends on how many registers are affected, so we

123